Shades of Deep Pink #F90384
Tints of Deep Pink #F90384
RGB
CMYK
RGB Variations
Color information
#F90384 (or 0xF90384) is known color: Deep Pink. HEX triplet: F9, 03 and 84. RGB value is (249,3,132). Sum of RGB (Red+Green+Blue) = 249+3+132=384 (50% of max value = 765). Red value is 249 (97.66% from 255 or 64.84% from 384); Green value is 3 (1.56% from 255 or 0.78% from 384); Blue value is 132 (51.95% from 255 or 34.38% from 384); Max value from RGB is 249 - color contains mainly: red. Hex color #F90384 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F90384 is #06FC7B. Grayscale: #5A5A5A. Windows color (decimal): -457852 or 8651769. OLE color: 8651769.
HSL color Cylindrical-coordinate representation of color #F90384: hue angle of 328.54º 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 #F90384 is Cyan = 0, Magento = 0.99, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 3 | 132 | - |
| CMYK | 0 | 0.99 | 0.47 | 0.02 |
| HSL | 328.54º | 0.98% | 0.49% | - |
| HSV(B) | 328.54º | 0.99% | 0.98% | - |
| XYZ | 43.26 | 21.87 | 23.77 | - |
| YUV | 91.26 | 151 | 240.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 3 | 132 | 0 | 0.99 | 0.47 | 0.02 | 328.54 | 0.98 | 0.49 |
| Hex | F9 | 3 | 84 | 0 | 63 | 2F | 2 | 149 | 62 | 31 |
| Octal | 371 | 3 | 204 | 0 | 143 | 57 | 2 | 511 | 142 | 61 |
| Binary | 11111001 | 11 | 10000100 | 0 | 1100011 | 101111 | 10 | 101001001 | 1100010 | 110001 |
Color Harmonies of #F90384
Complementary color
Monochromatic Colors of #F90384
Black with #F90384
Text Example
Text Example
White with #F90384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90384; }
p { color: rgb(249,3,132); }
H1.HeaderClassName
{
color: #F90384;
}
.AnyTagClassName
{
color: #F90384;
}
</style>
background-color css
<style>
a { background-color: #F90384; }
a { background-color: rgb(249,3,132); }
div.DivClassName
{
background-color: #F90384;
}
.BgClassName
{
background-color: #F90384;
}
</style>
border-color css
<style>
span { border-color: #F90384; }
span { border-color: rgb(249,3,132); }
td.TdClassName
{
border-color: #F90384;
}
.TagClassName
{
border-color: #F90384;
}
</style>