Shades of Deep Pink #F90182
Tints of Deep Pink #F90182
RGB
CMYK
RGB Variations
Color information
#F90182 (or 0xF90182) is known color: Deep Pink. HEX triplet: F9, 01 and 82. RGB value is (249,1,130). Sum of RGB (Red+Green+Blue) = 249+1+130=380 (50% of max value = 765). Red value is 249 (97.66% from 255 or 65.53% from 380); Green value is 1 (0.78% from 255 or 0.26% from 380); Blue value is 130 (51.17% from 255 or 34.21% from 380); Max value from RGB is 249 - color contains mainly: red. Hex color #F90182 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F90182 is #06FE7D. Grayscale: #595959. Windows color (decimal): -458366 or 8520185. OLE color: 8520185.
HSL color Cylindrical-coordinate representation of color #F90182: hue angle of 328.79º 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 #F90182 is Cyan = 0, Magento = 1.00, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 1 | 130 | - |
| CMYK | 0 | 1.00 | 0.48 | 0.02 |
| HSL | 328.79º | 0.99% | 0.49% | - |
| HSV(B) | 328.79º | 1% | 0.98% | - |
| XYZ | 43.11 | 21.77 | 23.05 | - |
| YUV | 89.86 | 150.66 | 241.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 1 | 130 | 0 | 1.00 | 0.48 | 0.02 | 328.79 | 0.99 | 0.49 |
| Hex | F9 | 1 | 82 | 0 | 64 | 30 | 2 | 149 | 63 | 31 |
| Octal | 371 | 1 | 202 | 0 | 144 | 60 | 2 | 511 | 143 | 61 |
| Binary | 11111001 | 1 | 10000010 | 0 | 1100100 | 110000 | 10 | 101001001 | 1100011 | 110001 |
Color Harmonies of #F90182
Complementary color
Monochromatic Colors of #F90182
Black with #F90182
Text Example
Text Example
White with #F90182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90182; }
p { color: rgb(249,1,130); }
H1.HeaderClassName
{
color: #F90182;
}
.AnyTagClassName
{
color: #F90182;
}
</style>
background-color css
<style>
a { background-color: #F90182; }
a { background-color: rgb(249,1,130); }
div.DivClassName
{
background-color: #F90182;
}
.BgClassName
{
background-color: #F90182;
}
</style>
border-color css
<style>
span { border-color: #F90182; }
span { border-color: rgb(249,1,130); }
td.TdClassName
{
border-color: #F90182;
}
.TagClassName
{
border-color: #F90182;
}
</style>