Shades of Hollywood Cerise #F00BA5
Tints of Hollywood Cerise #F00BA5
RGB
CMYK
RGB Variations
Color information
#F00BA5 (or 0xF00BA5) is known color: Hollywood Cerise. HEX triplet: F0, 0B and A5. RGB value is (240,11,165). Sum of RGB (Red+Green+Blue) = 240+11+165=416 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.69% from 416); Green value is 11 (4.69% from 255 or 2.64% from 416); Blue value is 165 (64.84% from 255 or 39.66% from 416); Max value from RGB is 240 - color contains mainly: red. Hex color #F00BA5 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00BA5 is #0FF45A. Grayscale: #606060. Windows color (decimal): -1045595 or 10816496. OLE color: 10816496.
HSL color Cylindrical-coordinate representation of color #F00BA5: hue angle of 319.65º 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 #F00BA5 is Cyan = 0, Magento = 0.95, Yellow = 0.31 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 11 | 165 | - |
| CMYK | 0 | 0.95 | 0.31 | 0.06 |
| HSL | 319.65º | 0.91% | 0.49% | - |
| HSV(B) | 319.65º | 0.95% | 0.94% | - |
| XYZ | 42.85 | 21.48 | 37.49 | - |
| YUV | 97.03 | 166.37 | 229.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 11 | 165 | 0 | 0.95 | 0.31 | 0.06 | 319.65 | 0.91 | 0.49 |
| Hex | F0 | B | A5 | 0 | 5F | 1F | 6 | 140 | 5B | 31 |
| Octal | 360 | 13 | 245 | 0 | 137 | 37 | 6 | 500 | 133 | 61 |
| Binary | 11110000 | 1011 | 10100101 | 0 | 1011111 | 11111 | 110 | 101000000 | 1011011 | 110001 |
Color Harmonies of #F00BA5
Complementary color
Monochromatic Colors of #F00BA5
Black with #F00BA5
Text Example
Text Example
White with #F00BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00BA5; }
p { color: rgb(240,11,165); }
H1.HeaderClassName
{
color: #F00BA5;
}
.AnyTagClassName
{
color: #F00BA5;
}
</style>
background-color css
<style>
a { background-color: #F00BA5; }
a { background-color: rgb(240,11,165); }
div.DivClassName
{
background-color: #F00BA5;
}
.BgClassName
{
background-color: #F00BA5;
}
</style>
border-color css
<style>
span { border-color: #F00BA5; }
span { border-color: rgb(240,11,165); }
td.TdClassName
{
border-color: #F00BA5;
}
.TagClassName
{
border-color: #F00BA5;
}
</style>