#F50A83

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

Shades of Deep Pink #F50A83

Tints of Deep Pink #F50A83

Color information

#F50A83 (or 0xF50A83) is unknown color: approx Deep Pink. HEX triplet: F5, 0A and 83. RGB value is (245,10,131). Sum of RGB (Red+Green+Blue) = 245+10+131=386 (51% of max value = 765). Red value is 245 (96.09% from 255 or 63.47% from 386); Green value is 10 (4.30% from 255 or 2.59% from 386); Blue value is 131 (51.56% from 255 or 33.94% from 386); Max value from RGB is 245 - color contains mainly: red. Hex color #F50A83 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F50A83 is #0AF57C. Grayscale: #5D5D5D. Windows color (decimal): -718205 or 8588021. OLE color: 8588021.

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

Color convert

RGB24510131-
CMYK00.960.470.04
HSL329.11º92.16%50%-
HSV(B)329.11º95.92%96.08%-
XYZ41.8621.2723.37-
YUV94.06148.86235.66-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 63.47%
GREEN value IS 10 (4.30% from 255) = 2.59%
BLUE value IS 131 (51.56% from 255) = 33.94%
R=63.47%
G=2.59%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.47
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451013100.960.470.04329.1192.1650
HexF5A830602F41495c32
Octal36512203014057451113462
Binary11110101101010000011011000001011111001010010011011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F50A83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F50A83; }

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

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

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

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

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

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

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

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