Shades of Deep Pink #F90D83
Tints of Deep Pink #F90D83
RGB
CMYK
RGB Variations
Color information
#F90D83 (or 0xF90D83) is known color: Deep Pink. HEX triplet: F9, 0D and 83. RGB value is (249,13,131). Sum of RGB (Red+Green+Blue) = 249+13+131=393 (52% of max value = 765). Red value is 249 (97.66% from 255 or 63.36% from 393); Green value is 13 (5.47% from 255 or 3.31% from 393); Blue value is 131 (51.56% from 255 or 33.33% from 393); Max value from RGB is 249 - color contains mainly: red. Hex color #F90D83 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F90D83 is #06F27C. Grayscale: #606060. Windows color (decimal): -455293 or 8588793. OLE color: 8588793.
HSL color Cylindrical-coordinate representation of color #F90D83: hue angle of 330º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F90D83 is Cyan = 0, Magento = 0.95, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 13 | 131 | - |
| CMYK | 0 | 0.95 | 0.47 | 0.02 |
| HSL | 330º | 0.95% | 0.51% | - |
| HSV(B) | 330º | 0.95% | 0.98% | - |
| XYZ | 43.31 | 22.07 | 23.45 | - |
| YUV | 97.02 | 147.19 | 236.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 13 | 131 | 0 | 0.95 | 0.47 | 0.02 | 330 | 0.95 | 0.51 |
| Hex | F9 | D | 83 | 0 | 5F | 2F | 2 | 14A | 5F | 33 |
| Octal | 371 | 15 | 203 | 0 | 137 | 57 | 2 | 512 | 137 | 63 |
| Binary | 11111001 | 1101 | 10000011 | 0 | 1011111 | 101111 | 10 | 101001010 | 1011111 | 110011 |
Color Harmonies of #F90D83
Complementary color
Monochromatic Colors of #F90D83
Black with #F90D83
Text Example
Text Example
White with #F90D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90D83; }
p { color: rgb(249,13,131); }
H1.HeaderClassName
{
color: #F90D83;
}
.AnyTagClassName
{
color: #F90D83;
}
</style>
background-color css
<style>
a { background-color: #F90D83; }
a { background-color: rgb(249,13,131); }
div.DivClassName
{
background-color: #F90D83;
}
.BgClassName
{
background-color: #F90D83;
}
</style>
border-color css
<style>
span { border-color: #F90D83; }
span { border-color: rgb(249,13,131); }
td.TdClassName
{
border-color: #F90D83;
}
.TagClassName
{
border-color: #F90D83;
}
</style>