Shades of Hollywood Cerise #F700B2
Tints of Hollywood Cerise #F700B2
RGB
CMYK
RGB Variations
Color information
#F700B2 (or 0xF700B2) is known color: Hollywood Cerise. HEX triplet: F7, 00 and B2. RGB value is (247,0,178). Sum of RGB (Red+Green+Blue) = 247+0+178=425 (56% of max value = 765). Red value is 247 (96.88% from 255 or 58.12% from 425); Green value is 0 (0.39% from 255 or 0% from 425); Blue value is 178 (69.92% from 255 or 41.88% from 425); Max value from RGB is 247 - color contains mainly: red. Hex color #F700B2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F700B2 is #08FF4D. Grayscale: #5D5D5D. Windows color (decimal): -589646 or 11665655. OLE color: 11665655.
HSL color Cylindrical-coordinate representation of color #F700B2: hue angle of 316.76º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F700B2 is Cyan = 0, Magento = 1, Yellow = 0.28 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 0 | 178 | - |
| CMYK | 0 | 1 | 0.28 | 0.03 |
| HSL | 316.76º | 1% | 0.48% | - |
| HSV(B) | 316.76º | 1% | 0.97% | - |
| XYZ | 46.39 | 22.99 | 44.11 | - |
| YUV | 94.15 | 175.33 | 237.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 0 | 178 | 0 | 1 | 0.28 | 0.03 | 316.76 | 1 | 0.48 |
| Hex | F7 | 0 | B2 | 0 | 64 | 1C | 3 | 13D | 64 | 30 |
| Octal | 367 | 0 | 262 | 0 | 144 | 34 | 3 | 475 | 144 | 60 |
| Binary | 11110111 | 0 | 10110010 | 0 | 1100100 | 11100 | 11 | 100111101 | 1100100 | 110000 |
Color Harmonies of #F700B2
Complementary color
Monochromatic Colors of #F700B2
Black with #F700B2
Text Example
Text Example
White with #F700B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F700B2; }
p { color: rgb(247,0,178); }
H1.HeaderClassName
{
color: #F700B2;
}
.AnyTagClassName
{
color: #F700B2;
}
</style>
background-color css
<style>
a { background-color: #F700B2; }
a { background-color: rgb(247,0,178); }
div.DivClassName
{
background-color: #F700B2;
}
.BgClassName
{
background-color: #F700B2;
}
</style>
border-color css
<style>
span { border-color: #F700B2; }
span { border-color: rgb(247,0,178); }
td.TdClassName
{
border-color: #F700B2;
}
.TagClassName
{
border-color: #F700B2;
}
</style>