#F50A84

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

Shades of Deep Pink #F50A84

Tints of Deep Pink #F50A84

Color information

#F50A84 (or 0xF50A84) is unknown color: approx Deep Pink. HEX triplet: F5, 0A and 84. RGB value is (245,10,132). Sum of RGB (Red+Green+Blue) = 245+10+132=387 (51% of max value = 765). Red value is 245 (96.09% from 255 or 63.31% from 387); Green value is 10 (4.30% from 255 or 2.58% from 387); Blue value is 132 (51.95% from 255 or 34.11% from 387); Max value from RGB is 245 - color contains mainly: red. Hex color #F50A84 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F50A84 is #0AF57B. Grayscale: #5D5D5D. Windows color (decimal): -718204 or 8653557. OLE color: 8653557.

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

Color convert

RGB24510132-
CMYK00.960.460.04
HSL328.85º92.16%50%-
HSV(B)328.85º95.92%96.08%-
XYZ41.9321.323.73-
YUV94.17149.36235.58-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 63.31%
GREEN value IS 10 (4.30% from 255) = 2.58%
BLUE value IS 132 (51.95% from 255) = 34.11%
R=63.31%
G=2.58%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.46
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451013200.960.460.04328.8592.1650
HexF5A840602E41495c32
Octal36512204014056451113462
Binary11110101101010000100011000001011101001010010011011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F50A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F50A84; }

 p { color: rgb(245,10,132); }

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

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

 a { background-color: rgb(245,10,132); }

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

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

 span { border-color: rgb(245,10,132); }

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