#F50A7C

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

Shades of Deep Pink #F50A7C

Tints of Deep Pink #F50A7C

Color information

#F50A7C (or 0xF50A7C) is unknown color: approx Deep Pink. HEX triplet: F5, 0A and 7C. RGB value is (245,10,124). Sum of RGB (Red+Green+Blue) = 245+10+124=379 (50% of max value = 765). Red value is 245 (96.09% from 255 or 64.64% from 379); Green value is 10 (4.30% from 255 or 2.64% from 379); Blue value is 124 (48.83% from 255 or 32.72% from 379); Max value from RGB is 245 - color contains mainly: red. Hex color #F50A7C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F50A7C is #0AF583. Grayscale: #5D5D5D. Windows color (decimal): -718212 or 8129269. OLE color: 8129269.

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

Color convert

RGB24510124-
CMYK00.960.490.04
HSL330.89º92.16%50%-
HSV(B)330.89º95.92%96.08%-
XYZ41.421.0820.96-
YUV93.26145.36236.23-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 64.64%
GREEN value IS 10 (4.30% from 255) = 2.64%
BLUE value IS 124 (48.83% from 255) = 32.72%
R=64.64%
G=2.64%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.49
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451012400.960.490.04330.8992.1650
HexF5A7C06031414b5c32
Octal36512174014061451313462
Binary1111010110101111100011000001100011001010010111011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F50A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F50A7C; }

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

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

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

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

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

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

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

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