#FF1492

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

Shades of Deep Pink #FF1492

Tints of Deep Pink #FF1492

Color information

#FF1492 (or 0xFF1492) is unknown color: approx Deep Pink. HEX triplet: FF, 14 and 92. RGB value is (255,20,146). Sum of RGB (Red+Green+Blue) = 255+20+146=421 (55% of max value = 765). Red value is 255 (100% from 255 or 60.57% from 421); Green value is 20 (8.20% from 255 or 4.75% from 421); Blue value is 146 (57.42% from 255 or 34.68% from 421); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1492 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF1492 is #00EB6D. Grayscale: #686868. Windows color (decimal): -60270 or 9573631. OLE color: 9573631.

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

Color convert

RGB25520146-
CMYK00.920.430
HSL327.83º100%53.92%-
HSV(B)327.83º92.16%100%-
XYZ46.6823.8429.33-
YUV104.63151.36235.25-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 60.57%
GREEN value IS 20 (8.20% from 255) = 4.75%
BLUE value IS 146 (57.42% from 255) = 34.68%
R=60.57%
G=4.75%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.43
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552014600.920.430327.8310053.92
HexFF149205C2B01486436
Octal37724222013453051014466
Binary1111111110100100100100101110010101101010010001100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF1492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF1492; }

 p { color: rgb(255,20,146); }

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

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

 a { background-color: rgb(255,20,146); }

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

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

 span { border-color: rgb(255,20,146); }

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