Shades of Deep Pink #F90180
Tints of Deep Pink #F90180
RGB
CMYK
RGB Variations
Color information
#F90180 (or 0xF90180) is known color: Deep Pink. HEX triplet: F9, 01 and 80. RGB value is (249,1,128). Sum of RGB (Red+Green+Blue) = 249+1+128=378 (50% of max value = 765). Red value is 249 (97.66% from 255 or 65.87% from 378); Green value is 1 (0.78% from 255 or 0.26% from 378); Blue value is 128 (50.39% from 255 or 33.86% from 378); Max value from RGB is 249 - color contains mainly: red. Hex color #F90180 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F90180 is #06FE7F. Grayscale: #595959. Windows color (decimal): -458368 or 8389113. OLE color: 8389113.
HSL color Cylindrical-coordinate representation of color #F90180: hue angle of 329.27º 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 #F90180 is Cyan = 0, Magento = 1.00, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 1 | 128 | - |
| CMYK | 0 | 1.00 | 0.49 | 0.02 |
| HSL | 329.27º | 0.99% | 0.49% | - |
| HSV(B) | 329.27º | 1% | 0.98% | - |
| XYZ | 42.97 | 21.72 | 22.35 | - |
| YUV | 89.63 | 149.66 | 241.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 1 | 128 | 0 | 1.00 | 0.49 | 0.02 | 329.27 | 0.99 | 0.49 |
| Hex | F9 | 1 | 80 | 0 | 64 | 31 | 2 | 149 | 63 | 31 |
| Octal | 371 | 1 | 200 | 0 | 144 | 61 | 2 | 511 | 143 | 61 |
| Binary | 11111001 | 1 | 10000000 | 0 | 1100100 | 110001 | 10 | 101001001 | 1100011 | 110001 |
Color Harmonies of #F90180
Complementary color
Monochromatic Colors of #F90180
Black with #F90180
Text Example
Text Example
White with #F90180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90180; }
p { color: rgb(249,1,128); }
H1.HeaderClassName
{
color: #F90180;
}
.AnyTagClassName
{
color: #F90180;
}
</style>
background-color css
<style>
a { background-color: #F90180; }
a { background-color: rgb(249,1,128); }
div.DivClassName
{
background-color: #F90180;
}
.BgClassName
{
background-color: #F90180;
}
</style>
border-color css
<style>
span { border-color: #F90180; }
span { border-color: rgb(249,1,128); }
td.TdClassName
{
border-color: #F90180;
}
.TagClassName
{
border-color: #F90180;
}
</style>