Shades of Deep Pink #F5258C
Tints of Deep Pink #F5258C
RGB
CMYK
RGB Variations
Color information
#F5258C (or 0xF5258C) is known color: Deep Pink. HEX triplet: F5, 25 and 8C. RGB value is (245,37,140). Sum of RGB (Red+Green+Blue) = 245+37+140=422 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.06% from 422); Green value is 37 (14.84% from 255 or 8.77% from 422); Blue value is 140 (55.08% from 255 or 33.18% from 422); Max value from RGB is 245 - color contains mainly: red. Hex color #F5258C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F5258C is #0ADA73. Grayscale: #6E6E6E. Windows color (decimal): -711284 or 9184757. OLE color: 9184757.
HSL color Cylindrical-coordinate representation of color #F5258C: hue angle of 330.29º 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 #F5258C is Cyan = 0, Magento = 0.85, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 37 | 140 | - |
| CMYK | 0 | 0.85 | 0.43 | 0.04 |
| HSL | 330.29º | 0.91% | 0.55% | - |
| HSV(B) | 330.29º | 0.85% | 0.96% | - |
| XYZ | 43.05 | 22.63 | 26.91 | - |
| YUV | 110.93 | 144.41 | 223.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 37 | 140 | 0 | 0.85 | 0.43 | 0.04 | 330.29 | 0.91 | 0.55 |
| Hex | F5 | 25 | 8C | 0 | 55 | 2B | 4 | 14A | 5B | 37 |
| Octal | 365 | 45 | 214 | 0 | 125 | 53 | 4 | 512 | 133 | 67 |
| Binary | 11110101 | 100101 | 10001100 | 0 | 1010101 | 101011 | 100 | 101001010 | 1011011 | 110111 |
Color Harmonies of #F5258C
Complementary color
Monochromatic Colors of #F5258C
Black with #F5258C
Text Example
Text Example
White with #F5258C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5258C; }
p { color: rgb(245,37,140); }
H1.HeaderClassName
{
color: #F5258C;
}
.AnyTagClassName
{
color: #F5258C;
}
</style>
background-color css
<style>
a { background-color: #F5258C; }
a { background-color: rgb(245,37,140); }
div.DivClassName
{
background-color: #F5258C;
}
.BgClassName
{
background-color: #F5258C;
}
</style>
border-color css
<style>
span { border-color: #F5258C; }
span { border-color: rgb(245,37,140); }
td.TdClassName
{
border-color: #F5258C;
}
.TagClassName
{
border-color: #F5258C;
}
</style>