Shades of Hollywood Cerise #F600B4
Tints of Hollywood Cerise #F600B4
RGB
CMYK
RGB Variations
Color information
#F600B4 (or 0xF600B4) is known color: Hollywood Cerise. HEX triplet: F6, 00 and B4. RGB value is (246,0,180). Sum of RGB (Red+Green+Blue) = 246+0+180=426 (56% of max value = 765). Red value is 246 (96.48% from 255 or 57.75% from 426); Green value is 0 (0.39% from 255 or 0% from 426); Blue value is 180 (70.70% from 255 or 42.25% from 426); Max value from RGB is 246 - color contains mainly: red. Hex color #F600B4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F600B4 is #09FF4B. Grayscale: #5D5D5D. Windows color (decimal): -655180 or 11796726. OLE color: 11796726.
HSL color Cylindrical-coordinate representation of color #F600B4: hue angle of 316.1º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F600B4 is Cyan = 0, Magento = 1, Yellow = 0.27 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 0 | 180 | - |
| CMYK | 0 | 1 | 0.27 | 0.04 |
| HSL | 316.1º | 1% | 0.48% | - |
| HSV(B) | 316.1º | 1% | 0.96% | - |
| XYZ | 46.24 | 22.89 | 45.16 | - |
| YUV | 94.07 | 176.5 | 236.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 0 | 180 | 0 | 1 | 0.27 | 0.04 | 316.1 | 1 | 0.48 |
| Hex | F6 | 0 | B4 | 0 | 64 | 1B | 4 | 13C | 64 | 30 |
| Octal | 366 | 0 | 264 | 0 | 144 | 33 | 4 | 474 | 144 | 60 |
| Binary | 11110110 | 0 | 10110100 | 0 | 1100100 | 11011 | 100 | 100111100 | 1100100 | 110000 |
Color Harmonies of #F600B4
Complementary color
Monochromatic Colors of #F600B4
Black with #F600B4
Text Example
Text Example
White with #F600B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F600B4; }
p { color: rgb(246,0,180); }
H1.HeaderClassName
{
color: #F600B4;
}
.AnyTagClassName
{
color: #F600B4;
}
</style>
background-color css
<style>
a { background-color: #F600B4; }
a { background-color: rgb(246,0,180); }
div.DivClassName
{
background-color: #F600B4;
}
.BgClassName
{
background-color: #F600B4;
}
</style>
border-color css
<style>
span { border-color: #F600B4; }
span { border-color: rgb(246,0,180); }
td.TdClassName
{
border-color: #F600B4;
}
.TagClassName
{
border-color: #F600B4;
}
</style>