Shades of Deep Pink #F9038E
Tints of Deep Pink #F9038E
RGB
CMYK
RGB Variations
Color information
#F9038E (or 0xF9038E) is known color: Deep Pink. HEX triplet: F9, 03 and 8E. RGB value is (249,3,142). Sum of RGB (Red+Green+Blue) = 249+3+142=394 (52% of max value = 765). Red value is 249 (97.66% from 255 or 63.20% from 394); Green value is 3 (1.56% from 255 or 0.76% from 394); Blue value is 142 (55.86% from 255 or 36.04% from 394); Max value from RGB is 249 - color contains mainly: red. Hex color #F9038E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F9038E is #06FC71. Grayscale: #5C5C5C. Windows color (decimal): -457842 or 9307129. OLE color: 9307129.
HSL color Cylindrical-coordinate representation of color #F9038E: hue angle of 326.1º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F9038E is Cyan = 0, Magento = 0.99, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 3 | 142 | - |
| CMYK | 0 | 0.99 | 0.43 | 0.02 |
| HSL | 326.1º | 0.98% | 0.49% | - |
| HSV(B) | 326.1º | 0.99% | 0.98% | - |
| XYZ | 43.98 | 22.16 | 27.55 | - |
| YUV | 92.4 | 156 | 239.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 3 | 142 | 0 | 0.99 | 0.43 | 0.02 | 326.1 | 0.98 | 0.49 |
| Hex | F9 | 3 | 8E | 0 | 63 | 2B | 2 | 146 | 62 | 31 |
| Octal | 371 | 3 | 216 | 0 | 143 | 53 | 2 | 506 | 142 | 61 |
| Binary | 11111001 | 11 | 10001110 | 0 | 1100011 | 101011 | 10 | 101000110 | 1100010 | 110001 |
Color Harmonies of #F9038E
Complementary color
Monochromatic Colors of #F9038E
Black with #F9038E
Text Example
Text Example
White with #F9038E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9038E; }
p { color: rgb(249,3,142); }
H1.HeaderClassName
{
color: #F9038E;
}
.AnyTagClassName
{
color: #F9038E;
}
</style>
background-color css
<style>
a { background-color: #F9038E; }
a { background-color: rgb(249,3,142); }
div.DivClassName
{
background-color: #F9038E;
}
.BgClassName
{
background-color: #F9038E;
}
</style>
border-color css
<style>
span { border-color: #F9038E; }
span { border-color: rgb(249,3,142); }
td.TdClassName
{
border-color: #F9038E;
}
.TagClassName
{
border-color: #F9038E;
}
</style>