Shades of Hollywood Cerise #FA01B0
Tints of Hollywood Cerise #FA01B0
RGB
CMYK
RGB Variations
Color information
#FA01B0 (or 0xFA01B0) is known color: Hollywood Cerise. HEX triplet: FA, 01 and B0. RGB value is (250,1,176). Sum of RGB (Red+Green+Blue) = 250+1+176=427 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.55% from 427); Green value is 1 (0.78% from 255 or 0.23% from 427); Blue value is 176 (69.14% from 255 or 41.22% from 427); Max value from RGB is 250 - color contains mainly: red. Hex color #FA01B0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA01B0 is #05FE4F. Grayscale: #5E5E5E. Windows color (decimal): -392784 or 11534842. OLE color: 11534842.
HSL color Cylindrical-coordinate representation of color #FA01B0: hue angle of 317.83º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FA01B0 is Cyan = 0, Magento = 1.00, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 1 | 176 | - |
| CMYK | 0 | 1.00 | 0.30 | 0.02 |
| HSL | 317.83º | 0.99% | 0.49% | - |
| HSV(B) | 317.83º | 1% | 0.98% | - |
| XYZ | 47.27 | 23.48 | 43.11 | - |
| YUV | 95.4 | 173.49 | 238.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 1 | 176 | 0 | 1.00 | 0.30 | 0.02 | 317.83 | 0.99 | 0.49 |
| Hex | FA | 1 | B0 | 0 | 64 | 1E | 2 | 13E | 63 | 31 |
| Octal | 372 | 1 | 260 | 0 | 144 | 36 | 2 | 476 | 143 | 61 |
| Binary | 11111010 | 1 | 10110000 | 0 | 1100100 | 11110 | 10 | 100111110 | 1100011 | 110001 |
Color Harmonies of #FA01B0
Complementary color
Monochromatic Colors of #FA01B0
Black with #FA01B0
Text Example
Text Example
White with #FA01B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA01B0; }
p { color: rgb(250,1,176); }
H1.HeaderClassName
{
color: #FA01B0;
}
.AnyTagClassName
{
color: #FA01B0;
}
</style>
background-color css
<style>
a { background-color: #FA01B0; }
a { background-color: rgb(250,1,176); }
div.DivClassName
{
background-color: #FA01B0;
}
.BgClassName
{
background-color: #FA01B0;
}
</style>
border-color css
<style>
span { border-color: #FA01B0; }
span { border-color: rgb(250,1,176); }
td.TdClassName
{
border-color: #FA01B0;
}
.TagClassName
{
border-color: #FA01B0;
}
</style>