Html Css Color HEX #F0099B Hollywood Cerise

📋 copy color: '#F0099B'

red 240 ◦ green 9 ◦ blue 155

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

Shades of Hollywood Cerise #F0099B

Tints of Hollywood Cerise #F0099B

RGB

 RED value IS 240 (94.14% from 255) = 59.41%

 GREEN value IS 9 (3.91% from 255) = 2.23%

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

R = 59.41%
G = 2.23%
B = 38.37%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.35

 K value IS 0.06

RGB Variations

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

Color information

#F0099B (or 0xF0099B) is known color: Hollywood Cerise. HEX triplet: F0, 09 and 9B. RGB value is (240,9,155). Sum of RGB (Red+Green+Blue) = 240+9+155=404 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.41% from 404); Green value is 9 (3.91% from 255 or 2.23% from 404); Blue value is 155 (60.94% from 255 or 38.37% from 404); Max value from RGB is 240 - color contains mainly: red. Hex color #F0099B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F0099B is #0FF664. Grayscale: #5E5E5E. Windows color (decimal): -1046117 or 10160624. OLE color: 10160624.

HSL color Cylindrical-coordinate representation of color #F0099B: hue angle of 322.08º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F0099B is Cyan = 0, Magento = 0.96, Yellow = 0.35 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 9 155 -
CMYK 0 0.96 0.35 0.06
HSL 322.08º 0.93% 0.49% -
HSV(B) 322.08º 0.96% 0.94% -
XYZ 41.95 21.09 32.87 -
YUV 94.71 162.03 231.63 -
System Red Green Blue C M Y K H S L
Decimal 240 9 155 0 0.96 0.35 0.06 322.08 0.93 0.49
Hex F0 9 9B 0 60 23 6 142 5D 31
Octal 360 11 233 0 140 43 6 502 135 61
Binary 11110000 1001 10011011 0 1100000 100011 110 101000010 1011101 110001

Color Harmonies of #F0099B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0099B

Black with #F0099B

Text Example


Text Example

White with #F0099B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0099B; }

 p { color: rgb(240,9,155); }

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

background-color css

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

 a { background-color: rgb(240,9,155); }

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

border-color css

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

 span { border-color: rgb(240,9,155); }

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