Shades of Hollywood Cerise #F300B3
Tints of Hollywood Cerise #F300B3
RGB
CMYK
RGB Variations
Color information
#F300B3 (or 0xF300B3) is known color: Hollywood Cerise. HEX triplet: F3, 00 and B3. RGB value is (243,0,179). Sum of RGB (Red+Green+Blue) = 243+0+179=422 (55% of max value = 765). Red value is 243 (95.31% from 255 or 57.58% from 422); Green value is 0 (0.39% from 255 or 0% from 422); Blue value is 179 (70.31% from 255 or 42.42% from 422); Max value from RGB is 243 - color contains mainly: red. Hex color #F300B3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F300B3 is #0CFF4C. Grayscale: #5C5C5C. Windows color (decimal): -851789 or 11731187. OLE color: 11731187.
HSL color Cylindrical-coordinate representation of color #F300B3: hue angle of 315.8º 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 #F300B3 is Cyan = 0, Magento = 1, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 0 | 179 | - |
| CMYK | 0 | 1 | 0.26 | 0.05 |
| HSL | 315.8º | 1% | 0.48% | - |
| HSV(B) | 315.8º | 1% | 0.95% | - |
| XYZ | 45.1 | 22.31 | 44.58 | - |
| YUV | 93.06 | 176.51 | 234.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 0 | 179 | 0 | 1 | 0.26 | 0.05 | 315.8 | 1 | 0.48 |
| Hex | F3 | 0 | B3 | 0 | 64 | 1A | 5 | 13C | 64 | 30 |
| Octal | 363 | 0 | 263 | 0 | 144 | 32 | 5 | 474 | 144 | 60 |
| Binary | 11110011 | 0 | 10110011 | 0 | 1100100 | 11010 | 101 | 100111100 | 1100100 | 110000 |
Color Harmonies of #F300B3
Complementary color
Monochromatic Colors of #F300B3
Black with #F300B3
Text Example
Text Example
White with #F300B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F300B3; }
p { color: rgb(243,0,179); }
H1.HeaderClassName
{
color: #F300B3;
}
.AnyTagClassName
{
color: #F300B3;
}
</style>
background-color css
<style>
a { background-color: #F300B3; }
a { background-color: rgb(243,0,179); }
div.DivClassName
{
background-color: #F300B3;
}
.BgClassName
{
background-color: #F300B3;
}
</style>
border-color css
<style>
span { border-color: #F300B3; }
span { border-color: rgb(243,0,179); }
td.TdClassName
{
border-color: #F300B3;
}
.TagClassName
{
border-color: #F300B3;
}
</style>