#F50E92

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

Shades of Deep Pink #F50E92

Tints of Deep Pink #F50E92

Color information

#F50E92 (or 0xF50E92) is unknown color: approx Deep Pink. HEX triplet: F5, 0E and 92. RGB value is (245,14,146). Sum of RGB (Red+Green+Blue) = 245+14+146=405 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.49% from 405); Green value is 14 (5.86% from 255 or 3.46% from 405); Blue value is 146 (57.42% from 255 or 36.05% from 405); Max value from RGB is 245 - color contains mainly: red. Hex color #F50E92 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F50E92 is #0AF16D. Grayscale: #616161. Windows color (decimal): -717166 or 9572085. OLE color: 9572085.

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

Color convert

RGB24514146-
CMYK00.940.400.04
HSL325.71º92.03%50.78%-
HSV(B)325.71º94.29%96.08%-
XYZ4321.829.14-
YUV98.12155.03232.77-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 60.49%
GREEN value IS 14 (5.86% from 255) = 3.46%
BLUE value IS 146 (57.42% from 255) = 36.05%
R=60.49%
G=3.46%
B=36.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.40
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451414600.940.400.04325.7192.0350.78
HexF5E9205E2841465c33
Octal36516222013650450613463
Binary11110101111010010010010111101010001001010001101011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F50E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F50E92; }

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

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

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

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

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

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

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

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