Shades of Hollywood Cerise #F305AB
Tints of Hollywood Cerise #F305AB
RGB
CMYK
RGB Variations
Color information
#F305AB (or 0xF305AB) is known color: Hollywood Cerise. HEX triplet: F3, 05 and AB. RGB value is (243,5,171). Sum of RGB (Red+Green+Blue) = 243+5+171=419 (55% of max value = 765). Red value is 243 (95.31% from 255 or 58.00% from 419); Green value is 5 (2.34% from 255 or 1.19% from 419); Blue value is 171 (67.19% from 255 or 40.81% from 419); Max value from RGB is 243 - color contains mainly: red. Hex color #F305AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F305AB is #0CFA54. Grayscale: #5E5E5E. Windows color (decimal): -850517 or 11208179. OLE color: 11208179.
HSL color Cylindrical-coordinate representation of color #F305AB: hue angle of 318.15º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F305AB is Cyan = 0, Magento = 0.98, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 5 | 171 | - |
| CMYK | 0 | 0.98 | 0.30 | 0.05 |
| HSL | 318.15º | 0.96% | 0.49% | - |
| HSV(B) | 318.15º | 0.98% | 0.95% | - |
| XYZ | 44.37 | 22.1 | 40.46 | - |
| YUV | 95.09 | 170.85 | 233.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 5 | 171 | 0 | 0.98 | 0.30 | 0.05 | 318.15 | 0.96 | 0.49 |
| Hex | F3 | 5 | AB | 0 | 62 | 1E | 5 | 13E | 60 | 31 |
| Octal | 363 | 5 | 253 | 0 | 142 | 36 | 5 | 476 | 140 | 61 |
| Binary | 11110011 | 101 | 10101011 | 0 | 1100010 | 11110 | 101 | 100111110 | 1100000 | 110001 |
Color Harmonies of #F305AB
Complementary color
Monochromatic Colors of #F305AB
Black with #F305AB
Text Example
Text Example
White with #F305AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F305AB; }
p { color: rgb(243,5,171); }
H1.HeaderClassName
{
color: #F305AB;
}
.AnyTagClassName
{
color: #F305AB;
}
</style>
background-color css
<style>
a { background-color: #F305AB; }
a { background-color: rgb(243,5,171); }
div.DivClassName
{
background-color: #F305AB;
}
.BgClassName
{
background-color: #F305AB;
}
</style>
border-color css
<style>
span { border-color: #F305AB; }
span { border-color: rgb(243,5,171); }
td.TdClassName
{
border-color: #F305AB;
}
.TagClassName
{
border-color: #F305AB;
}
</style>