Shades of Hollywood Cerise #F70193
Tints of Hollywood Cerise #F70193
RGB
CMYK
RGB Variations
Color information
#F70193 (or 0xF70193) is known color: Hollywood Cerise. HEX triplet: F7, 01 and 93. RGB value is (247,1,147). Sum of RGB (Red+Green+Blue) = 247+1+147=395 (52% of max value = 765). Red value is 247 (96.88% from 255 or 62.53% from 395); Green value is 1 (0.78% from 255 or 0.25% from 395); Blue value is 147 (57.81% from 255 or 37.22% from 395); Max value from RGB is 247 - color contains mainly: red. Hex color #F70193 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F70193 is #08FE6C. Grayscale: #5A5A5A. Windows color (decimal): -589421 or 9634295. OLE color: 9634295.
HSL color Cylindrical-coordinate representation of color #F70193: hue angle of 324.39º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F70193 is Cyan = 0, Magento = 1.00, Yellow = 0.40 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 1 | 147 | - |
| CMYK | 0 | 1.00 | 0.40 | 0.03 |
| HSL | 324.39º | 0.99% | 0.49% | - |
| HSV(B) | 324.39º | 1% | 0.97% | - |
| XYZ | 43.64 | 21.9 | 29.53 | - |
| YUV | 91.2 | 159.5 | 239.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 1 | 147 | 0 | 1.00 | 0.40 | 0.03 | 324.39 | 0.99 | 0.49 |
| Hex | F7 | 1 | 93 | 0 | 64 | 28 | 3 | 144 | 63 | 31 |
| Octal | 367 | 1 | 223 | 0 | 144 | 50 | 3 | 504 | 143 | 61 |
| Binary | 11110111 | 1 | 10010011 | 0 | 1100100 | 101000 | 11 | 101000100 | 1100011 | 110001 |
Color Harmonies of #F70193
Complementary color
Monochromatic Colors of #F70193
Black with #F70193
Text Example
Text Example
White with #F70193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70193; }
p { color: rgb(247,1,147); }
H1.HeaderClassName
{
color: #F70193;
}
.AnyTagClassName
{
color: #F70193;
}
</style>
background-color css
<style>
a { background-color: #F70193; }
a { background-color: rgb(247,1,147); }
div.DivClassName
{
background-color: #F70193;
}
.BgClassName
{
background-color: #F70193;
}
</style>
border-color css
<style>
span { border-color: #F70193; }
span { border-color: rgb(247,1,147); }
td.TdClassName
{
border-color: #F70193;
}
.TagClassName
{
border-color: #F70193;
}
</style>