#F51E7E

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

Shades of Deep Pink #F51E7E

Tints of Deep Pink #F51E7E

Color information

#F51E7E (or 0xF51E7E) is unknown color: approx Deep Pink. HEX triplet: F5, 1E and 7E. RGB value is (245,30,126). Sum of RGB (Red+Green+Blue) = 245+30+126=401 (53% of max value = 765). Red value is 245 (96.09% from 255 or 61.10% from 401); Green value is 30 (12.11% from 255 or 7.48% from 401); Blue value is 126 (49.61% from 255 or 31.42% from 401); Max value from RGB is 245 - color contains mainly: red. Hex color #F51E7E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F51E7E is #0AE181. Grayscale: #696969. Windows color (decimal): -713090 or 8265461. OLE color: 8265461.

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

Color convert

RGB24530126-
CMYK00.880.490.04
HSL333.21º91.49%53.92%-
HSV(B)333.21º87.76%96.08%-
XYZ41.8921.8521.75-
YUV105.23139.73227.69-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 61.10%
GREEN value IS 30 (12.11% from 255) = 7.48%
BLUE value IS 126 (49.61% from 255) = 31.42%
R=61.10%
G=7.48%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.49
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2453012600.880.490.04333.2191.4953.92
HexF51E7E05831414d5b36
Octal36536176013061451513366
Binary11110101111101111110010110001100011001010011011011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F51E7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F51E7E; }

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

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

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

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

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

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

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

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