Shades of Hollywood Cerise #F302AB
Tints of Hollywood Cerise #F302AB
RGB
CMYK
RGB Variations
Color information
#F302AB (or 0xF302AB) is known color: Hollywood Cerise. HEX triplet: F3, 02 and AB. RGB value is (243,2,171). Sum of RGB (Red+Green+Blue) = 243+2+171=416 (55% of max value = 765). Red value is 243 (95.31% from 255 or 58.41% from 416); Green value is 2 (1.17% from 255 or 0.48% from 416); Blue value is 171 (67.19% from 255 or 41.11% from 416); Max value from RGB is 243 - color contains mainly: red. Hex color #F302AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F302AB is #0CFD54. Grayscale: #5C5C5C. Windows color (decimal): -851285 or 11207411. OLE color: 11207411.
HSL color Cylindrical-coordinate representation of color #F302AB: hue angle of 317.93º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F302AB is Cyan = 0, Magento = 0.99, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 2 | 171 | - |
| CMYK | 0 | 0.99 | 0.30 | 0.05 |
| HSL | 317.93º | 0.98% | 0.48% | - |
| HSV(B) | 317.93º | 0.99% | 0.95% | - |
| XYZ | 44.33 | 22.04 | 40.45 | - |
| YUV | 93.33 | 171.84 | 234.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 2 | 171 | 0 | 0.99 | 0.30 | 0.05 | 317.93 | 0.98 | 0.48 |
| Hex | F3 | 2 | AB | 0 | 63 | 1E | 5 | 13E | 62 | 30 |
| Octal | 363 | 2 | 253 | 0 | 143 | 36 | 5 | 476 | 142 | 60 |
| Binary | 11110011 | 10 | 10101011 | 0 | 1100011 | 11110 | 101 | 100111110 | 1100010 | 110000 |
Color Harmonies of #F302AB
Complementary color
Monochromatic Colors of #F302AB
Black with #F302AB
Text Example
Text Example
White with #F302AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F302AB; }
p { color: rgb(243,2,171); }
H1.HeaderClassName
{
color: #F302AB;
}
.AnyTagClassName
{
color: #F302AB;
}
</style>
background-color css
<style>
a { background-color: #F302AB; }
a { background-color: rgb(243,2,171); }
div.DivClassName
{
background-color: #F302AB;
}
.BgClassName
{
background-color: #F302AB;
}
</style>
border-color css
<style>
span { border-color: #F302AB; }
span { border-color: rgb(243,2,171); }
td.TdClassName
{
border-color: #F302AB;
}
.TagClassName
{
border-color: #F302AB;
}
</style>