Html Css Color HEX #F9059F Hollywood Cerise

📋 copy color: '#F9059F'

red 249 ◦ green 5 ◦ blue 159

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

Shades of Hollywood Cerise #F9059F

Tints of Hollywood Cerise #F9059F

RGB

 RED value IS 249 (97.66% from 255) = 60.29%

 GREEN value IS 5 (2.34% from 255) = 1.21%

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

R = 60.29%
G = 1.21%
B = 38.5%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#F9059F (or 0xF9059F) is known color: Hollywood Cerise. HEX triplet: F9, 05 and 9F. RGB value is (249,5,159). Sum of RGB (Red+Green+Blue) = 249+5+159=413 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60.29% from 413); Green value is 5 (2.34% from 255 or 1.21% from 413); Blue value is 159 (62.5% from 255 or 38.50% from 413); Max value from RGB is 249 - color contains mainly: red. Hex color #F9059F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F9059F is #06FA60. Grayscale: #5F5F5F. Windows color (decimal): -457313 or 10421753. OLE color: 10421753.

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

Color convert

RGB 249 5 159 -
CMYK 0 0.98 0.36 0.02
HSL 322.13º 0.96% 0.5% -
HSV(B) 322.13º 0.98% 0.98% -
XYZ 45.38 22.75 34.8 -
YUV 95.51 163.84 237.48 -
System Red Green Blue C M Y K H S L
Decimal 249 5 159 0 0.98 0.36 0.02 322.13 0.96 0.5
Hex F9 5 9F 0 62 24 2 142 60 32
Octal 371 5 237 0 142 44 2 502 140 62
Binary 11111001 101 10011111 0 1100010 100100 10 101000010 1100000 110010

Color Harmonies of #F9059F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9059F

Black with #F9059F

Text Example


Text Example

White with #F9059F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9059F; }

 p { color: rgb(249,5,159); }

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

background-color css

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

 a { background-color: rgb(249,5,159); }

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

border-color css

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

 span { border-color: rgb(249,5,159); }

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