Shades of Hollywood Cerise #F300B2
Tints of Hollywood Cerise #F300B2
RGB
CMYK
RGB Variations
Color information
#F300B2 (or 0xF300B2) is known color: Hollywood Cerise. HEX triplet: F3, 00 and B2. RGB value is (243,0,178). Sum of RGB (Red+Green+Blue) = 243+0+178=421 (55% of max value = 765). Red value is 243 (95.31% from 255 or 57.72% from 421); Green value is 0 (0.39% from 255 or 0% from 421); Blue value is 178 (69.92% from 255 or 42.28% from 421); Max value from RGB is 243 - color contains mainly: red. Hex color #F300B2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F300B2 is #0CFF4D. Grayscale: #5C5C5C. Windows color (decimal): -851790 or 11665651. OLE color: 11665651.
HSL color Cylindrical-coordinate representation of color #F300B2: hue angle of 316.05º 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 #F300B2 is Cyan = 0, Magento = 1, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 0 | 178 | - |
| CMYK | 0 | 1 | 0.27 | 0.05 |
| HSL | 316.05º | 1% | 0.48% | - |
| HSV(B) | 316.05º | 1% | 0.95% | - |
| XYZ | 45 | 22.27 | 44.05 | - |
| YUV | 92.95 | 176.01 | 235.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 0 | 178 | 0 | 1 | 0.27 | 0.05 | 316.05 | 1 | 0.48 |
| Hex | F3 | 0 | B2 | 0 | 64 | 1B | 5 | 13C | 64 | 30 |
| Octal | 363 | 0 | 262 | 0 | 144 | 33 | 5 | 474 | 144 | 60 |
| Binary | 11110011 | 0 | 10110010 | 0 | 1100100 | 11011 | 101 | 100111100 | 1100100 | 110000 |
Color Harmonies of #F300B2
Complementary color
Monochromatic Colors of #F300B2
Black with #F300B2
Text Example
Text Example
White with #F300B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F300B2; }
p { color: rgb(243,0,178); }
H1.HeaderClassName
{
color: #F300B2;
}
.AnyTagClassName
{
color: #F300B2;
}
</style>
background-color css
<style>
a { background-color: #F300B2; }
a { background-color: rgb(243,0,178); }
div.DivClassName
{
background-color: #F300B2;
}
.BgClassName
{
background-color: #F300B2;
}
</style>
border-color css
<style>
span { border-color: #F300B2; }
span { border-color: rgb(243,0,178); }
td.TdClassName
{
border-color: #F300B2;
}
.TagClassName
{
border-color: #F300B2;
}
</style>