Shades of Hollywood Cerise #F300A8
Tints of Hollywood Cerise #F300A8
RGB
CMYK
RGB Variations
Color information
#F300A8 (or 0xF300A8) is known color: Hollywood Cerise. HEX triplet: F3, 00 and A8. RGB value is (243,0,168). Sum of RGB (Red+Green+Blue) = 243+0+168=411 (54% of max value = 765). Red value is 243 (95.31% from 255 or 59.12% from 411); Green value is 0 (0.39% from 255 or 0% from 411); Blue value is 168 (66.02% from 255 or 40.88% from 411); Max value from RGB is 243 - color contains mainly: red. Hex color #F300A8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F300A8 is #0CFF57. Grayscale: #5B5B5B. Windows color (decimal): -851800 or 11010291. OLE color: 11010291.
HSL color Cylindrical-coordinate representation of color #F300A8: hue angle of 318.52º 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 #F300A8 is Cyan = 0, Magento = 1, Yellow = 0.31 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 0 | 168 | - |
| CMYK | 0 | 1 | 0.31 | 0.05 |
| HSL | 318.52º | 1% | 0.48% | - |
| HSV(B) | 318.52º | 1% | 0.95% | - |
| XYZ | 44.03 | 21.88 | 38.95 | - |
| YUV | 91.81 | 171.01 | 235.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 0 | 168 | 0 | 1 | 0.31 | 0.05 | 318.52 | 1 | 0.48 |
| Hex | F3 | 0 | A8 | 0 | 64 | 1F | 5 | 13F | 64 | 30 |
| Octal | 363 | 0 | 250 | 0 | 144 | 37 | 5 | 477 | 144 | 60 |
| Binary | 11110011 | 0 | 10101000 | 0 | 1100100 | 11111 | 101 | 100111111 | 1100100 | 110000 |
Color Harmonies of #F300A8
Complementary color
Monochromatic Colors of #F300A8
Black with #F300A8
Text Example
Text Example
White with #F300A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F300A8; }
p { color: rgb(243,0,168); }
H1.HeaderClassName
{
color: #F300A8;
}
.AnyTagClassName
{
color: #F300A8;
}
</style>
background-color css
<style>
a { background-color: #F300A8; }
a { background-color: rgb(243,0,168); }
div.DivClassName
{
background-color: #F300A8;
}
.BgClassName
{
background-color: #F300A8;
}
</style>
border-color css
<style>
span { border-color: #F300A8; }
span { border-color: rgb(243,0,168); }
td.TdClassName
{
border-color: #F300A8;
}
.TagClassName
{
border-color: #F300A8;
}
</style>