Shades of Hollywood Cerise #FA06B0
Tints of Hollywood Cerise #FA06B0
RGB
CMYK
RGB Variations
Color information
#FA06B0 (or 0xFA06B0) is known color: Hollywood Cerise. HEX triplet: FA, 06 and B0. RGB value is (250,6,176). Sum of RGB (Red+Green+Blue) = 250+6+176=432 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.87% from 432); Green value is 6 (2.73% from 255 or 1.39% from 432); Blue value is 176 (69.14% from 255 or 40.74% from 432); Max value from RGB is 250 - color contains mainly: red. Hex color #FA06B0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA06B0 is #05F94F. Grayscale: #616161. Windows color (decimal): -391504 or 11536122. OLE color: 11536122.
HSL color Cylindrical-coordinate representation of color #FA06B0: hue angle of 318.2º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FA06B0 is Cyan = 0, Magento = 0.98, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 6 | 176 | - |
| CMYK | 0 | 0.98 | 0.30 | 0.02 |
| HSL | 318.2º | 0.96% | 0.5% | - |
| HSV(B) | 318.2º | 0.98% | 0.98% | - |
| XYZ | 47.33 | 23.59 | 43.13 | - |
| YUV | 98.34 | 171.84 | 236.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 6 | 176 | 0 | 0.98 | 0.30 | 0.02 | 318.2 | 0.96 | 0.5 |
| Hex | FA | 6 | B0 | 0 | 62 | 1E | 2 | 13E | 60 | 32 |
| Octal | 372 | 6 | 260 | 0 | 142 | 36 | 2 | 476 | 140 | 62 |
| Binary | 11111010 | 110 | 10110000 | 0 | 1100010 | 11110 | 10 | 100111110 | 1100000 | 110010 |
Color Harmonies of #FA06B0
Complementary color
Monochromatic Colors of #FA06B0
Black with #FA06B0
Text Example
Text Example
White with #FA06B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA06B0; }
p { color: rgb(250,6,176); }
H1.HeaderClassName
{
color: #FA06B0;
}
.AnyTagClassName
{
color: #FA06B0;
}
</style>
background-color css
<style>
a { background-color: #FA06B0; }
a { background-color: rgb(250,6,176); }
div.DivClassName
{
background-color: #FA06B0;
}
.BgClassName
{
background-color: #FA06B0;
}
</style>
border-color css
<style>
span { border-color: #FA06B0; }
span { border-color: rgb(250,6,176); }
td.TdClassName
{
border-color: #FA06B0;
}
.TagClassName
{
border-color: #FA06B0;
}
</style>