Shades of Deep Pink #F11583
Tints of Deep Pink #F11583
RGB
CMYK
RGB Variations
Color information
#F11583 (or 0xF11583) is known color: Deep Pink. HEX triplet: F1, 15 and 83. RGB value is (241,21,131). Sum of RGB (Red+Green+Blue) = 241+21+131=393 (52% of max value = 765). Red value is 241 (94.53% from 255 or 61.32% from 393); Green value is 21 (8.59% from 255 or 5.34% from 393); Blue value is 131 (51.56% from 255 or 33.33% from 393); Max value from RGB is 241 - color contains mainly: red. Hex color #F11583 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F11583 is #0EEA7C. Grayscale: #636363. Windows color (decimal): -977533 or 8590833. OLE color: 8590833.
HSL color Cylindrical-coordinate representation of color #F11583: hue angle of 330º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F11583 is Cyan = 0, Magento = 0.91, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 21 | 131 | - |
| CMYK | 0 | 0.91 | 0.46 | 0.05 |
| HSL | 330º | 0.89% | 0.51% | - |
| HSV(B) | 330º | 0.91% | 0.95% | - |
| XYZ | 40.64 | 20.88 | 23.36 | - |
| YUV | 99.32 | 145.89 | 229.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 21 | 131 | 0 | 0.91 | 0.46 | 0.05 | 330 | 0.89 | 0.51 |
| Hex | F1 | 15 | 83 | 0 | 5B | 2E | 5 | 14A | 59 | 33 |
| Octal | 361 | 25 | 203 | 0 | 133 | 56 | 5 | 512 | 131 | 63 |
| Binary | 11110001 | 10101 | 10000011 | 0 | 1011011 | 101110 | 101 | 101001010 | 1011001 | 110011 |
Color Harmonies of #F11583
Complementary color
Monochromatic Colors of #F11583
Black with #F11583
Text Example
Text Example
White with #F11583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11583; }
p { color: rgb(241,21,131); }
H1.HeaderClassName
{
color: #F11583;
}
.AnyTagClassName
{
color: #F11583;
}
</style>
background-color css
<style>
a { background-color: #F11583; }
a { background-color: rgb(241,21,131); }
div.DivClassName
{
background-color: #F11583;
}
.BgClassName
{
background-color: #F11583;
}
</style>
border-color css
<style>
span { border-color: #F11583; }
span { border-color: rgb(241,21,131); }
td.TdClassName
{
border-color: #F11583;
}
.TagClassName
{
border-color: #F11583;
}
</style>