Shades of Hollywood Cerise #F900B3
Tints of Hollywood Cerise #F900B3
RGB
CMYK
RGB Variations
Color information
#F900B3 (or 0xF900B3) is known color: Hollywood Cerise. HEX triplet: F9, 00 and B3. RGB value is (249,0,179). Sum of RGB (Red+Green+Blue) = 249+0+179=428 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.18% from 428); Green value is 0 (0.39% from 255 or 0% from 428); Blue value is 179 (70.31% from 255 or 41.82% from 428); Max value from RGB is 249 - color contains mainly: red. Hex color #F900B3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F900B3 is #06FF4C. Grayscale: #5E5E5E. Windows color (decimal): -458573 or 11731193. OLE color: 11731193.
HSL color Cylindrical-coordinate representation of color #F900B3: hue angle of 316.87º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F900B3 is Cyan = 0, Magento = 1, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 0 | 179 | - |
| CMYK | 0 | 1 | 0.28 | 0.02 |
| HSL | 316.87º | 1% | 0.49% | - |
| HSV(B) | 316.87º | 1% | 0.98% | - |
| XYZ | 47.2 | 23.39 | 44.68 | - |
| YUV | 94.86 | 175.49 | 237.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 0 | 179 | 0 | 1 | 0.28 | 0.02 | 316.87 | 1 | 0.49 |
| Hex | F9 | 0 | B3 | 0 | 64 | 1C | 2 | 13D | 64 | 31 |
| Octal | 371 | 0 | 263 | 0 | 144 | 34 | 2 | 475 | 144 | 61 |
| Binary | 11111001 | 0 | 10110011 | 0 | 1100100 | 11100 | 10 | 100111101 | 1100100 | 110001 |
Color Harmonies of #F900B3
Complementary color
Monochromatic Colors of #F900B3
Black with #F900B3
Text Example
Text Example
White with #F900B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F900B3; }
p { color: rgb(249,0,179); }
H1.HeaderClassName
{
color: #F900B3;
}
.AnyTagClassName
{
color: #F900B3;
}
</style>
background-color css
<style>
a { background-color: #F900B3; }
a { background-color: rgb(249,0,179); }
div.DivClassName
{
background-color: #F900B3;
}
.BgClassName
{
background-color: #F900B3;
}
</style>
border-color css
<style>
span { border-color: #F900B3; }
span { border-color: rgb(249,0,179); }
td.TdClassName
{
border-color: #F900B3;
}
.TagClassName
{
border-color: #F900B3;
}
</style>