Shades of Hollywood Cerise #FA02B2
Tints of Hollywood Cerise #FA02B2
RGB
CMYK
RGB Variations
Color information
#FA02B2 (or 0xFA02B2) is known color: Hollywood Cerise. HEX triplet: FA, 02 and B2. RGB value is (250,2,178). Sum of RGB (Red+Green+Blue) = 250+2+178=430 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.14% from 430); Green value is 2 (1.17% from 255 or 0.47% from 430); Blue value is 178 (69.92% from 255 or 41.40% from 430); Max value from RGB is 250 - color contains mainly: red. Hex color #FA02B2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA02B2 is #05FD4D. Grayscale: #5F5F5F. Windows color (decimal): -392526 or 11666170. OLE color: 11666170.
HSL color Cylindrical-coordinate representation of color #FA02B2: hue angle of 317.42º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FA02B2 is Cyan = 0, Magento = 0.99, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 2 | 178 | - |
| CMYK | 0 | 0.99 | 0.29 | 0.02 |
| HSL | 317.42º | 0.98% | 0.49% | - |
| HSV(B) | 317.42º | 0.99% | 0.98% | - |
| XYZ | 47.48 | 23.58 | 44.17 | - |
| YUV | 96.22 | 174.16 | 237.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 2 | 178 | 0 | 0.99 | 0.29 | 0.02 | 317.42 | 0.98 | 0.49 |
| Hex | FA | 2 | B2 | 0 | 63 | 1D | 2 | 13D | 62 | 31 |
| Octal | 372 | 2 | 262 | 0 | 143 | 35 | 2 | 475 | 142 | 61 |
| Binary | 11111010 | 10 | 10110010 | 0 | 1100011 | 11101 | 10 | 100111101 | 1100010 | 110001 |
Color Harmonies of #FA02B2
Complementary color
Monochromatic Colors of #FA02B2
Black with #FA02B2
Text Example
Text Example
White with #FA02B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA02B2; }
p { color: rgb(250,2,178); }
H1.HeaderClassName
{
color: #FA02B2;
}
.AnyTagClassName
{
color: #FA02B2;
}
</style>
background-color css
<style>
a { background-color: #FA02B2; }
a { background-color: rgb(250,2,178); }
div.DivClassName
{
background-color: #FA02B2;
}
.BgClassName
{
background-color: #FA02B2;
}
</style>
border-color css
<style>
span { border-color: #FA02B2; }
span { border-color: rgb(250,2,178); }
td.TdClassName
{
border-color: #FA02B2;
}
.TagClassName
{
border-color: #FA02B2;
}
</style>