Shades of Hollywood Cerise #F407B1
Tints of Hollywood Cerise #F407B1
RGB
CMYK
RGB Variations
Color information
#F407B1 (or 0xF407B1) is known color: Hollywood Cerise. HEX triplet: F4, 07 and B1. RGB value is (244,7,177). Sum of RGB (Red+Green+Blue) = 244+7+177=428 (56% of max value = 765). Red value is 244 (95.70% from 255 or 57.01% from 428); Green value is 7 (3.12% from 255 or 1.64% from 428); Blue value is 177 (69.53% from 255 or 41.36% from 428); Max value from RGB is 244 - color contains mainly: red. Hex color #F407B1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F407B1 is #0BF84E. Grayscale: #606060. Windows color (decimal): -784463 or 11601908. OLE color: 11601908.
HSL color Cylindrical-coordinate representation of color #F407B1: hue angle of 316.96º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F407B1 is Cyan = 0, Magento = 0.97, Yellow = 0.27 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 7 | 177 | - |
| CMYK | 0 | 0.97 | 0.27 | 0.04 |
| HSL | 316.96º | 0.94% | 0.49% | - |
| HSV(B) | 316.96º | 0.97% | 0.96% | - |
| XYZ | 45.32 | 22.56 | 43.56 | - |
| YUV | 97.24 | 173.02 | 232.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 7 | 177 | 0 | 0.97 | 0.27 | 0.04 | 316.96 | 0.94 | 0.49 |
| Hex | F4 | 7 | B1 | 0 | 61 | 1B | 4 | 13D | 5E | 31 |
| Octal | 364 | 7 | 261 | 0 | 141 | 33 | 4 | 475 | 136 | 61 |
| Binary | 11110100 | 111 | 10110001 | 0 | 1100001 | 11011 | 100 | 100111101 | 1011110 | 110001 |
Color Harmonies of #F407B1
Complementary color
Monochromatic Colors of #F407B1
Black with #F407B1
Text Example
Text Example
White with #F407B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F407B1; }
p { color: rgb(244,7,177); }
H1.HeaderClassName
{
color: #F407B1;
}
.AnyTagClassName
{
color: #F407B1;
}
</style>
background-color css
<style>
a { background-color: #F407B1; }
a { background-color: rgb(244,7,177); }
div.DivClassName
{
background-color: #F407B1;
}
.BgClassName
{
background-color: #F407B1;
}
</style>
border-color css
<style>
span { border-color: #F407B1; }
span { border-color: rgb(244,7,177); }
td.TdClassName
{
border-color: #F407B1;
}
.TagClassName
{
border-color: #F407B1;
}
</style>