Shades of Deep Pink #F9018A
Tints of Deep Pink #F9018A
RGB
CMYK
RGB Variations
Color information
#F9018A (or 0xF9018A) is known color: Deep Pink. HEX triplet: F9, 01 and 8A. RGB value is (249,1,138). Sum of RGB (Red+Green+Blue) = 249+1+138=388 (51% of max value = 765). Red value is 249 (97.66% from 255 or 64.18% from 388); Green value is 1 (0.78% from 255 or 0.26% from 388); Blue value is 138 (54.30% from 255 or 35.57% from 388); Max value from RGB is 249 - color contains mainly: red. Hex color #F9018A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F9018A is #06FE75. Grayscale: #5A5A5A. Windows color (decimal): -458358 or 9044473. OLE color: 9044473.
HSL color Cylindrical-coordinate representation of color #F9018A: hue angle of 326.85º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F9018A is Cyan = 0, Magento = 1.00, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 1 | 138 | - |
| CMYK | 0 | 1.00 | 0.45 | 0.02 |
| HSL | 326.85º | 0.99% | 0.49% | - |
| HSV(B) | 326.85º | 1% | 0.98% | - |
| XYZ | 43.67 | 22 | 25.99 | - |
| YUV | 90.77 | 154.66 | 240.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 1 | 138 | 0 | 1.00 | 0.45 | 0.02 | 326.85 | 0.99 | 0.49 |
| Hex | F9 | 1 | 8A | 0 | 64 | 2D | 2 | 147 | 63 | 31 |
| Octal | 371 | 1 | 212 | 0 | 144 | 55 | 2 | 507 | 143 | 61 |
| Binary | 11111001 | 1 | 10001010 | 0 | 1100100 | 101101 | 10 | 101000111 | 1100011 | 110001 |
Color Harmonies of #F9018A
Complementary color
Monochromatic Colors of #F9018A
Black with #F9018A
Text Example
Text Example
White with #F9018A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9018A; }
p { color: rgb(249,1,138); }
H1.HeaderClassName
{
color: #F9018A;
}
.AnyTagClassName
{
color: #F9018A;
}
</style>
background-color css
<style>
a { background-color: #F9018A; }
a { background-color: rgb(249,1,138); }
div.DivClassName
{
background-color: #F9018A;
}
.BgClassName
{
background-color: #F9018A;
}
</style>
border-color css
<style>
span { border-color: #F9018A; }
span { border-color: rgb(249,1,138); }
td.TdClassName
{
border-color: #F9018A;
}
.TagClassName
{
border-color: #F9018A;
}
</style>