#FF0886

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

Shades of Deep Pink #FF0886

Tints of Deep Pink #FF0886

Color information

#FF0886 (or 0xFF0886) is unknown color: approx Deep Pink. HEX triplet: FF, 08 and 86. RGB value is (255,8,134). Sum of RGB (Red+Green+Blue) = 255+8+134=397 (52% of max value = 765). Red value is 255 (100% from 255 or 64.23% from 397); Green value is 8 (3.52% from 255 or 2.02% from 397); Blue value is 134 (52.73% from 255 or 33.75% from 397); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0886 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0886 is #00F779. Grayscale: #5F5F5F. Windows color (decimal): -63354 or 8784127. OLE color: 8784127.

HSL color Cylindrical-coordinate representation of color #FF0886: hue angle of 329.39º 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 #FF0886 is Cyan = 0, Magento = 0.97, Yellow = 0.47 and Black (K on CMYK) = 0.

Color convert

RGB2558134-
CMYK00.970.470
HSL329.39º100%51.57%-
HSV(B)329.39º96.86%100%-
XYZ45.6323.1524.62-
YUV96.22149.33241.25-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 64.23%
GREEN value IS 8 (3.52% from 255) = 2.02%
BLUE value IS 134 (52.73% from 255) = 33.75%
R=64.23%
G=2.02%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.47
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255813400.970.470329.3910051.57
HexFF8860612F01496434
Octal37710206014157051114464
Binary111111111000100001100110000110111101010010011100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF0886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF0886; }

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

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

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

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

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

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

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

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