#F50A7B

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

Shades of Deep Pink #F50A7B

Tints of Deep Pink #F50A7B

Color information

#F50A7B (or 0xF50A7B) is unknown color: approx Deep Pink. HEX triplet: F5, 0A and 7B. RGB value is (245,10,123). Sum of RGB (Red+Green+Blue) = 245+10+123=378 (50% of max value = 765). Red value is 245 (96.09% from 255 or 64.81% from 378); Green value is 10 (4.30% from 255 or 2.65% from 378); Blue value is 123 (48.44% from 255 or 32.54% from 378); Max value from RGB is 245 - color contains mainly: red. Hex color #F50A7B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F50A7B is #0AF584. Grayscale: #5C5C5C. Windows color (decimal): -718213 or 8063733. OLE color: 8063733.

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

Color convert

RGB24510123-
CMYK00.960.500.04
HSL331.15º92.16%50%-
HSV(B)331.15º95.92%96.08%-
XYZ41.3421.0620.62-
YUV93.15144.86236.31-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 64.81%
GREEN value IS 10 (4.30% from 255) = 2.65%
BLUE value IS 123 (48.44% from 255) = 32.54%
R=64.81%
G=2.65%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.50
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451012300.960.500.04331.1592.1650
HexF5A7B06032414b5c32
Octal36512173014062451313462
Binary1111010110101111011011000001100101001010010111011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F50A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F50A7B; }

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

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

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

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

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

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

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

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