#F51E84

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

Shades of Deep Pink #F51E84

Tints of Deep Pink #F51E84

Color information

#F51E84 (or 0xF51E84) is unknown color: approx Deep Pink. HEX triplet: F5, 1E and 84. RGB value is (245,30,132). Sum of RGB (Red+Green+Blue) = 245+30+132=407 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.20% from 407); Green value is 30 (12.11% from 255 or 7.37% from 407); Blue value is 132 (51.95% from 255 or 32.43% from 407); Max value from RGB is 245 - color contains mainly: red. Hex color #F51E84 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F51E84 is #0AE17B. Grayscale: #696969. Windows color (decimal): -713084 or 8658677. OLE color: 8658677.

HSL color Cylindrical-coordinate representation of color #F51E84: hue angle of 331.53º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F51E84 is Cyan = 0, Magento = 0.88, Yellow = 0.46 and Black (K on CMYK) = 0.04.

Color convert

RGB24530132-
CMYK00.880.460.04
HSL331.53º91.49%53.92%-
HSV(B)331.53º87.76%96.08%-
XYZ42.2922.0123.85-
YUV105.91142.73227.21-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 60.20%
GREEN value IS 30 (12.11% from 255) = 7.37%
BLUE value IS 132 (51.95% from 255) = 32.43%
R=60.20%
G=7.37%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.46
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2453013200.880.460.04331.5391.4953.92
HexF51E840582E414c5b36
Octal36536204013056451413366
Binary111101011111010000100010110001011101001010011001011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F51E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F51E84; }

 p { color: rgb(245,30,132); }

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

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

 a { background-color: rgb(245,30,132); }

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

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

 span { border-color: rgb(245,30,132); }

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