Shades of Deep Pink #F5038A
Tints of Deep Pink #F5038A
RGB
CMYK
RGB Variations
Color information
#F5038A (or 0xF5038A) is known color: Deep Pink. HEX triplet: F5, 03 and 8A. RGB value is (245,3,138). Sum of RGB (Red+Green+Blue) = 245+3+138=386 (51% of max value = 765). Red value is 245 (96.09% from 255 or 63.47% from 386); Green value is 3 (1.56% from 255 or 0.78% from 386); Blue value is 138 (54.30% from 255 or 35.75% from 386); Max value from RGB is 245 - color contains mainly: red. Hex color #F5038A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F5038A is #0AFC75. Grayscale: #5A5A5A. Windows color (decimal): -719990 or 9044981. OLE color: 9044981.
HSL color Cylindrical-coordinate representation of color #F5038A: hue angle of 326.53º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F5038A is Cyan = 0, Magento = 0.99, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 3 | 138 | - |
| CMYK | 0 | 0.99 | 0.44 | 0.04 |
| HSL | 326.53º | 0.98% | 0.49% | - |
| HSV(B) | 326.53º | 0.99% | 0.96% | - |
| XYZ | 42.28 | 21.31 | 25.93 | - |
| YUV | 90.75 | 154.67 | 238.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 3 | 138 | 0 | 0.99 | 0.44 | 0.04 | 326.53 | 0.98 | 0.49 |
| Hex | F5 | 3 | 8A | 0 | 63 | 2C | 4 | 147 | 62 | 31 |
| Octal | 365 | 3 | 212 | 0 | 143 | 54 | 4 | 507 | 142 | 61 |
| Binary | 11110101 | 11 | 10001010 | 0 | 1100011 | 101100 | 100 | 101000111 | 1100010 | 110001 |
Color Harmonies of #F5038A
Complementary color
Monochromatic Colors of #F5038A
Black with #F5038A
Text Example
Text Example
White with #F5038A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5038A; }
p { color: rgb(245,3,138); }
H1.HeaderClassName
{
color: #F5038A;
}
.AnyTagClassName
{
color: #F5038A;
}
</style>
background-color css
<style>
a { background-color: #F5038A; }
a { background-color: rgb(245,3,138); }
div.DivClassName
{
background-color: #F5038A;
}
.BgClassName
{
background-color: #F5038A;
}
</style>
border-color css
<style>
span { border-color: #F5038A; }
span { border-color: rgb(245,3,138); }
td.TdClassName
{
border-color: #F5038A;
}
.TagClassName
{
border-color: #F5038A;
}
</style>