Shades of Hollywood Cerise #F700B3
Tints of Hollywood Cerise #F700B3
RGB
CMYK
RGB Variations
Color information
#F700B3 (or 0xF700B3) is known color: Hollywood Cerise. HEX triplet: F7, 00 and B3. RGB value is (247,0,179). Sum of RGB (Red+Green+Blue) = 247+0+179=426 (56% of max value = 765). Red value is 247 (96.88% from 255 or 57.98% from 426); Green value is 0 (0.39% from 255 or 0% from 426); Blue value is 179 (70.31% from 255 or 42.02% from 426); Max value from RGB is 247 - color contains mainly: red. Hex color #F700B3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F700B3 is #08FF4C. Grayscale: #5D5D5D. Windows color (decimal): -589645 or 11731191. OLE color: 11731191.
HSL color Cylindrical-coordinate representation of color #F700B3: hue angle of 316.52º 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 #F700B3 is Cyan = 0, Magento = 1, Yellow = 0.28 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 0 | 179 | - |
| CMYK | 0 | 1 | 0.28 | 0.03 |
| HSL | 316.52º | 1% | 0.48% | - |
| HSV(B) | 316.52º | 1% | 0.97% | - |
| XYZ | 46.49 | 23.03 | 44.64 | - |
| YUV | 94.26 | 175.83 | 236.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 0 | 179 | 0 | 1 | 0.28 | 0.03 | 316.52 | 1 | 0.48 |
| Hex | F7 | 0 | B3 | 0 | 64 | 1C | 3 | 13D | 64 | 30 |
| Octal | 367 | 0 | 263 | 0 | 144 | 34 | 3 | 475 | 144 | 60 |
| Binary | 11110111 | 0 | 10110011 | 0 | 1100100 | 11100 | 11 | 100111101 | 1100100 | 110000 |
Color Harmonies of #F700B3
Complementary color
Monochromatic Colors of #F700B3
Black with #F700B3
Text Example
Text Example
White with #F700B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F700B3; }
p { color: rgb(247,0,179); }
H1.HeaderClassName
{
color: #F700B3;
}
.AnyTagClassName
{
color: #F700B3;
}
</style>
background-color css
<style>
a { background-color: #F700B3; }
a { background-color: rgb(247,0,179); }
div.DivClassName
{
background-color: #F700B3;
}
.BgClassName
{
background-color: #F700B3;
}
</style>
border-color css
<style>
span { border-color: #F700B3; }
span { border-color: rgb(247,0,179); }
td.TdClassName
{
border-color: #F700B3;
}
.TagClassName
{
border-color: #F700B3;
}
</style>