#F51E81

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

Shades of Deep Pink #F51E81

Tints of Deep Pink #F51E81

Color information

#F51E81 (or 0xF51E81) is unknown color: approx Deep Pink. HEX triplet: F5, 1E and 81. RGB value is (245,30,129). Sum of RGB (Red+Green+Blue) = 245+30+129=404 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.64% from 404); Green value is 30 (12.11% from 255 or 7.43% from 404); Blue value is 129 (50.78% from 255 or 31.93% from 404); Max value from RGB is 245 - color contains mainly: red. Hex color #F51E81 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F51E81 is #0AE17E. Grayscale: #696969. Windows color (decimal): -713087 or 8462069. OLE color: 8462069.

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

Color convert

RGB24530129-
CMYK00.880.470.04
HSL332.37º91.49%53.92%-
HSV(B)332.37º87.76%96.08%-
XYZ42.0821.9322.78-
YUV105.57141.23227.45-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 60.64%
GREEN value IS 30 (12.11% from 255) = 7.43%
BLUE value IS 129 (50.78% from 255) = 31.93%
R=60.64%
G=7.43%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.47
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2453012900.880.470.04332.3791.4953.92
HexF51E810582F414c5b36
Octal36536201013057451413366
Binary111101011111010000001010110001011111001010011001011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F51E81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F51E81; }

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

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

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

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

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

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

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

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