Html Css Color HEX #F00BAC Hollywood Cerise

📋 copy color: '#F00BAC'

red 240 ◦ green 11 ◦ blue 172

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

Shades of Hollywood Cerise #F00BAC

Tints of Hollywood Cerise #F00BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 40.66%

R = 56.74%
G = 2.6%
B = 40.66%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#F00BAC (or 0xF00BAC) is known color: Hollywood Cerise. HEX triplet: F0, 0B and AC. RGB value is (240,11,172). Sum of RGB (Red+Green+Blue) = 240+11+172=423 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.74% from 423); Green value is 11 (4.69% from 255 or 2.60% from 423); Blue value is 172 (67.58% from 255 or 40.66% from 423); Max value from RGB is 240 - color contains mainly: red. Hex color #F00BAC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00BAC is #0FF453. Grayscale: #616161. Windows color (decimal): -1045588 or 11275248. OLE color: 11275248.

HSL color Cylindrical-coordinate representation of color #F00BAC: hue angle of 317.82º 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 #F00BAC is Cyan = 0, Magento = 0.95, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 11 172 -
CMYK 0 0.95 0.28 0.06
HSL 317.82º 0.91% 0.49% -
HSV(B) 317.82º 0.95% 0.94% -
XYZ 43.5 21.74 40.93 -
YUV 97.83 169.87 229.41 -
System Red Green Blue C M Y K H S L
Decimal 240 11 172 0 0.95 0.28 0.06 317.82 0.91 0.49
Hex F0 B AC 0 5F 1C 6 13E 5B 31
Octal 360 13 254 0 137 34 6 476 133 61
Binary 11110000 1011 10101100 0 1011111 11100 110 100111110 1011011 110001

Color Harmonies of #F00BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00BAC

Black with #F00BAC

Text Example


Text Example

White with #F00BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00BAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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