Shades of Deep Pink #F90380
Tints of Deep Pink #F90380
RGB
CMYK
RGB Variations
Color information
#F90380 (or 0xF90380) is known color: Deep Pink. HEX triplet: F9, 03 and 80. RGB value is (249,3,128). Sum of RGB (Red+Green+Blue) = 249+3+128=380 (50% of max value = 765). Red value is 249 (97.66% from 255 or 65.53% from 380); Green value is 3 (1.56% from 255 or 0.79% from 380); Blue value is 128 (50.39% from 255 or 33.68% from 380); Max value from RGB is 249 - color contains mainly: red. Hex color #F90380 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F90380 is #06FC7F. Grayscale: #5A5A5A. Windows color (decimal): -457856 or 8389625. OLE color: 8389625.
HSL color Cylindrical-coordinate representation of color #F90380: hue angle of 329.51º 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 #F90380 is Cyan = 0, Magento = 0.99, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 3 | 128 | - |
| CMYK | 0 | 0.99 | 0.49 | 0.02 |
| HSL | 329.51º | 0.98% | 0.49% | - |
| HSV(B) | 329.51º | 0.99% | 0.98% | - |
| XYZ | 43 | 21.76 | 22.36 | - |
| YUV | 90.8 | 149 | 240.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 3 | 128 | 0 | 0.99 | 0.49 | 0.02 | 329.51 | 0.98 | 0.49 |
| Hex | F9 | 3 | 80 | 0 | 63 | 31 | 2 | 14A | 62 | 31 |
| Octal | 371 | 3 | 200 | 0 | 143 | 61 | 2 | 512 | 142 | 61 |
| Binary | 11111001 | 11 | 10000000 | 0 | 1100011 | 110001 | 10 | 101001010 | 1100010 | 110001 |
Color Harmonies of #F90380
Complementary color
Monochromatic Colors of #F90380
Black with #F90380
Text Example
Text Example
White with #F90380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90380; }
p { color: rgb(249,3,128); }
H1.HeaderClassName
{
color: #F90380;
}
.AnyTagClassName
{
color: #F90380;
}
</style>
background-color css
<style>
a { background-color: #F90380; }
a { background-color: rgb(249,3,128); }
div.DivClassName
{
background-color: #F90380;
}
.BgClassName
{
background-color: #F90380;
}
</style>
border-color css
<style>
span { border-color: #F90380; }
span { border-color: rgb(249,3,128); }
td.TdClassName
{
border-color: #F90380;
}
.TagClassName
{
border-color: #F90380;
}
</style>