Html Css Color HEX #F00BA9 Hollywood Cerise

📋 copy color: '#F00BA9'

red 240 ◦ green 11 ◦ blue 169

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

Shades of Hollywood Cerise #F00BA9

Tints of Hollywood Cerise #F00BA9

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.62%

 BLUE value IS 169 (66.41% from 255) = 40.24%

R = 57.14%
G = 2.62%
B = 40.24%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.30

 K value IS 0.06

RGB Variations

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

Color information

#F00BA9 (or 0xF00BA9) is known color: Hollywood Cerise. HEX triplet: F0, 0B and A9. RGB value is (240,11,169). Sum of RGB (Red+Green+Blue) = 240+11+169=420 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.14% from 420); Green value is 11 (4.69% from 255 or 2.62% from 420); Blue value is 169 (66.41% from 255 or 40.24% from 420); Max value from RGB is 240 - color contains mainly: red. Hex color #F00BA9 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00BA9 is #0FF456. Grayscale: #616161. Windows color (decimal): -1045591 or 11078640. OLE color: 11078640.

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

Color convert

RGB 240 11 169 -
CMYK 0 0.95 0.30 0.06
HSL 318.6º 0.91% 0.49% -
HSV(B) 318.6º 0.95% 0.94% -
XYZ 43.22 21.63 39.43 -
YUV 97.48 168.37 229.65 -
System Red Green Blue C M Y K H S L
Decimal 240 11 169 0 0.95 0.30 0.06 318.6 0.91 0.49
Hex F0 B A9 0 5F 1E 6 13F 5B 31
Octal 360 13 251 0 137 36 6 477 133 61
Binary 11110000 1011 10101001 0 1011111 11110 110 100111111 1011011 110001

Color Harmonies of #F00BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00BA9

Black with #F00BA9

Text Example


Text Example

White with #F00BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00BA9; }

 p { color: rgb(240,11,169); }

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

background-color css

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

 a { background-color: rgb(240,11,169); }

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

border-color css

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

 span { border-color: rgb(240,11,169); }

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