Shades of Deep Pink #F5257D
Tints of Deep Pink #F5257D
RGB
CMYK
RGB Variations
Color information
#F5257D (or 0xF5257D) is known color: Deep Pink. HEX triplet: F5, 25 and 7D. RGB value is (245,37,125). Sum of RGB (Red+Green+Blue) = 245+37+125=407 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.20% from 407); Green value is 37 (14.84% from 255 or 9.09% from 407); Blue value is 125 (49.22% from 255 or 30.71% from 407); Max value from RGB is 245 - color contains mainly: red. Hex color #F5257D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5257D is #0ADA82. Grayscale: #6D6D6D. Windows color (decimal): -711299 or 8201717. OLE color: 8201717.
HSL color Cylindrical-coordinate representation of color #F5257D: hue angle of 334.62º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F5257D is Cyan = 0, Magento = 0.85, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 37 | 125 | - |
| CMYK | 0 | 0.85 | 0.49 | 0.04 |
| HSL | 334.62º | 0.91% | 0.55% | - |
| HSV(B) | 334.62º | 0.85% | 0.96% | - |
| XYZ | 42.02 | 22.22 | 21.48 | - |
| YUV | 109.22 | 136.91 | 224.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 37 | 125 | 0 | 0.85 | 0.49 | 0.04 | 334.62 | 0.91 | 0.55 |
| Hex | F5 | 25 | 7D | 0 | 55 | 31 | 4 | 14F | 5B | 37 |
| Octal | 365 | 45 | 175 | 0 | 125 | 61 | 4 | 517 | 133 | 67 |
| Binary | 11110101 | 100101 | 1111101 | 0 | 1010101 | 110001 | 100 | 101001111 | 1011011 | 110111 |
Color Harmonies of #F5257D
Complementary color
Monochromatic Colors of #F5257D
Black with #F5257D
Text Example
Text Example
White with #F5257D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5257D; }
p { color: rgb(245,37,125); }
H1.HeaderClassName
{
color: #F5257D;
}
.AnyTagClassName
{
color: #F5257D;
}
</style>
background-color css
<style>
a { background-color: #F5257D; }
a { background-color: rgb(245,37,125); }
div.DivClassName
{
background-color: #F5257D;
}
.BgClassName
{
background-color: #F5257D;
}
</style>
border-color css
<style>
span { border-color: #F5257D; }
span { border-color: rgb(245,37,125); }
td.TdClassName
{
border-color: #F5257D;
}
.TagClassName
{
border-color: #F5257D;
}
</style>