#F50AB0

Color #F50AB0 Hollywood Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hollywood Cerise #F50AB0

Tints of Hollywood Cerise #F50AB0

Color information

#F50AB0 (or 0xF50AB0) is unknown color: approx Hollywood Cerise. HEX triplet: F5, 0A and B0. RGB value is (245,10,176). Sum of RGB (Red+Green+Blue) = 245+10+176=431 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.84% from 431); Green value is 10 (4.30% from 255 or 2.32% from 431); Blue value is 176 (69.14% from 255 or 40.84% from 431); Max value from RGB is 245 - color contains mainly: red. Hex color #F50AB0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F50AB0 is #0AF54F. Grayscale: #626262. Windows color (decimal): -718160 or 11537141. OLE color: 11537141.

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

Color convert

RGB24510176-
CMYK00.960.280.04
HSL317.62º92.16%50%-
HSV(B)317.62º95.92%96.08%-
XYZ45.622.7643.06-
YUV99.19171.36232-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 56.84%
GREEN value IS 10 (4.30% from 255) = 2.32%
BLUE value IS 176 (69.14% from 255) = 40.84%
R=56.84%
G=2.32%
B=40.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.28
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451017600.960.280.04317.6292.1650
HexF5AB00601C413e5c32
Octal36512260014034447613462
Binary1111010110101011000001100000111001001001111101011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F50AB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F50AB0; }

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

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

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

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

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

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

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

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