Shades of Deep Pink #F7257C
Tints of Deep Pink #F7257C
RGB
CMYK
RGB Variations
Color information
#F7257C (or 0xF7257C) is known color: Deep Pink. HEX triplet: F7, 25 and 7C. RGB value is (247,37,124). Sum of RGB (Red+Green+Blue) = 247+37+124=408 (54% of max value = 765). Red value is 247 (96.88% from 255 or 60.54% from 408); Green value is 37 (14.84% from 255 or 9.07% from 408); Blue value is 124 (48.83% from 255 or 30.39% from 408); Max value from RGB is 247 - color contains mainly: red. Hex color #F7257C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F7257C is #08DA83. Grayscale: #6D6D6D. Windows color (decimal): -580228 or 8136183. OLE color: 8136183.
HSL color Cylindrical-coordinate representation of color #F7257C: hue angle of 335.14º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F7257C is Cyan = 0, Magento = 0.85, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 37 | 124 | - |
| CMYK | 0 | 0.85 | 0.50 | 0.03 |
| HSL | 335.14º | 0.93% | 0.56% | - |
| HSV(B) | 335.14º | 0.85% | 0.97% | - |
| XYZ | 42.66 | 22.55 | 21.17 | - |
| YUV | 109.71 | 136.07 | 225.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 37 | 124 | 0 | 0.85 | 0.50 | 0.03 | 335.14 | 0.93 | 0.56 |
| Hex | F7 | 25 | 7C | 0 | 55 | 32 | 3 | 14F | 5D | 38 |
| Octal | 367 | 45 | 174 | 0 | 125 | 62 | 3 | 517 | 135 | 70 |
| Binary | 11110111 | 100101 | 1111100 | 0 | 1010101 | 110010 | 11 | 101001111 | 1011101 | 111000 |
Color Harmonies of #F7257C
Complementary color
Monochromatic Colors of #F7257C
Black with #F7257C
Text Example
Text Example
White with #F7257C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7257C; }
p { color: rgb(247,37,124); }
H1.HeaderClassName
{
color: #F7257C;
}
.AnyTagClassName
{
color: #F7257C;
}
</style>
background-color css
<style>
a { background-color: #F7257C; }
a { background-color: rgb(247,37,124); }
div.DivClassName
{
background-color: #F7257C;
}
.BgClassName
{
background-color: #F7257C;
}
</style>
border-color css
<style>
span { border-color: #F7257C; }
span { border-color: rgb(247,37,124); }
td.TdClassName
{
border-color: #F7257C;
}
.TagClassName
{
border-color: #F7257C;
}
</style>