Shades of Hollywood Cerise #FF01B1
Tints of Hollywood Cerise #FF01B1
RGB
CMYK
RGB Variations
Color information
#FF01B1 (or 0xFF01B1) is known color: Hollywood Cerise. HEX triplet: FF, 01 and B1. RGB value is (255,1,177). Sum of RGB (Red+Green+Blue) = 255+1+177=433 (57% of max value = 765). Red value is 255 (100% from 255 or 58.89% from 433); Green value is 1 (0.78% from 255 or 0.23% from 433); Blue value is 177 (69.53% from 255 or 40.88% from 433); Max value from RGB is 255 - color contains mainly: red. Hex color #FF01B1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF01B1 is #00FE4E. Grayscale: #606060. Windows color (decimal): -65103 or 11600383. OLE color: 11600383.
HSL color Cylindrical-coordinate representation of color #FF01B1: hue angle of 318.43º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FF01B1 is Cyan = 0, Magento = 1.00, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 1 | 177 | - |
| CMYK | 0 | 1.00 | 0.31 | 0 |
| HSL | 318.43º | 1% | 0.5% | - |
| HSV(B) | 318.43º | 1% | 1% | - |
| XYZ | 49.19 | 24.46 | 43.72 | - |
| YUV | 97.01 | 173.15 | 240.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 1 | 177 | 0 | 1.00 | 0.31 | 0 | 318.43 | 1 | 0.5 |
| Hex | FF | 1 | B1 | 0 | 64 | 1F | 0 | 13E | 64 | 32 |
| Octal | 377 | 1 | 261 | 0 | 144 | 37 | 0 | 476 | 144 | 62 |
| Binary | 11111111 | 1 | 10110001 | 0 | 1100100 | 11111 | 0 | 100111110 | 1100100 | 110010 |
Color Harmonies of #FF01B1
Complementary color
Monochromatic Colors of #FF01B1
Black with #FF01B1
Text Example
Text Example
White with #FF01B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF01B1; }
p { color: rgb(255,1,177); }
H1.HeaderClassName
{
color: #FF01B1;
}
.AnyTagClassName
{
color: #FF01B1;
}
</style>
background-color css
<style>
a { background-color: #FF01B1; }
a { background-color: rgb(255,1,177); }
div.DivClassName
{
background-color: #FF01B1;
}
.BgClassName
{
background-color: #FF01B1;
}
</style>
border-color css
<style>
span { border-color: #FF01B1; }
span { border-color: rgb(255,1,177); }
td.TdClassName
{
border-color: #FF01B1;
}
.TagClassName
{
border-color: #FF01B1;
}
</style>