Shades of Deep Pink #F9038D
Tints of Deep Pink #F9038D
RGB
CMYK
RGB Variations
Color information
#F9038D (or 0xF9038D) is known color: Deep Pink. HEX triplet: F9, 03 and 8D. RGB value is (249,3,141). Sum of RGB (Red+Green+Blue) = 249+3+141=393 (52% of max value = 765). Red value is 249 (97.66% from 255 or 63.36% from 393); Green value is 3 (1.56% from 255 or 0.76% from 393); Blue value is 141 (55.47% from 255 or 35.88% from 393); Max value from RGB is 249 - color contains mainly: red. Hex color #F9038D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F9038D is #06FC72. Grayscale: #5B5B5B. Windows color (decimal): -457843 or 9241593. OLE color: 9241593.
HSL color Cylindrical-coordinate representation of color #F9038D: hue angle of 326.34º 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 #F9038D is Cyan = 0, Magento = 0.99, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 3 | 141 | - |
| CMYK | 0 | 0.99 | 0.43 | 0.02 |
| HSL | 326.34º | 0.98% | 0.49% | - |
| HSV(B) | 326.34º | 0.99% | 0.98% | - |
| XYZ | 43.91 | 22.13 | 27.16 | - |
| YUV | 92.29 | 155.5 | 239.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 3 | 141 | 0 | 0.99 | 0.43 | 0.02 | 326.34 | 0.98 | 0.49 |
| Hex | F9 | 3 | 8D | 0 | 63 | 2B | 2 | 146 | 62 | 31 |
| Octal | 371 | 3 | 215 | 0 | 143 | 53 | 2 | 506 | 142 | 61 |
| Binary | 11111001 | 11 | 10001101 | 0 | 1100011 | 101011 | 10 | 101000110 | 1100010 | 110001 |
Color Harmonies of #F9038D
Complementary color
Monochromatic Colors of #F9038D
Black with #F9038D
Text Example
Text Example
White with #F9038D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9038D; }
p { color: rgb(249,3,141); }
H1.HeaderClassName
{
color: #F9038D;
}
.AnyTagClassName
{
color: #F9038D;
}
</style>
background-color css
<style>
a { background-color: #F9038D; }
a { background-color: rgb(249,3,141); }
div.DivClassName
{
background-color: #F9038D;
}
.BgClassName
{
background-color: #F9038D;
}
</style>
border-color css
<style>
span { border-color: #F9038D; }
span { border-color: rgb(249,3,141); }
td.TdClassName
{
border-color: #F9038D;
}
.TagClassName
{
border-color: #F9038D;
}
</style>