#F50C9E

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

Shades of Hollywood Cerise #F50C9E

Tints of Hollywood Cerise #F50C9E

Color information

#F50C9E (or 0xF50C9E) is unknown color: approx Hollywood Cerise. HEX triplet: F5, 0C and 9E. RGB value is (245,12,158). Sum of RGB (Red+Green+Blue) = 245+12+158=415 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.04% from 415); Green value is 12 (5.08% from 255 or 2.89% from 415); Blue value is 158 (62.11% from 255 or 38.07% from 415); Max value from RGB is 245 - color contains mainly: red. Hex color #F50C9E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F50C9E is #0AF361. Grayscale: #616161. Windows color (decimal): -717666 or 10358005. OLE color: 10358005.

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

Color convert

RGB24512158-
CMYK00.950.360.04
HSL322.4º92.09%50.39%-
HSV(B)322.4º95.1%96.08%-
XYZ43.9622.1434.31-
YUV98.31161.69232.63-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 59.04%
GREEN value IS 12 (5.08% from 255) = 2.89%
BLUE value IS 158 (62.11% from 255) = 38.07%
R=59.04%
G=2.89%
B=38.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.36
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451215800.950.360.04322.492.0950.39
HexF5C9E05F2441425c32
Octal36514236013744450213462
Binary11110101110010011110010111111001001001010000101011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F50C9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F50C9E; }

 p { color: rgb(245,12,158); }

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

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

 a { background-color: rgb(245,12,158); }

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

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

 span { border-color: rgb(245,12,158); }

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