Shades of Hollywood Cerise #FB0AAA
Tints of Hollywood Cerise #FB0AAA
RGB
CMYK
RGB Variations
Color information
#FB0AAA (or 0xFB0AAA) is known color: Hollywood Cerise. HEX triplet: FB, 0A and AA. RGB value is (251,10,170). Sum of RGB (Red+Green+Blue) = 251+10+170=431 (57% of max value = 765). Red value is 251 (98.44% from 255 or 58.24% from 431); Green value is 10 (4.30% from 255 or 2.32% from 431); Blue value is 170 (66.80% from 255 or 39.44% from 431); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0AAA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB0AAA is #04F555. Grayscale: #636363. Windows color (decimal): -324950 or 11143931. OLE color: 11143931.
HSL color Cylindrical-coordinate representation of color #FB0AAA: hue angle of 320.17º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FB0AAA is Cyan = 0, Magento = 0.96, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 10 | 170 | - |
| CMYK | 0 | 0.96 | 0.32 | 0.02 |
| HSL | 320.17º | 0.97% | 0.51% | - |
| HSV(B) | 320.17º | 0.96% | 0.98% | - |
| XYZ | 47.15 | 23.63 | 40.11 | - |
| YUV | 100.3 | 167.34 | 235.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 10 | 170 | 0 | 0.96 | 0.32 | 0.02 | 320.17 | 0.97 | 0.51 |
| Hex | FB | A | AA | 0 | 60 | 20 | 2 | 140 | 61 | 33 |
| Octal | 373 | 12 | 252 | 0 | 140 | 40 | 2 | 500 | 141 | 63 |
| Binary | 11111011 | 1010 | 10101010 | 0 | 1100000 | 100000 | 10 | 101000000 | 1100001 | 110011 |
Color Harmonies of #FB0AAA
Complementary color
Monochromatic Colors of #FB0AAA
Black with #FB0AAA
Text Example
Text Example
White with #FB0AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0AAA; }
p { color: rgb(251,10,170); }
H1.HeaderClassName
{
color: #FB0AAA;
}
.AnyTagClassName
{
color: #FB0AAA;
}
</style>
background-color css
<style>
a { background-color: #FB0AAA; }
a { background-color: rgb(251,10,170); }
div.DivClassName
{
background-color: #FB0AAA;
}
.BgClassName
{
background-color: #FB0AAA;
}
</style>
border-color css
<style>
span { border-color: #FB0AAA; }
span { border-color: rgb(251,10,170); }
td.TdClassName
{
border-color: #FB0AAA;
}
.TagClassName
{
border-color: #FB0AAA;
}
</style>