Shades of Deep Pink #F8028A
Tints of Deep Pink #F8028A
RGB
CMYK
RGB Variations
Color information
#F8028A (or 0xF8028A) is known color: Deep Pink. HEX triplet: F8, 02 and 8A. RGB value is (248,2,138). Sum of RGB (Red+Green+Blue) = 248+2+138=388 (51% of max value = 765). Red value is 248 (97.27% from 255 or 63.92% from 388); Green value is 2 (1.17% from 255 or 0.52% from 388); Blue value is 138 (54.30% from 255 or 35.57% from 388); Max value from RGB is 248 - color contains mainly: red. Hex color #F8028A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F8028A is #07FD75. Grayscale: #5A5A5A. Windows color (decimal): -523638 or 9044728. OLE color: 9044728.
HSL color Cylindrical-coordinate representation of color #F8028A: hue angle of 326.83º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F8028A is Cyan = 0, Magento = 0.99, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 2 | 138 | - |
| CMYK | 0 | 0.99 | 0.44 | 0.03 |
| HSL | 326.83º | 0.98% | 0.49% | - |
| HSV(B) | 326.83º | 0.99% | 0.97% | - |
| XYZ | 43.32 | 21.83 | 25.98 | - |
| YUV | 91.06 | 154.5 | 239.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 2 | 138 | 0 | 0.99 | 0.44 | 0.03 | 326.83 | 0.98 | 0.49 |
| Hex | F8 | 2 | 8A | 0 | 63 | 2C | 3 | 147 | 62 | 31 |
| Octal | 370 | 2 | 212 | 0 | 143 | 54 | 3 | 507 | 142 | 61 |
| Binary | 11111000 | 10 | 10001010 | 0 | 1100011 | 101100 | 11 | 101000111 | 1100010 | 110001 |
Color Harmonies of #F8028A
Complementary color
Monochromatic Colors of #F8028A
Black with #F8028A
Text Example
Text Example
White with #F8028A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8028A; }
p { color: rgb(248,2,138); }
H1.HeaderClassName
{
color: #F8028A;
}
.AnyTagClassName
{
color: #F8028A;
}
</style>
background-color css
<style>
a { background-color: #F8028A; }
a { background-color: rgb(248,2,138); }
div.DivClassName
{
background-color: #F8028A;
}
.BgClassName
{
background-color: #F8028A;
}
</style>
border-color css
<style>
span { border-color: #F8028A; }
span { border-color: rgb(248,2,138); }
td.TdClassName
{
border-color: #F8028A;
}
.TagClassName
{
border-color: #F8028A;
}
</style>