Shades of Deep Pink #F7257B
Tints of Deep Pink #F7257B
RGB
CMYK
RGB Variations
Color information
#F7257B (or 0xF7257B) is known color: Deep Pink. HEX triplet: F7, 25 and 7B. RGB value is (247,37,123). Sum of RGB (Red+Green+Blue) = 247+37+123=407 (53% of max value = 765). Red value is 247 (96.88% from 255 or 60.69% from 407); Green value is 37 (14.84% from 255 or 9.09% from 407); Blue value is 123 (48.44% from 255 or 30.22% from 407); Max value from RGB is 247 - color contains mainly: red. Hex color #F7257B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F7257B is #08DA84. Grayscale: #6D6D6D. Windows color (decimal): -580229 or 8070647. OLE color: 8070647.
HSL color Cylindrical-coordinate representation of color #F7257B: hue angle of 335.43º 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 #F7257B is Cyan = 0, Magento = 0.85, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 37 | 123 | - |
| CMYK | 0 | 0.85 | 0.50 | 0.03 |
| HSL | 335.43º | 0.93% | 0.56% | - |
| HSV(B) | 335.43º | 0.85% | 0.97% | - |
| XYZ | 42.59 | 22.53 | 20.84 | - |
| YUV | 109.59 | 135.57 | 226.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 37 | 123 | 0 | 0.85 | 0.50 | 0.03 | 335.43 | 0.93 | 0.56 |
| Hex | F7 | 25 | 7B | 0 | 55 | 32 | 3 | 14F | 5D | 38 |
| Octal | 367 | 45 | 173 | 0 | 125 | 62 | 3 | 517 | 135 | 70 |
| Binary | 11110111 | 100101 | 1111011 | 0 | 1010101 | 110010 | 11 | 101001111 | 1011101 | 111000 |
Color Harmonies of #F7257B
Complementary color
Monochromatic Colors of #F7257B
Black with #F7257B
Text Example
Text Example
White with #F7257B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7257B; }
p { color: rgb(247,37,123); }
H1.HeaderClassName
{
color: #F7257B;
}
.AnyTagClassName
{
color: #F7257B;
}
</style>
background-color css
<style>
a { background-color: #F7257B; }
a { background-color: rgb(247,37,123); }
div.DivClassName
{
background-color: #F7257B;
}
.BgClassName
{
background-color: #F7257B;
}
</style>
border-color css
<style>
span { border-color: #F7257B; }
span { border-color: rgb(247,37,123); }
td.TdClassName
{
border-color: #F7257B;
}
.TagClassName
{
border-color: #F7257B;
}
</style>