Shades of Hollywood Cerise #F901B3
Tints of Hollywood Cerise #F901B3
RGB
CMYK
RGB Variations
Color information
#F901B3 (or 0xF901B3) is known color: Hollywood Cerise. HEX triplet: F9, 01 and B3. RGB value is (249,1,179). Sum of RGB (Red+Green+Blue) = 249+1+179=429 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.04% from 429); Green value is 1 (0.78% from 255 or 0.23% from 429); Blue value is 179 (70.31% from 255 or 41.72% from 429); Max value from RGB is 249 - color contains mainly: red. Hex color #F901B3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F901B3 is #06FE4C. Grayscale: #5E5E5E. Windows color (decimal): -458317 or 11731449. OLE color: 11731449.
HSL color Cylindrical-coordinate representation of color #F901B3: hue angle of 316.94º 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 #F901B3 is Cyan = 0, Magento = 1.00, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 1 | 179 | - |
| CMYK | 0 | 1.00 | 0.28 | 0.02 |
| HSL | 316.94º | 0.99% | 0.49% | - |
| HSV(B) | 316.94º | 1% | 0.98% | - |
| XYZ | 47.21 | 23.42 | 44.68 | - |
| YUV | 95.44 | 175.16 | 237.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 1 | 179 | 0 | 1.00 | 0.28 | 0.02 | 316.94 | 0.99 | 0.49 |
| Hex | F9 | 1 | B3 | 0 | 64 | 1C | 2 | 13D | 63 | 31 |
| Octal | 371 | 1 | 263 | 0 | 144 | 34 | 2 | 475 | 143 | 61 |
| Binary | 11111001 | 1 | 10110011 | 0 | 1100100 | 11100 | 10 | 100111101 | 1100011 | 110001 |
Color Harmonies of #F901B3
Complementary color
Monochromatic Colors of #F901B3
Black with #F901B3
Text Example
Text Example
White with #F901B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F901B3; }
p { color: rgb(249,1,179); }
H1.HeaderClassName
{
color: #F901B3;
}
.AnyTagClassName
{
color: #F901B3;
}
</style>
background-color css
<style>
a { background-color: #F901B3; }
a { background-color: rgb(249,1,179); }
div.DivClassName
{
background-color: #F901B3;
}
.BgClassName
{
background-color: #F901B3;
}
</style>
border-color css
<style>
span { border-color: #F901B3; }
span { border-color: rgb(249,1,179); }
td.TdClassName
{
border-color: #F901B3;
}
.TagClassName
{
border-color: #F901B3;
}
</style>