Shades of Deep Pink #F90485
Tints of Deep Pink #F90485
RGB
CMYK
RGB Variations
Color information
#F90485 (or 0xF90485) is known color: Deep Pink. HEX triplet: F9, 04 and 85. RGB value is (249,4,133). Sum of RGB (Red+Green+Blue) = 249+4+133=386 (51% of max value = 765). Red value is 249 (97.66% from 255 or 64.51% from 386); Green value is 4 (1.95% from 255 or 1.04% from 386); Blue value is 133 (52.34% from 255 or 34.46% from 386); Max value from RGB is 249 - color contains mainly: red. Hex color #F90485 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F90485 is #06FB7A. Grayscale: #5B5B5B. Windows color (decimal): -457595 or 8717561. OLE color: 8717561.
HSL color Cylindrical-coordinate representation of color #F90485: hue angle of 328.41º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F90485 is Cyan = 0, Magento = 0.98, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 4 | 133 | - |
| CMYK | 0 | 0.98 | 0.47 | 0.02 |
| HSL | 328.41º | 0.97% | 0.5% | - |
| HSV(B) | 328.41º | 0.98% | 0.98% | - |
| XYZ | 43.34 | 21.92 | 24.14 | - |
| YUV | 91.96 | 151.17 | 240.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 4 | 133 | 0 | 0.98 | 0.47 | 0.02 | 328.41 | 0.97 | 0.5 |
| Hex | F9 | 4 | 85 | 0 | 62 | 2F | 2 | 148 | 61 | 32 |
| Octal | 371 | 4 | 205 | 0 | 142 | 57 | 2 | 510 | 141 | 62 |
| Binary | 11111001 | 100 | 10000101 | 0 | 1100010 | 101111 | 10 | 101001000 | 1100001 | 110010 |
Color Harmonies of #F90485
Complementary color
Monochromatic Colors of #F90485
Black with #F90485
Text Example
Text Example
White with #F90485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90485; }
p { color: rgb(249,4,133); }
H1.HeaderClassName
{
color: #F90485;
}
.AnyTagClassName
{
color: #F90485;
}
</style>
background-color css
<style>
a { background-color: #F90485; }
a { background-color: rgb(249,4,133); }
div.DivClassName
{
background-color: #F90485;
}
.BgClassName
{
background-color: #F90485;
}
</style>
border-color css
<style>
span { border-color: #F90485; }
span { border-color: rgb(249,4,133); }
td.TdClassName
{
border-color: #F90485;
}
.TagClassName
{
border-color: #F90485;
}
</style>