Html Css Color HEX #F00BAF Hollywood Cerise

📋 copy color: '#F00BAF'

red 240 ◦ green 11 ◦ blue 175

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

Shades of Hollywood Cerise #F00BAF

Tints of Hollywood Cerise #F00BAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 41.08%

R = 56.34%
G = 2.58%
B = 41.08%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#F00BAF (or 0xF00BAF) is known color: Hollywood Cerise. HEX triplet: F0, 0B and AF. RGB value is (240,11,175). Sum of RGB (Red+Green+Blue) = 240+11+175=426 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.34% from 426); Green value is 11 (4.69% from 255 or 2.58% from 426); Blue value is 175 (68.75% from 255 or 41.08% from 426); Max value from RGB is 240 - color contains mainly: red. Hex color #F00BAF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00BAF is #0FF450. Grayscale: #616161. Windows color (decimal): -1045585 or 11471856. OLE color: 11471856.

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

Color convert

RGB 240 11 175 -
CMYK 0 0.95 0.27 0.06
HSL 317.03º 0.91% 0.49% -
HSV(B) 317.03º 0.95% 0.94% -
XYZ 43.79 21.86 42.47 -
YUV 98.17 171.37 229.16 -
System Red Green Blue C M Y K H S L
Decimal 240 11 175 0 0.95 0.27 0.06 317.03 0.91 0.49
Hex F0 B AF 0 5F 1B 6 13D 5B 31
Octal 360 13 257 0 137 33 6 475 133 61
Binary 11110000 1011 10101111 0 1011111 11011 110 100111101 1011011 110001

Color Harmonies of #F00BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00BAF

Black with #F00BAF

Text Example


Text Example

White with #F00BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00BAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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