Shades of Deep Pink #F8038A
Tints of Deep Pink #F8038A
RGB
CMYK
RGB Variations
Color information
#F8038A (or 0xF8038A) is known color: Deep Pink. HEX triplet: F8, 03 and 8A. RGB value is (248,3,138). Sum of RGB (Red+Green+Blue) = 248+3+138=389 (51% of max value = 765). Red value is 248 (97.27% from 255 or 63.75% from 389); Green value is 3 (1.56% from 255 or 0.77% from 389); Blue value is 138 (54.30% from 255 or 35.48% from 389); Max value from RGB is 248 - color contains mainly: red. Hex color #F8038A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F8038A is #07FC75. Grayscale: #5B5B5B. Windows color (decimal): -523382 or 9044984. OLE color: 9044984.
HSL color Cylindrical-coordinate representation of color #F8038A: hue angle of 326.94º 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 #F8038A is Cyan = 0, Magento = 0.99, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 3 | 138 | - |
| CMYK | 0 | 0.99 | 0.44 | 0.03 |
| HSL | 326.94º | 0.98% | 0.49% | - |
| HSV(B) | 326.94º | 0.99% | 0.97% | - |
| XYZ | 43.33 | 21.86 | 25.98 | - |
| YUV | 91.65 | 154.17 | 239.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 3 | 138 | 0 | 0.99 | 0.44 | 0.03 | 326.94 | 0.98 | 0.49 |
| Hex | F8 | 3 | 8A | 0 | 63 | 2C | 3 | 147 | 62 | 31 |
| Octal | 370 | 3 | 212 | 0 | 143 | 54 | 3 | 507 | 142 | 61 |
| Binary | 11111000 | 11 | 10001010 | 0 | 1100011 | 101100 | 11 | 101000111 | 1100010 | 110001 |
Color Harmonies of #F8038A
Complementary color
Monochromatic Colors of #F8038A
Black with #F8038A
Text Example
Text Example
White with #F8038A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8038A; }
p { color: rgb(248,3,138); }
H1.HeaderClassName
{
color: #F8038A;
}
.AnyTagClassName
{
color: #F8038A;
}
</style>
background-color css
<style>
a { background-color: #F8038A; }
a { background-color: rgb(248,3,138); }
div.DivClassName
{
background-color: #F8038A;
}
.BgClassName
{
background-color: #F8038A;
}
</style>
border-color css
<style>
span { border-color: #F8038A; }
span { border-color: rgb(248,3,138); }
td.TdClassName
{
border-color: #F8038A;
}
.TagClassName
{
border-color: #F8038A;
}
</style>