Shades of Deep Pink #F5258D
Tints of Deep Pink #F5258D
RGB
CMYK
RGB Variations
Color information
#F5258D (or 0xF5258D) is known color: Deep Pink. HEX triplet: F5, 25 and 8D. RGB value is (245,37,141). Sum of RGB (Red+Green+Blue) = 245+37+141=423 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.92% from 423); Green value is 37 (14.84% from 255 or 8.75% from 423); Blue value is 141 (55.47% from 255 or 33.33% from 423); Max value from RGB is 245 - color contains mainly: red. Hex color #F5258D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F5258D is #0ADA72. Grayscale: #6E6E6E. Windows color (decimal): -711283 or 9250293. OLE color: 9250293.
HSL color Cylindrical-coordinate representation of color #F5258D: hue angle of 330º 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 #F5258D is Cyan = 0, Magento = 0.85, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 37 | 141 | - |
| CMYK | 0 | 0.85 | 0.42 | 0.04 |
| HSL | 330º | 0.91% | 0.55% | - |
| HSV(B) | 330º | 0.85% | 0.96% | - |
| XYZ | 43.13 | 22.66 | 27.3 | - |
| YUV | 111.05 | 144.91 | 223.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 37 | 141 | 0 | 0.85 | 0.42 | 0.04 | 330 | 0.91 | 0.55 |
| Hex | F5 | 25 | 8D | 0 | 55 | 2A | 4 | 14A | 5B | 37 |
| Octal | 365 | 45 | 215 | 0 | 125 | 52 | 4 | 512 | 133 | 67 |
| Binary | 11110101 | 100101 | 10001101 | 0 | 1010101 | 101010 | 100 | 101001010 | 1011011 | 110111 |
Color Harmonies of #F5258D
Complementary color
Monochromatic Colors of #F5258D
Black with #F5258D
Text Example
Text Example
White with #F5258D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5258D; }
p { color: rgb(245,37,141); }
H1.HeaderClassName
{
color: #F5258D;
}
.AnyTagClassName
{
color: #F5258D;
}
</style>
background-color css
<style>
a { background-color: #F5258D; }
a { background-color: rgb(245,37,141); }
div.DivClassName
{
background-color: #F5258D;
}
.BgClassName
{
background-color: #F5258D;
}
</style>
border-color css
<style>
span { border-color: #F5258D; }
span { border-color: rgb(245,37,141); }
td.TdClassName
{
border-color: #F5258D;
}
.TagClassName
{
border-color: #F5258D;
}
</style>