Html Css Color HEX #F5009F Hollywood Cerise

📋 copy color: '#F5009F'

red 245 ◦ green 0 ◦ blue 159

#F5009F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hollywood Cerise #F5009F

Tints of Hollywood Cerise #F5009F

RGB

 RED value IS 245 (96.09% from 255) = 60.64%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 159 (62.5% from 255) = 39.36%

R = 60.64%
G = 0%
B = 39.36%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.35

 K value IS 0.04

RGB Variations

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

Color information

#F5009F (or 0xF5009F) is known color: Hollywood Cerise. HEX triplet: F5, 00 and 9F. RGB value is (245,0,159). Sum of RGB (Red+Green+Blue) = 245+0+159=404 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.64% from 404); Green value is 0 (0.39% from 255 or 0% from 404); Blue value is 159 (62.5% from 255 or 39.36% from 404); Max value from RGB is 245 - color contains mainly: red. Hex color #F5009F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F5009F is #0AFF60. Grayscale: #5A5A5A. Windows color (decimal): -720737 or 10420469. OLE color: 10420469.

HSL color Cylindrical-coordinate representation of color #F5009F: hue angle of 321.06º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F5009F is Cyan = 0, Magento = 1, Yellow = 0.35 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 0 159 -
CMYK 0 1 0.35 0.04
HSL 321.06º 1% 0.48% -
HSV(B) 321.06º 1% 0.96% -
XYZ 43.91 21.92 34.72 -
YUV 91.38 166.17 237.57 -
System Red Green Blue C M Y K H S L
Decimal 245 0 159 0 1 0.35 0.04 321.06 1 0.48
Hex F5 0 9F 0 64 23 4 141 64 30
Octal 365 0 237 0 144 43 4 501 144 60
Binary 11110101 0 10011111 0 1100100 100011 100 101000001 1100100 110000

Color Harmonies of #F5009F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5009F

Black with #F5009F

Text Example


Text Example

White with #F5009F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5009F; }

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

 H1.HeaderClassName
 {
   color: #F5009F;
 }
 .AnyTagClassName
 {
   color: #F5009F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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