Html Css Color HEX #F9089B Hollywood Cerise

📋 copy color: '#F9089B'

red 249 ◦ green 8 ◦ blue 155

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

Shades of Hollywood Cerise #F9089B

Tints of Hollywood Cerise #F9089B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.94%

 BLUE value IS 155 (60.94% from 255) = 37.62%

R = 60.44%
G = 1.94%
B = 37.62%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#F9089B (or 0xF9089B) is known color: Hollywood Cerise. HEX triplet: F9, 08 and 9B. RGB value is (249,8,155). Sum of RGB (Red+Green+Blue) = 249+8+155=412 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60.44% from 412); Green value is 8 (3.52% from 255 or 1.94% from 412); Blue value is 155 (60.94% from 255 or 37.62% from 412); Max value from RGB is 249 - color contains mainly: red. Hex color #F9089B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F9089B is #06F764. Grayscale: #606060. Windows color (decimal): -456549 or 10160377. OLE color: 10160377.

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

Color convert

RGB 249 8 155 -
CMYK 0 0.97 0.38 0.02
HSL 323.4º 0.95% 0.5% -
HSV(B) 323.4º 0.97% 0.98% -
XYZ 45.07 22.68 33.01 -
YUV 96.82 160.84 236.55 -
System Red Green Blue C M Y K H S L
Decimal 249 8 155 0 0.97 0.38 0.02 323.4 0.95 0.5
Hex F9 8 9B 0 61 26 2 143 5F 32
Octal 371 10 233 0 141 46 2 503 137 62
Binary 11111001 1000 10011011 0 1100001 100110 10 101000011 1011111 110010

Color Harmonies of #F9089B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9089B

Black with #F9089B

Text Example


Text Example

White with #F9089B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9089B; }

 p { color: rgb(249,8,155); }

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

background-color css

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

 a { background-color: rgb(249,8,155); }

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

border-color css

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

 span { border-color: rgb(249,8,155); }

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