Shades of Deep Pink #F9018C
Tints of Deep Pink #F9018C
RGB
CMYK
RGB Variations
Color information
#F9018C (or 0xF9018C) is known color: Deep Pink. HEX triplet: F9, 01 and 8C. RGB value is (249,1,140). Sum of RGB (Red+Green+Blue) = 249+1+140=390 (51% of max value = 765). Red value is 249 (97.66% from 255 or 63.85% from 390); Green value is 1 (0.78% from 255 or 0.26% from 390); Blue value is 140 (55.08% from 255 or 35.90% from 390); Max value from RGB is 249 - color contains mainly: red. Hex color #F9018C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F9018C is #06FE73. Grayscale: #5A5A5A. Windows color (decimal): -458356 or 9175545. OLE color: 9175545.
HSL color Cylindrical-coordinate representation of color #F9018C: hue angle of 326.37º 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 #F9018C is Cyan = 0, Magento = 1.00, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 1 | 140 | - |
| CMYK | 0 | 1.00 | 0.44 | 0.02 |
| HSL | 326.37º | 0.99% | 0.49% | - |
| HSV(B) | 326.37º | 1% | 0.98% | - |
| XYZ | 43.81 | 22.05 | 26.76 | - |
| YUV | 91 | 155.66 | 240.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 1 | 140 | 0 | 1.00 | 0.44 | 0.02 | 326.37 | 0.99 | 0.49 |
| Hex | F9 | 1 | 8C | 0 | 64 | 2C | 2 | 146 | 63 | 31 |
| Octal | 371 | 1 | 214 | 0 | 144 | 54 | 2 | 506 | 143 | 61 |
| Binary | 11111001 | 1 | 10001100 | 0 | 1100100 | 101100 | 10 | 101000110 | 1100011 | 110001 |
Color Harmonies of #F9018C
Complementary color
Monochromatic Colors of #F9018C
Black with #F9018C
Text Example
Text Example
White with #F9018C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9018C; }
p { color: rgb(249,1,140); }
H1.HeaderClassName
{
color: #F9018C;
}
.AnyTagClassName
{
color: #F9018C;
}
</style>
background-color css
<style>
a { background-color: #F9018C; }
a { background-color: rgb(249,1,140); }
div.DivClassName
{
background-color: #F9018C;
}
.BgClassName
{
background-color: #F9018C;
}
</style>
border-color css
<style>
span { border-color: #F9018C; }
span { border-color: rgb(249,1,140); }
td.TdClassName
{
border-color: #F9018C;
}
.TagClassName
{
border-color: #F9018C;
}
</style>