Shades of Hollywood Cerise #F308A8
Tints of Hollywood Cerise #F308A8
RGB
CMYK
RGB Variations
Color information
#F308A8 (or 0xF308A8) is known color: Hollywood Cerise. HEX triplet: F3, 08 and A8. RGB value is (243,8,168). Sum of RGB (Red+Green+Blue) = 243+8+168=419 (55% of max value = 765). Red value is 243 (95.31% from 255 or 58.00% from 419); Green value is 8 (3.52% from 255 or 1.91% from 419); Blue value is 168 (66.02% from 255 or 40.10% from 419); Max value from RGB is 243 - color contains mainly: red. Hex color #F308A8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F308A8 is #0CF757. Grayscale: #606060. Windows color (decimal): -849752 or 11012339. OLE color: 11012339.
HSL color Cylindrical-coordinate representation of color #F308A8: hue angle of 319.15º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F308A8 is Cyan = 0, Magento = 0.97, Yellow = 0.31 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 8 | 168 | - |
| CMYK | 0 | 0.97 | 0.31 | 0.05 |
| HSL | 319.15º | 0.94% | 0.49% | - |
| HSV(B) | 319.15º | 0.97% | 0.95% | - |
| XYZ | 44.12 | 22.06 | 38.98 | - |
| YUV | 96.51 | 168.36 | 232.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 8 | 168 | 0 | 0.97 | 0.31 | 0.05 | 319.15 | 0.94 | 0.49 |
| Hex | F3 | 8 | A8 | 0 | 61 | 1F | 5 | 13F | 5E | 31 |
| Octal | 363 | 10 | 250 | 0 | 141 | 37 | 5 | 477 | 136 | 61 |
| Binary | 11110011 | 1000 | 10101000 | 0 | 1100001 | 11111 | 101 | 100111111 | 1011110 | 110001 |
Color Harmonies of #F308A8
Complementary color
Monochromatic Colors of #F308A8
Black with #F308A8
Text Example
Text Example
White with #F308A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F308A8; }
p { color: rgb(243,8,168); }
H1.HeaderClassName
{
color: #F308A8;
}
.AnyTagClassName
{
color: #F308A8;
}
</style>
background-color css
<style>
a { background-color: #F308A8; }
a { background-color: rgb(243,8,168); }
div.DivClassName
{
background-color: #F308A8;
}
.BgClassName
{
background-color: #F308A8;
}
</style>
border-color css
<style>
span { border-color: #F308A8; }
span { border-color: rgb(243,8,168); }
td.TdClassName
{
border-color: #F308A8;
}
.TagClassName
{
border-color: #F308A8;
}
</style>