Shades of Deep Pink #F7228B
Tints of Deep Pink #F7228B
RGB
CMYK
RGB Variations
Color information
#F7228B (or 0xF7228B) is known color: Deep Pink. HEX triplet: F7, 22 and 8B. RGB value is (247,34,139). Sum of RGB (Red+Green+Blue) = 247+34+139=420 (55% of max value = 765). Red value is 247 (96.88% from 255 or 58.81% from 420); Green value is 34 (13.67% from 255 or 8.10% from 420); Blue value is 139 (54.69% from 255 or 33.10% from 420); Max value from RGB is 247 - color contains mainly: red. Hex color #F7228B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F7228B is #08DD74. Grayscale: #6D6D6D. Windows color (decimal): -580981 or 9118455. OLE color: 9118455.
HSL color Cylindrical-coordinate representation of color #F7228B: hue angle of 330.42º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F7228B is Cyan = 0, Magento = 0.86, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 34 | 139 | - |
| CMYK | 0 | 0.86 | 0.44 | 0.03 |
| HSL | 330.42º | 0.93% | 0.55% | - |
| HSV(B) | 330.42º | 0.86% | 0.97% | - |
| XYZ | 43.59 | 22.78 | 26.53 | - |
| YUV | 109.66 | 144.57 | 225.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 34 | 139 | 0 | 0.86 | 0.44 | 0.03 | 330.42 | 0.93 | 0.55 |
| Hex | F7 | 22 | 8B | 0 | 56 | 2C | 3 | 14A | 5D | 37 |
| Octal | 367 | 42 | 213 | 0 | 126 | 54 | 3 | 512 | 135 | 67 |
| Binary | 11110111 | 100010 | 10001011 | 0 | 1010110 | 101100 | 11 | 101001010 | 1011101 | 110111 |
Color Harmonies of #F7228B
Complementary color
Monochromatic Colors of #F7228B
Black with #F7228B
Text Example
Text Example
White with #F7228B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7228B; }
p { color: rgb(247,34,139); }
H1.HeaderClassName
{
color: #F7228B;
}
.AnyTagClassName
{
color: #F7228B;
}
</style>
background-color css
<style>
a { background-color: #F7228B; }
a { background-color: rgb(247,34,139); }
div.DivClassName
{
background-color: #F7228B;
}
.BgClassName
{
background-color: #F7228B;
}
</style>
border-color css
<style>
span { border-color: #F7228B; }
span { border-color: rgb(247,34,139); }
td.TdClassName
{
border-color: #F7228B;
}
.TagClassName
{
border-color: #F7228B;
}
</style>