Html Css Color HEX #F0089B Hollywood Cerise

📋 copy color: '#F0089B'

red 240 ◦ green 8 ◦ blue 155

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

Shades of Hollywood Cerise #F0089B

Tints of Hollywood Cerise #F0089B

RGB

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

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

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

R = 59.55%
G = 1.99%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.35

 K value IS 0.06

RGB Variations

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

Color information

#F0089B (or 0xF0089B) is known color: Hollywood Cerise. HEX triplet: F0, 08 and 9B. RGB value is (240,8,155). Sum of RGB (Red+Green+Blue) = 240+8+155=403 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.55% from 403); Green value is 8 (3.52% from 255 or 1.99% from 403); Blue value is 155 (60.94% from 255 or 38.46% from 403); Max value from RGB is 240 - color contains mainly: red. Hex color #F0089B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F0089B is #0FF764. Grayscale: #5D5D5D. Windows color (decimal): -1046373 or 10160368. OLE color: 10160368.

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

Color convert

RGB 240 8 155 -
CMYK 0 0.97 0.35 0.06
HSL 321.98º 0.94% 0.49% -
HSV(B) 321.98º 0.97% 0.94% -
XYZ 41.94 21.07 32.87 -
YUV 94.13 162.36 232.05 -
System Red Green Blue C M Y K H S L
Decimal 240 8 155 0 0.97 0.35 0.06 321.98 0.94 0.49
Hex F0 8 9B 0 61 23 6 142 5E 31
Octal 360 10 233 0 141 43 6 502 136 61
Binary 11110000 1000 10011011 0 1100001 100011 110 101000010 1011110 110001

Color Harmonies of #F0089B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0089B

Black with #F0089B

Text Example


Text Example

White with #F0089B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0089B; }

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

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

background-color css

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

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

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

border-color css

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

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

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