Shades of Deep Pink #F5238B
Tints of Deep Pink #F5238B
RGB
CMYK
RGB Variations
Color information
#F5238B (or 0xF5238B) is known color: Deep Pink. HEX triplet: F5, 23 and 8B. RGB value is (245,35,139). Sum of RGB (Red+Green+Blue) = 245+35+139=419 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.47% from 419); Green value is 35 (14.06% from 255 or 8.35% from 419); Blue value is 139 (54.69% from 255 or 33.17% from 419); Max value from RGB is 245 - color contains mainly: red. Hex color #F5238B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F5238B is #0ADC74. Grayscale: #6D6D6D. Windows color (decimal): -711797 or 9118709. OLE color: 9118709.
HSL color Cylindrical-coordinate representation of color #F5238B: 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.86%. Process color model (Four color, CMYK) of #F5238B is Cyan = 0, Magento = 0.86, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 35 | 139 | - |
| CMYK | 0 | 0.86 | 0.43 | 0.04 |
| HSL | 330.29º | 0.91% | 0.55% | - |
| HSV(B) | 330.29º | 0.86% | 0.96% | - |
| XYZ | 42.92 | 22.48 | 26.5 | - |
| YUV | 109.65 | 144.57 | 224.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 35 | 139 | 0 | 0.86 | 0.43 | 0.04 | 330.29 | 0.91 | 0.55 |
| Hex | F5 | 23 | 8B | 0 | 56 | 2B | 4 | 14A | 5B | 37 |
| Octal | 365 | 43 | 213 | 0 | 126 | 53 | 4 | 512 | 133 | 67 |
| Binary | 11110101 | 100011 | 10001011 | 0 | 1010110 | 101011 | 100 | 101001010 | 1011011 | 110111 |
Color Harmonies of #F5238B
Complementary color
Monochromatic Colors of #F5238B
Black with #F5238B
Text Example
Text Example
White with #F5238B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5238B; }
p { color: rgb(245,35,139); }
H1.HeaderClassName
{
color: #F5238B;
}
.AnyTagClassName
{
color: #F5238B;
}
</style>
background-color css
<style>
a { background-color: #F5238B; }
a { background-color: rgb(245,35,139); }
div.DivClassName
{
background-color: #F5238B;
}
.BgClassName
{
background-color: #F5238B;
}
</style>
border-color css
<style>
span { border-color: #F5238B; }
span { border-color: rgb(245,35,139); }
td.TdClassName
{
border-color: #F5238B;
}
.TagClassName
{
border-color: #F5238B;
}
</style>