Shades of Deep Pink #F11683
Tints of Deep Pink #F11683
RGB
CMYK
RGB Variations
Color information
#F11683 (or 0xF11683) is known color: Deep Pink. HEX triplet: F1, 16 and 83. RGB value is (241,22,131). Sum of RGB (Red+Green+Blue) = 241+22+131=394 (52% of max value = 765). Red value is 241 (94.53% from 255 or 61.17% from 394); Green value is 22 (8.98% from 255 or 5.58% from 394); Blue value is 131 (51.56% from 255 or 33.25% from 394); Max value from RGB is 241 - color contains mainly: red. Hex color #F11683 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F11683 is #0EE97C. Grayscale: #636363. Windows color (decimal): -977277 or 8591089. OLE color: 8591089.
HSL color Cylindrical-coordinate representation of color #F11683: hue angle of 330.14º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F11683 is Cyan = 0, Magento = 0.91, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 22 | 131 | - |
| CMYK | 0 | 0.91 | 0.46 | 0.05 |
| HSL | 330.14º | 0.89% | 0.52% | - |
| HSV(B) | 330.14º | 0.91% | 0.95% | - |
| XYZ | 40.66 | 20.91 | 23.37 | - |
| YUV | 99.91 | 145.55 | 228.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 22 | 131 | 0 | 0.91 | 0.46 | 0.05 | 330.14 | 0.89 | 0.52 |
| Hex | F1 | 16 | 83 | 0 | 5B | 2E | 5 | 14A | 59 | 34 |
| Octal | 361 | 26 | 203 | 0 | 133 | 56 | 5 | 512 | 131 | 64 |
| Binary | 11110001 | 10110 | 10000011 | 0 | 1011011 | 101110 | 101 | 101001010 | 1011001 | 110100 |
Color Harmonies of #F11683
Complementary color
Monochromatic Colors of #F11683
Black with #F11683
Text Example
Text Example
White with #F11683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11683; }
p { color: rgb(241,22,131); }
H1.HeaderClassName
{
color: #F11683;
}
.AnyTagClassName
{
color: #F11683;
}
</style>
background-color css
<style>
a { background-color: #F11683; }
a { background-color: rgb(241,22,131); }
div.DivClassName
{
background-color: #F11683;
}
.BgClassName
{
background-color: #F11683;
}
</style>
border-color css
<style>
span { border-color: #F11683; }
span { border-color: rgb(241,22,131); }
td.TdClassName
{
border-color: #F11683;
}
.TagClassName
{
border-color: #F11683;
}
</style>