Shades of Deep Pink #F0197F
Tints of Deep Pink #F0197F
RGB
CMYK
RGB Variations
Color information
#F0197F (or 0xF0197F) is known color: Deep Pink. HEX triplet: F0, 19 and 7F. RGB value is (240,25,127). Sum of RGB (Red+Green+Blue) = 240+25+127=392 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.22% from 392); Green value is 25 (10.16% from 255 or 6.38% from 392); Blue value is 127 (50% from 255 or 32.40% from 392); Max value from RGB is 240 - color contains mainly: red. Hex color #F0197F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0197F is #0FE680. Grayscale: #646464. Windows color (decimal): -1042049 or 8329712. OLE color: 8329712.
HSL color Cylindrical-coordinate representation of color #F0197F: hue angle of 331.53º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F0197F is Cyan = 0, Magento = 0.90, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 25 | 127 | - |
| CMYK | 0 | 0.90 | 0.47 | 0.06 |
| HSL | 331.53º | 0.88% | 0.52% | - |
| HSV(B) | 331.53º | 0.9% | 0.94% | - |
| XYZ | 40.11 | 20.75 | 21.97 | - |
| YUV | 100.91 | 142.73 | 227.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 25 | 127 | 0 | 0.90 | 0.47 | 0.06 | 331.53 | 0.88 | 0.52 |
| Hex | F0 | 19 | 7F | 0 | 5A | 2F | 6 | 14C | 58 | 34 |
| Octal | 360 | 31 | 177 | 0 | 132 | 57 | 6 | 514 | 130 | 64 |
| Binary | 11110000 | 11001 | 1111111 | 0 | 1011010 | 101111 | 110 | 101001100 | 1011000 | 110100 |
Color Harmonies of #F0197F
Complementary color
Monochromatic Colors of #F0197F
Black with #F0197F
Text Example
Text Example
White with #F0197F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0197F; }
p { color: rgb(240,25,127); }
H1.HeaderClassName
{
color: #F0197F;
}
.AnyTagClassName
{
color: #F0197F;
}
</style>
background-color css
<style>
a { background-color: #F0197F; }
a { background-color: rgb(240,25,127); }
div.DivClassName
{
background-color: #F0197F;
}
.BgClassName
{
background-color: #F0197F;
}
</style>
border-color css
<style>
span { border-color: #F0197F; }
span { border-color: rgb(240,25,127); }
td.TdClassName
{
border-color: #F0197F;
}
.TagClassName
{
border-color: #F0197F;
}
</style>