Shades of Deep Pink #F8037A
Tints of Deep Pink #F8037A
RGB
CMYK
RGB Variations
Color information
#F8037A (or 0xF8037A) is known color: Deep Pink. HEX triplet: F8, 03 and 7A. RGB value is (248,3,122). Sum of RGB (Red+Green+Blue) = 248+3+122=373 (49% of max value = 765). Red value is 248 (97.27% from 255 or 66.49% from 373); Green value is 3 (1.56% from 255 or 0.80% from 373); Blue value is 122 (48.05% from 255 or 32.71% from 373); Max value from RGB is 248 - color contains mainly: red. Hex color #F8037A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F8037A is #07FC85. Grayscale: #595959. Windows color (decimal): -523398 or 7996408. OLE color: 7996408.
HSL color Cylindrical-coordinate representation of color #F8037A: hue angle of 330.86º 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 #F8037A is Cyan = 0, Magento = 0.99, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 3 | 122 | - |
| CMYK | 0 | 0.99 | 0.51 | 0.03 |
| HSL | 330.86º | 0.98% | 0.49% | - |
| HSV(B) | 330.86º | 0.99% | 0.97% | - |
| XYZ | 42.26 | 21.43 | 20.32 | - |
| YUV | 89.82 | 146.17 | 240.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 3 | 122 | 0 | 0.99 | 0.51 | 0.03 | 330.86 | 0.98 | 0.49 |
| Hex | F8 | 3 | 7A | 0 | 63 | 33 | 3 | 14B | 62 | 31 |
| Octal | 370 | 3 | 172 | 0 | 143 | 63 | 3 | 513 | 142 | 61 |
| Binary | 11111000 | 11 | 1111010 | 0 | 1100011 | 110011 | 11 | 101001011 | 1100010 | 110001 |
Color Harmonies of #F8037A
Complementary color
Monochromatic Colors of #F8037A
Black with #F8037A
Text Example
Text Example
White with #F8037A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8037A; }
p { color: rgb(248,3,122); }
H1.HeaderClassName
{
color: #F8037A;
}
.AnyTagClassName
{
color: #F8037A;
}
</style>
background-color css
<style>
a { background-color: #F8037A; }
a { background-color: rgb(248,3,122); }
div.DivClassName
{
background-color: #F8037A;
}
.BgClassName
{
background-color: #F8037A;
}
</style>
border-color css
<style>
span { border-color: #F8037A; }
span { border-color: rgb(248,3,122); }
td.TdClassName
{
border-color: #F8037A;
}
.TagClassName
{
border-color: #F8037A;
}
</style>