Shades of Deep Pink #F7247B
Tints of Deep Pink #F7247B
RGB
CMYK
RGB Variations
Color information
#F7247B (or 0xF7247B) is known color: Deep Pink. HEX triplet: F7, 24 and 7B. RGB value is (247,36,123). Sum of RGB (Red+Green+Blue) = 247+36+123=406 (53% of max value = 765). Red value is 247 (96.88% from 255 or 60.84% from 406); Green value is 36 (14.45% from 255 or 8.87% from 406); Blue value is 123 (48.44% from 255 or 30.30% from 406); Max value from RGB is 247 - color contains mainly: red. Hex color #F7247B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F7247B is #08DB84. Grayscale: #6C6C6C. Windows color (decimal): -580485 or 8070391. OLE color: 8070391.
HSL color Cylindrical-coordinate representation of color #F7247B: hue angle of 335.26º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F7247B is Cyan = 0, Magento = 0.85, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 36 | 123 | - |
| CMYK | 0 | 0.85 | 0.50 | 0.03 |
| HSL | 335.26º | 0.93% | 0.55% | - |
| HSV(B) | 335.26º | 0.85% | 0.97% | - |
| XYZ | 42.56 | 22.47 | 20.83 | - |
| YUV | 109.01 | 135.9 | 226.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 36 | 123 | 0 | 0.85 | 0.50 | 0.03 | 335.26 | 0.93 | 0.55 |
| Hex | F7 | 24 | 7B | 0 | 55 | 32 | 3 | 14F | 5D | 37 |
| Octal | 367 | 44 | 173 | 0 | 125 | 62 | 3 | 517 | 135 | 67 |
| Binary | 11110111 | 100100 | 1111011 | 0 | 1010101 | 110010 | 11 | 101001111 | 1011101 | 110111 |
Color Harmonies of #F7247B
Complementary color
Monochromatic Colors of #F7247B
Black with #F7247B
Text Example
Text Example
White with #F7247B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7247B; }
p { color: rgb(247,36,123); }
H1.HeaderClassName
{
color: #F7247B;
}
.AnyTagClassName
{
color: #F7247B;
}
</style>
background-color css
<style>
a { background-color: #F7247B; }
a { background-color: rgb(247,36,123); }
div.DivClassName
{
background-color: #F7247B;
}
.BgClassName
{
background-color: #F7247B;
}
</style>
border-color css
<style>
span { border-color: #F7247B; }
span { border-color: rgb(247,36,123); }
td.TdClassName
{
border-color: #F7247B;
}
.TagClassName
{
border-color: #F7247B;
}
</style>