Shades of Deep Pink #F11483
Tints of Deep Pink #F11483
RGB
CMYK
RGB Variations
Color information
#F11483 (or 0xF11483) is known color: Deep Pink. HEX triplet: F1, 14 and 83. RGB value is (241,20,131). Sum of RGB (Red+Green+Blue) = 241+20+131=392 (51% of max value = 765). Red value is 241 (94.53% from 255 or 61.48% from 392); Green value is 20 (8.20% from 255 or 5.10% from 392); Blue value is 131 (51.56% from 255 or 33.42% from 392); Max value from RGB is 241 - color contains mainly: red. Hex color #F11483 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F11483 is #0EEB7C. Grayscale: #626262. Windows color (decimal): -977789 or 8590577. OLE color: 8590577.
HSL color Cylindrical-coordinate representation of color #F11483: hue angle of 329.86º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F11483 is Cyan = 0, Magento = 0.92, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 20 | 131 | - |
| CMYK | 0 | 0.92 | 0.46 | 0.05 |
| HSL | 329.86º | 0.89% | 0.51% | - |
| HSV(B) | 329.86º | 0.92% | 0.95% | - |
| XYZ | 40.62 | 20.84 | 23.35 | - |
| YUV | 98.73 | 146.22 | 229.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 20 | 131 | 0 | 0.92 | 0.46 | 0.05 | 329.86 | 0.89 | 0.51 |
| Hex | F1 | 14 | 83 | 0 | 5C | 2E | 5 | 14A | 59 | 33 |
| Octal | 361 | 24 | 203 | 0 | 134 | 56 | 5 | 512 | 131 | 63 |
| Binary | 11110001 | 10100 | 10000011 | 0 | 1011100 | 101110 | 101 | 101001010 | 1011001 | 110011 |
Color Harmonies of #F11483
Complementary color
Monochromatic Colors of #F11483
Black with #F11483
Text Example
Text Example
White with #F11483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11483; }
p { color: rgb(241,20,131); }
H1.HeaderClassName
{
color: #F11483;
}
.AnyTagClassName
{
color: #F11483;
}
</style>
background-color css
<style>
a { background-color: #F11483; }
a { background-color: rgb(241,20,131); }
div.DivClassName
{
background-color: #F11483;
}
.BgClassName
{
background-color: #F11483;
}
</style>
border-color css
<style>
span { border-color: #F11483; }
span { border-color: rgb(241,20,131); }
td.TdClassName
{
border-color: #F11483;
}
.TagClassName
{
border-color: #F11483;
}
</style>