#ff0896

Color #FF0896 Deep Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Pink #FF0896

Tints of Deep Pink #FF0896

Color information

#FF0896 (or 0xFF0896) is unknown color: approx Deep Pink. HEX triplet: FF, 08 and 96. RGB value is (255,8,150). Sum of RGB (Red+Green+Blue) = 255+8+150=413 (54% of max value = 765). Red value is 255 (100% from 255 or 61.74% from 413); Green value is 8 (3.52% from 255 or 1.94% from 413); Blue value is 150 (58.98% from 255 or 36.32% from 413); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0896 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0896 is #00F769. Grayscale: #616161. Windows color (decimal): -63338 or 9832703. OLE color: 9832703.

HSL color Cylindrical-coordinate representation of color #FF0896: hue angle of 325.51º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FF0896 is Cyan = 0, Magento = 0.97, Yellow = 0.41 and Black (K on CMYK) = 0.

Color convert

RGB2558150-
CMYK00.970.410
HSL325.51º100%51.57%-
HSV(B)325.51º96.86%100%-
XYZ46.8323.6430.95-
YUV98.04157.33239.95-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 255 (100% from 255) = 61.74%
GREEN value IS 8 (3.52% from 255) = 1.94%
BLUE value IS 150 (58.98% from 255) = 36.32%
R=61.74%
G=1.94%
B=36.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.41
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255815000.970.410325.5110051.57
HexFF8960612901466434
Octal37710226014151050614464
Binary111111111000100101100110000110100101010001101100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ff0896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ff0896; }

 p { color: rgb(255,8,150); }

 H1.HeaderClassName
 {
   color: #ff0896;
 }
 .AnyTagClassName
 {
   color: #ff0896;
 }
</style>
background-color css

<style>
 a { background-color: #ff0896; }

 a { background-color: rgb(255,8,150); }

 div.DivClassName
 {
   background-color: #ff0896;
 }
 .BgClassName
 {
   background-color: #ff0896;
 }
</style>
border-color css

<style>
 span { border-color: #ff0896; }

 span { border-color: rgb(255,8,150); }

 td.TdClassName
 {
   border-color: #ff0896;
 }
 .TagClassName
 {
   border-color: #ff0896;
 }
</style>