Shades of Deep Pink #F7248D
Tints of Deep Pink #F7248D
RGB
CMYK
RGB Variations
Color information
#F7248D (or 0xF7248D) is known color: Deep Pink. HEX triplet: F7, 24 and 8D. RGB value is (247,36,141). Sum of RGB (Red+Green+Blue) = 247+36+141=424 (56% of max value = 765). Red value is 247 (96.88% from 255 or 58.25% from 424); Green value is 36 (14.45% from 255 or 8.49% from 424); Blue value is 141 (55.47% from 255 or 33.25% from 424); Max value from RGB is 247 - color contains mainly: red. Hex color #F7248D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F7248D is #08DB72. Grayscale: #6E6E6E. Windows color (decimal): -580467 or 9250039. OLE color: 9250039.
HSL color Cylindrical-coordinate representation of color #F7248D: hue angle of 330.14º 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 #F7248D is Cyan = 0, Magento = 0.85, Yellow = 0.43 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 36 | 141 | - |
| CMYK | 0 | 0.85 | 0.43 | 0.03 |
| HSL | 330.14º | 0.93% | 0.55% | - |
| HSV(B) | 330.14º | 0.85% | 0.97% | - |
| XYZ | 43.8 | 22.96 | 27.32 | - |
| YUV | 111.06 | 144.9 | 224.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 36 | 141 | 0 | 0.85 | 0.43 | 0.03 | 330.14 | 0.93 | 0.55 |
| Hex | F7 | 24 | 8D | 0 | 55 | 2B | 3 | 14A | 5D | 37 |
| Octal | 367 | 44 | 215 | 0 | 125 | 53 | 3 | 512 | 135 | 67 |
| Binary | 11110111 | 100100 | 10001101 | 0 | 1010101 | 101011 | 11 | 101001010 | 1011101 | 110111 |
Color Harmonies of #F7248D
Complementary color
Monochromatic Colors of #F7248D
Black with #F7248D
Text Example
Text Example
White with #F7248D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7248D; }
p { color: rgb(247,36,141); }
H1.HeaderClassName
{
color: #F7248D;
}
.AnyTagClassName
{
color: #F7248D;
}
</style>
background-color css
<style>
a { background-color: #F7248D; }
a { background-color: rgb(247,36,141); }
div.DivClassName
{
background-color: #F7248D;
}
.BgClassName
{
background-color: #F7248D;
}
</style>
border-color css
<style>
span { border-color: #F7248D; }
span { border-color: rgb(247,36,141); }
td.TdClassName
{
border-color: #F7248D;
}
.TagClassName
{
border-color: #F7248D;
}
</style>