#FF1886

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

Shades of Deep Pink #FF1886

Tints of Deep Pink #FF1886

Color information

#FF1886 (or 0xFF1886) is unknown color: approx Deep Pink. HEX triplet: FF, 18 and 86. RGB value is (255,24,134). Sum of RGB (Red+Green+Blue) = 255+24+134=413 (54% of max value = 765). Red value is 255 (100% from 255 or 61.74% from 413); Green value is 24 (9.77% from 255 or 5.81% from 413); Blue value is 134 (52.73% from 255 or 32.45% from 413); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1886 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF1886 is #00E779. Grayscale: #696969. Windows color (decimal): -59258 or 8788223. OLE color: 8788223.

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

Color convert

RGB25524134-
CMYK00.910.470
HSL331.43º100%54.71%-
HSV(B)331.43º90.59%100%-
XYZ45.8723.6324.7-
YUV105.61144.03234.56-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 61.74%
GREEN value IS 24 (9.77% from 255) = 5.81%
BLUE value IS 134 (52.73% from 255) = 32.45%
R=61.74%
G=5.81%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.47
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552413400.910.470331.4310054.71
HexFF188605B2F014b6437
Octal37730206013357051314467
Binary1111111111000100001100101101110111101010010111100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF1886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF1886; }

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

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

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

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

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

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

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

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