Shades of Deep Pink #F8037F
Tints of Deep Pink #F8037F
RGB
CMYK
RGB Variations
Color information
#F8037F (or 0xF8037F) is known color: Deep Pink. HEX triplet: F8, 03 and 7F. RGB value is (248,3,127). Sum of RGB (Red+Green+Blue) = 248+3+127=378 (50% of max value = 765). Red value is 248 (97.27% from 255 or 65.61% from 378); Green value is 3 (1.56% from 255 or 0.79% from 378); Blue value is 127 (50% from 255 or 33.60% from 378); Max value from RGB is 248 - color contains mainly: red. Hex color #F8037F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F8037F is #07FC80. Grayscale: #5A5A5A. Windows color (decimal): -523393 or 8324088. OLE color: 8324088.
HSL color Cylindrical-coordinate representation of color #F8037F: hue angle of 329.63º 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 #F8037F is Cyan = 0, Magento = 0.99, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 3 | 127 | - |
| CMYK | 0 | 0.99 | 0.49 | 0.03 |
| HSL | 329.63º | 0.98% | 0.49% | - |
| HSV(B) | 329.63º | 0.99% | 0.97% | - |
| XYZ | 42.57 | 21.55 | 22 | - |
| YUV | 90.39 | 148.67 | 240.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 3 | 127 | 0 | 0.99 | 0.49 | 0.03 | 329.63 | 0.98 | 0.49 |
| Hex | F8 | 3 | 7F | 0 | 63 | 31 | 3 | 14A | 62 | 31 |
| Octal | 370 | 3 | 177 | 0 | 143 | 61 | 3 | 512 | 142 | 61 |
| Binary | 11111000 | 11 | 1111111 | 0 | 1100011 | 110001 | 11 | 101001010 | 1100010 | 110001 |
Color Harmonies of #F8037F
Complementary color
Monochromatic Colors of #F8037F
Black with #F8037F
Text Example
Text Example
White with #F8037F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8037F; }
p { color: rgb(248,3,127); }
H1.HeaderClassName
{
color: #F8037F;
}
.AnyTagClassName
{
color: #F8037F;
}
</style>
background-color css
<style>
a { background-color: #F8037F; }
a { background-color: rgb(248,3,127); }
div.DivClassName
{
background-color: #F8037F;
}
.BgClassName
{
background-color: #F8037F;
}
</style>
border-color css
<style>
span { border-color: #F8037F; }
span { border-color: rgb(248,3,127); }
td.TdClassName
{
border-color: #F8037F;
}
.TagClassName
{
border-color: #F8037F;
}
</style>