Shades of Deep Pink #F5248F
Tints of Deep Pink #F5248F
RGB
CMYK
RGB Variations
Color information
#F5248F (or 0xF5248F) is known color: Deep Pink. HEX triplet: F5, 24 and 8F. RGB value is (245,36,143). Sum of RGB (Red+Green+Blue) = 245+36+143=424 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.78% from 424); Green value is 36 (14.45% from 255 or 8.49% from 424); Blue value is 143 (56.25% from 255 or 33.73% from 424); Max value from RGB is 245 - color contains mainly: red. Hex color #F5248F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F5248F is #0ADB70. Grayscale: #6E6E6E. Windows color (decimal): -711537 or 9381109. OLE color: 9381109.
HSL color Cylindrical-coordinate representation of color #F5248F: hue angle of 329.28º 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 #F5248F is Cyan = 0, Magento = 0.85, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 36 | 143 | - |
| CMYK | 0 | 0.85 | 0.42 | 0.04 |
| HSL | 329.28º | 0.91% | 0.55% | - |
| HSV(B) | 329.28º | 0.85% | 0.96% | - |
| XYZ | 43.24 | 22.66 | 28.08 | - |
| YUV | 110.69 | 146.24 | 223.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 36 | 143 | 0 | 0.85 | 0.42 | 0.04 | 329.28 | 0.91 | 0.55 |
| Hex | F5 | 24 | 8F | 0 | 55 | 2A | 4 | 149 | 5B | 37 |
| Octal | 365 | 44 | 217 | 0 | 125 | 52 | 4 | 511 | 133 | 67 |
| Binary | 11110101 | 100100 | 10001111 | 0 | 1010101 | 101010 | 100 | 101001001 | 1011011 | 110111 |
Color Harmonies of #F5248F
Complementary color
Monochromatic Colors of #F5248F
Black with #F5248F
Text Example
Text Example
White with #F5248F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5248F; }
p { color: rgb(245,36,143); }
H1.HeaderClassName
{
color: #F5248F;
}
.AnyTagClassName
{
color: #F5248F;
}
</style>
background-color css
<style>
a { background-color: #F5248F; }
a { background-color: rgb(245,36,143); }
div.DivClassName
{
background-color: #F5248F;
}
.BgClassName
{
background-color: #F5248F;
}
</style>
border-color css
<style>
span { border-color: #F5248F; }
span { border-color: rgb(245,36,143); }
td.TdClassName
{
border-color: #F5248F;
}
.TagClassName
{
border-color: #F5248F;
}
</style>