#F51E82

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

Shades of Deep Pink #F51E82

Tints of Deep Pink #F51E82

Color information

#F51E82 (or 0xF51E82) is unknown color: approx Deep Pink. HEX triplet: F5, 1E and 82. RGB value is (245,30,130). Sum of RGB (Red+Green+Blue) = 245+30+130=405 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.49% from 405); Green value is 30 (12.11% from 255 or 7.41% from 405); Blue value is 130 (51.17% from 255 or 32.10% from 405); Max value from RGB is 245 - color contains mainly: red. Hex color #F51E82 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F51E82 is #0AE17D. Grayscale: #696969. Windows color (decimal): -713086 or 8527605. OLE color: 8527605.

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

Color convert

RGB24530130-
CMYK00.880.470.04
HSL332.09º91.49%53.92%-
HSV(B)332.09º87.76%96.08%-
XYZ42.1521.9523.13-
YUV105.68141.73227.37-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 60.49%
GREEN value IS 30 (12.11% from 255) = 7.41%
BLUE value IS 130 (51.17% from 255) = 32.10%
R=60.49%
G=7.41%
B=32.10%

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
Decimal2453013000.880.470.04332.0991.4953.92
HexF51E820582F414c5b36
Octal36536202013057451413366
Binary111101011111010000010010110001011111001010011001011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F51E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F51E82; }

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

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

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

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

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

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

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

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