#F50E97

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

Shades of Deep Pink #F50E97

Tints of Deep Pink #F50E97

Color information

#F50E97 (or 0xF50E97) is unknown color: approx Deep Pink. HEX triplet: F5, 0E and 97. RGB value is (245,14,151). Sum of RGB (Red+Green+Blue) = 245+14+151=410 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.76% from 410); Green value is 14 (5.86% from 255 or 3.41% from 410); Blue value is 151 (59.38% from 255 or 36.83% from 410); Max value from RGB is 245 - color contains mainly: red. Hex color #F50E97 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F50E97 is #0AF168. Grayscale: #626262. Windows color (decimal): -717161 or 9899765. OLE color: 9899765.

HSL color Cylindrical-coordinate representation of color #F50E97: hue angle of 324.42º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F50E97 is Cyan = 0, Magento = 0.94, Yellow = 0.38 and Black (K on CMYK) = 0.04.

Color convert

RGB24514151-
CMYK00.940.380.04
HSL324.42º92.03%50.78%-
HSV(B)324.42º94.29%96.08%-
XYZ43.421.9631.23-
YUV98.69157.53232.36-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 59.76%
GREEN value IS 14 (5.86% from 255) = 3.41%
BLUE value IS 151 (59.38% from 255) = 36.83%
R=59.76%
G=3.41%
B=36.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.38
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451415100.940.380.04324.4292.0350.78
HexF5E9705E2641445c33
Octal36516227013646450413463
Binary11110101111010010111010111101001101001010001001011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F50E97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F50E97; }

 p { color: rgb(245,14,151); }

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

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

 a { background-color: rgb(245,14,151); }

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

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

 span { border-color: rgb(245,14,151); }

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