Shades of Deep Pink #F91683
Tints of Deep Pink #F91683
RGB
CMYK
RGB Variations
Color information
#F91683 (or 0xF91683) is known color: Deep Pink. HEX triplet: F9, 16 and 83. RGB value is (249,22,131). Sum of RGB (Red+Green+Blue) = 249+22+131=402 (53% of max value = 765). Red value is 249 (97.66% from 255 or 61.94% from 402); Green value is 22 (8.98% from 255 or 5.47% from 402); Blue value is 131 (51.56% from 255 or 32.59% from 402); Max value from RGB is 249 - color contains mainly: red. Hex color #F91683 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F91683 is #06E97C. Grayscale: #666666. Windows color (decimal): -452989 or 8591097. OLE color: 8591097.
HSL color Cylindrical-coordinate representation of color #F91683: hue angle of 331.19º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F91683 is Cyan = 0, Magento = 0.91, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 22 | 131 | - |
| CMYK | 0 | 0.91 | 0.47 | 0.02 |
| HSL | 331.19º | 0.95% | 0.53% | - |
| HSV(B) | 331.19º | 0.91% | 0.98% | - |
| XYZ | 43.45 | 22.35 | 23.5 | - |
| YUV | 102.3 | 144.21 | 232.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 22 | 131 | 0 | 0.91 | 0.47 | 0.02 | 331.19 | 0.95 | 0.53 |
| Hex | F9 | 16 | 83 | 0 | 5B | 2F | 2 | 14B | 5F | 35 |
| Octal | 371 | 26 | 203 | 0 | 133 | 57 | 2 | 513 | 137 | 65 |
| Binary | 11111001 | 10110 | 10000011 | 0 | 1011011 | 101111 | 10 | 101001011 | 1011111 | 110101 |
Color Harmonies of #F91683
Complementary color
Monochromatic Colors of #F91683
Black with #F91683
Text Example
Text Example
White with #F91683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91683; }
p { color: rgb(249,22,131); }
H1.HeaderClassName
{
color: #F91683;
}
.AnyTagClassName
{
color: #F91683;
}
</style>
background-color css
<style>
a { background-color: #F91683; }
a { background-color: rgb(249,22,131); }
div.DivClassName
{
background-color: #F91683;
}
.BgClassName
{
background-color: #F91683;
}
</style>
border-color css
<style>
span { border-color: #F91683; }
span { border-color: rgb(249,22,131); }
td.TdClassName
{
border-color: #F91683;
}
.TagClassName
{
border-color: #F91683;
}
</style>