Shades of Hollywood Cerise #F702B1
Tints of Hollywood Cerise #F702B1
RGB
CMYK
RGB Variations
Color information
#F702B1 (or 0xF702B1) is known color: Hollywood Cerise. HEX triplet: F7, 02 and B1. RGB value is (247,2,177). Sum of RGB (Red+Green+Blue) = 247+2+177=426 (56% of max value = 765). Red value is 247 (96.88% from 255 or 57.98% from 426); Green value is 2 (1.17% from 255 or 0.47% from 426); Blue value is 177 (69.53% from 255 or 41.55% from 426); Max value from RGB is 247 - color contains mainly: red. Hex color #F702B1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F702B1 is #08FD4E. Grayscale: #5E5E5E. Windows color (decimal): -589135 or 11600631. OLE color: 11600631.
HSL color Cylindrical-coordinate representation of color #F702B1: hue angle of 317.14º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F702B1 is Cyan = 0, Magento = 0.99, Yellow = 0.28 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 2 | 177 | - |
| CMYK | 0 | 0.99 | 0.28 | 0.03 |
| HSL | 317.14º | 0.98% | 0.49% | - |
| HSV(B) | 317.14º | 0.99% | 0.97% | - |
| XYZ | 46.32 | 22.99 | 43.59 | - |
| YUV | 95.21 | 174.17 | 236.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 2 | 177 | 0 | 0.99 | 0.28 | 0.03 | 317.14 | 0.98 | 0.49 |
| Hex | F7 | 2 | B1 | 0 | 63 | 1C | 3 | 13D | 62 | 31 |
| Octal | 367 | 2 | 261 | 0 | 143 | 34 | 3 | 475 | 142 | 61 |
| Binary | 11110111 | 10 | 10110001 | 0 | 1100011 | 11100 | 11 | 100111101 | 1100010 | 110001 |
Color Harmonies of #F702B1
Complementary color
Monochromatic Colors of #F702B1
Black with #F702B1
Text Example
Text Example
White with #F702B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F702B1; }
p { color: rgb(247,2,177); }
H1.HeaderClassName
{
color: #F702B1;
}
.AnyTagClassName
{
color: #F702B1;
}
</style>
background-color css
<style>
a { background-color: #F702B1; }
a { background-color: rgb(247,2,177); }
div.DivClassName
{
background-color: #F702B1;
}
.BgClassName
{
background-color: #F702B1;
}
</style>
border-color css
<style>
span { border-color: #F702B1; }
span { border-color: rgb(247,2,177); }
td.TdClassName
{
border-color: #F702B1;
}
.TagClassName
{
border-color: #F702B1;
}
</style>