Html Css Color HEX #F00BAB Hollywood Cerise

📋 copy color: '#F00BAB'

red 240 ◦ green 11 ◦ blue 171

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

Shades of Hollywood Cerise #F00BAB

Tints of Hollywood Cerise #F00BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 40.52%

R = 56.87%
G = 2.61%
B = 40.52%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#F00BAB (or 0xF00BAB) is known color: Hollywood Cerise. HEX triplet: F0, 0B and AB. RGB value is (240,11,171). Sum of RGB (Red+Green+Blue) = 240+11+171=422 (55% of max value = 765). Red value is 240 (94.14% from 255 or 56.87% from 422); Green value is 11 (4.69% from 255 or 2.61% from 422); Blue value is 171 (67.19% from 255 or 40.52% from 422); Max value from RGB is 240 - color contains mainly: red. Hex color #F00BAB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00BAB is #0FF454. Grayscale: #616161. Windows color (decimal): -1045589 or 11209712. OLE color: 11209712.

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

Color convert

RGB 240 11 171 -
CMYK 0 0.95 0.29 0.06
HSL 318.08º 0.91% 0.49% -
HSV(B) 318.08º 0.95% 0.94% -
XYZ 43.41 21.7 40.43 -
YUV 97.71 169.37 229.49 -
System Red Green Blue C M Y K H S L
Decimal 240 11 171 0 0.95 0.29 0.06 318.08 0.91 0.49
Hex F0 B AB 0 5F 1D 6 13E 5B 31
Octal 360 13 253 0 137 35 6 476 133 61
Binary 11110000 1011 10101011 0 1011111 11101 110 100111110 1011011 110001

Color Harmonies of #F00BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00BAB

Black with #F00BAB

Text Example


Text Example

White with #F00BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00BAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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