Shades of Hollywood Cerise #F300B0
Tints of Hollywood Cerise #F300B0
RGB
CMYK
RGB Variations
Color information
#F300B0 (or 0xF300B0) is known color: Hollywood Cerise. HEX triplet: F3, 00 and B0. RGB value is (243,0,176). Sum of RGB (Red+Green+Blue) = 243+0+176=419 (55% of max value = 765). Red value is 243 (95.31% from 255 or 58.00% from 419); Green value is 0 (0.39% from 255 or 0% from 419); Blue value is 176 (69.14% from 255 or 42.00% from 419); Max value from RGB is 243 - color contains mainly: red. Hex color #F300B0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F300B0 is #0CFF4F. Grayscale: #5C5C5C. Windows color (decimal): -851792 or 11534579. OLE color: 11534579.
HSL color Cylindrical-coordinate representation of color #F300B0: hue angle of 316.54º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F300B0 is Cyan = 0, Magento = 1, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 0 | 176 | - |
| CMYK | 0 | 1 | 0.28 | 0.05 |
| HSL | 316.54º | 1% | 0.48% | - |
| HSV(B) | 316.54º | 1% | 0.95% | - |
| XYZ | 44.8 | 22.19 | 43 | - |
| YUV | 92.72 | 175.01 | 235.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 0 | 176 | 0 | 1 | 0.28 | 0.05 | 316.54 | 1 | 0.48 |
| Hex | F3 | 0 | B0 | 0 | 64 | 1C | 5 | 13D | 64 | 30 |
| Octal | 363 | 0 | 260 | 0 | 144 | 34 | 5 | 475 | 144 | 60 |
| Binary | 11110011 | 0 | 10110000 | 0 | 1100100 | 11100 | 101 | 100111101 | 1100100 | 110000 |
Color Harmonies of #F300B0
Complementary color
Monochromatic Colors of #F300B0
Black with #F300B0
Text Example
Text Example
White with #F300B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F300B0; }
p { color: rgb(243,0,176); }
H1.HeaderClassName
{
color: #F300B0;
}
.AnyTagClassName
{
color: #F300B0;
}
</style>
background-color css
<style>
a { background-color: #F300B0; }
a { background-color: rgb(243,0,176); }
div.DivClassName
{
background-color: #F300B0;
}
.BgClassName
{
background-color: #F300B0;
}
</style>
border-color css
<style>
span { border-color: #F300B0; }
span { border-color: rgb(243,0,176); }
td.TdClassName
{
border-color: #F300B0;
}
.TagClassName
{
border-color: #F300B0;
}
</style>