Shades of Deep Pink #F5028A
Tints of Deep Pink #F5028A
RGB
CMYK
RGB Variations
Color information
#F5028A (or 0xF5028A) is known color: Deep Pink. HEX triplet: F5, 02 and 8A. RGB value is (245,2,138). Sum of RGB (Red+Green+Blue) = 245+2+138=385 (50% of max value = 765). Red value is 245 (96.09% from 255 or 63.64% from 385); Green value is 2 (1.17% from 255 or 0.52% from 385); Blue value is 138 (54.30% from 255 or 35.84% from 385); Max value from RGB is 245 - color contains mainly: red. Hex color #F5028A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F5028A is #0AFD75. Grayscale: #595959. Windows color (decimal): -720246 or 9044725. OLE color: 9044725.
HSL color Cylindrical-coordinate representation of color #F5028A: hue angle of 326.42º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F5028A is Cyan = 0, Magento = 0.99, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 2 | 138 | - |
| CMYK | 0 | 0.99 | 0.44 | 0.04 |
| HSL | 326.42º | 0.98% | 0.48% | - |
| HSV(B) | 326.42º | 0.99% | 0.96% | - |
| XYZ | 42.27 | 21.29 | 25.93 | - |
| YUV | 90.16 | 155.01 | 238.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 2 | 138 | 0 | 0.99 | 0.44 | 0.04 | 326.42 | 0.98 | 0.48 |
| Hex | F5 | 2 | 8A | 0 | 63 | 2C | 4 | 146 | 62 | 30 |
| Octal | 365 | 2 | 212 | 0 | 143 | 54 | 4 | 506 | 142 | 60 |
| Binary | 11110101 | 10 | 10001010 | 0 | 1100011 | 101100 | 100 | 101000110 | 1100010 | 110000 |
Color Harmonies of #F5028A
Complementary color
Monochromatic Colors of #F5028A
Black with #F5028A
Text Example
Text Example
White with #F5028A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5028A; }
p { color: rgb(245,2,138); }
H1.HeaderClassName
{
color: #F5028A;
}
.AnyTagClassName
{
color: #F5028A;
}
</style>
background-color css
<style>
a { background-color: #F5028A; }
a { background-color: rgb(245,2,138); }
div.DivClassName
{
background-color: #F5028A;
}
.BgClassName
{
background-color: #F5028A;
}
</style>
border-color css
<style>
span { border-color: #F5028A; }
span { border-color: rgb(245,2,138); }
td.TdClassName
{
border-color: #F5028A;
}
.TagClassName
{
border-color: #F5028A;
}
</style>