Shades of Deep Pink #F9028B
Tints of Deep Pink #F9028B
RGB
CMYK
RGB Variations
Color information
#F9028B (or 0xF9028B) is known color: Deep Pink. HEX triplet: F9, 02 and 8B. RGB value is (249,2,139). Sum of RGB (Red+Green+Blue) = 249+2+139=390 (51% of max value = 765). Red value is 249 (97.66% from 255 or 63.85% from 390); Green value is 2 (1.17% from 255 or 0.51% from 390); Blue value is 139 (54.69% from 255 or 35.64% from 390); Max value from RGB is 249 - color contains mainly: red. Hex color #F9028B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F9028B is #06FD74. Grayscale: #5B5B5B. Windows color (decimal): -458101 or 9110265. OLE color: 9110265.
HSL color Cylindrical-coordinate representation of color #F9028B: hue angle of 326.72º 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 #F9028B is Cyan = 0, Magento = 0.99, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 2 | 139 | - |
| CMYK | 0 | 0.99 | 0.44 | 0.02 |
| HSL | 326.72º | 0.98% | 0.49% | - |
| HSV(B) | 326.72º | 0.99% | 0.98% | - |
| XYZ | 43.75 | 22.05 | 26.38 | - |
| YUV | 91.47 | 154.83 | 240.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 2 | 139 | 0 | 0.99 | 0.44 | 0.02 | 326.72 | 0.98 | 0.49 |
| Hex | F9 | 2 | 8B | 0 | 63 | 2C | 2 | 147 | 62 | 31 |
| Octal | 371 | 2 | 213 | 0 | 143 | 54 | 2 | 507 | 142 | 61 |
| Binary | 11111001 | 10 | 10001011 | 0 | 1100011 | 101100 | 10 | 101000111 | 1100010 | 110001 |
Color Harmonies of #F9028B
Complementary color
Monochromatic Colors of #F9028B
Black with #F9028B
Text Example
Text Example
White with #F9028B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9028B; }
p { color: rgb(249,2,139); }
H1.HeaderClassName
{
color: #F9028B;
}
.AnyTagClassName
{
color: #F9028B;
}
</style>
background-color css
<style>
a { background-color: #F9028B; }
a { background-color: rgb(249,2,139); }
div.DivClassName
{
background-color: #F9028B;
}
.BgClassName
{
background-color: #F9028B;
}
</style>
border-color css
<style>
span { border-color: #F9028B; }
span { border-color: rgb(249,2,139); }
td.TdClassName
{
border-color: #F9028B;
}
.TagClassName
{
border-color: #F9028B;
}
</style>