#FF1494

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

Shades of Deep Pink #FF1494

Tints of Deep Pink #FF1494

Color information

#FF1494 (or 0xFF1494) is unknown color: approx Deep Pink. HEX triplet: FF, 14 and 94. RGB value is (255,20,148). Sum of RGB (Red+Green+Blue) = 255+20+148=423 (56% of max value = 765). Red value is 255 (100% from 255 or 60.28% from 423); Green value is 20 (8.20% from 255 or 4.73% from 423); Blue value is 148 (58.20% from 255 or 34.99% from 423); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1494 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF1494 is #00EB6B. Grayscale: #686868. Windows color (decimal): -60268 or 9704703. OLE color: 9704703.

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

Color convert

RGB25520148-
CMYK00.920.420
HSL327.32º100%53.92%-
HSV(B)327.32º92.16%100%-
XYZ46.8423.930.16-
YUV104.86152.36235.09-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 60.28%
GREEN value IS 20 (8.20% from 255) = 4.73%
BLUE value IS 148 (58.20% from 255) = 34.99%
R=60.28%
G=4.73%
B=34.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.42
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552014800.920.420327.3210053.92
HexFF149405C2A01476436
Octal37724224013452050714466
Binary1111111110100100101000101110010101001010001111100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF1494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF1494; }

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

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

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

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

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

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

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

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