Shades of Deep Pink #F72185
Tints of Deep Pink #F72185
RGB
CMYK
RGB Variations
Color information
#F72185 (or 0xF72185) is known color: Deep Pink. HEX triplet: F7, 21 and 85. RGB value is (247,33,133). Sum of RGB (Red+Green+Blue) = 247+33+133=413 (54% of max value = 765). Red value is 247 (96.88% from 255 or 59.81% from 413); Green value is 33 (13.28% from 255 or 7.99% from 413); Blue value is 133 (52.34% from 255 or 32.20% from 413); Max value from RGB is 247 - color contains mainly: red. Hex color #F72185 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F72185 is #08DE7A. Grayscale: #6C6C6C. Windows color (decimal): -581243 or 8724983. OLE color: 8724983.
HSL color Cylindrical-coordinate representation of color #F72185: hue angle of 331.96º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F72185 is Cyan = 0, Magento = 0.87, Yellow = 0.46 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 33 | 133 | - |
| CMYK | 0 | 0.87 | 0.46 | 0.03 |
| HSL | 331.96º | 0.93% | 0.55% | - |
| HSV(B) | 331.96º | 0.87% | 0.97% | - |
| XYZ | 43.14 | 22.56 | 24.27 | - |
| YUV | 108.39 | 141.9 | 226.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 33 | 133 | 0 | 0.87 | 0.46 | 0.03 | 331.96 | 0.93 | 0.55 |
| Hex | F7 | 21 | 85 | 0 | 57 | 2E | 3 | 14C | 5D | 37 |
| Octal | 367 | 41 | 205 | 0 | 127 | 56 | 3 | 514 | 135 | 67 |
| Binary | 11110111 | 100001 | 10000101 | 0 | 1010111 | 101110 | 11 | 101001100 | 1011101 | 110111 |
Color Harmonies of #F72185
Complementary color
Monochromatic Colors of #F72185
Black with #F72185
Text Example
Text Example
White with #F72185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F72185; }
p { color: rgb(247,33,133); }
H1.HeaderClassName
{
color: #F72185;
}
.AnyTagClassName
{
color: #F72185;
}
</style>
background-color css
<style>
a { background-color: #F72185; }
a { background-color: rgb(247,33,133); }
div.DivClassName
{
background-color: #F72185;
}
.BgClassName
{
background-color: #F72185;
}
</style>
border-color css
<style>
span { border-color: #F72185; }
span { border-color: rgb(247,33,133); }
td.TdClassName
{
border-color: #F72185;
}
.TagClassName
{
border-color: #F72185;
}
</style>