#F50C9F

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

Shades of Hollywood Cerise #F50C9F

Tints of Hollywood Cerise #F50C9F

Color information

#F50C9F (or 0xF50C9F) is unknown color: approx Hollywood Cerise. HEX triplet: F5, 0C and 9F. RGB value is (245,12,159). Sum of RGB (Red+Green+Blue) = 245+12+159=416 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.89% from 416); Green value is 12 (5.08% from 255 or 2.88% from 416); Blue value is 159 (62.5% from 255 or 38.22% from 416); Max value from RGB is 245 - color contains mainly: red. Hex color #F50C9F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F50C9F is #0AF360. Grayscale: #626262. Windows color (decimal): -717665 or 10423541. OLE color: 10423541.

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

Color convert

RGB24512159-
CMYK00.950.350.04
HSL322.15º92.09%50.39%-
HSV(B)322.15º95.1%96.08%-
XYZ44.0522.1834.76-
YUV98.42162.19232.55-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 58.89%
GREEN value IS 12 (5.08% from 255) = 2.88%
BLUE value IS 159 (62.5% from 255) = 38.22%
R=58.89%
G=2.88%
B=38.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.35
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451215900.950.350.04322.1592.0950.39
HexF5C9F05F2341425c32
Octal36514237013743450213462
Binary11110101110010011111010111111000111001010000101011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F50C9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F50C9F; }

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

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

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

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

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

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

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

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