Shades of Deep Pink #F21183
Tints of Deep Pink #F21183
RGB
CMYK
RGB Variations
Color information
#F21183 (or 0xF21183) is known color: Deep Pink. HEX triplet: F2, 11 and 83. RGB value is (242,17,131). Sum of RGB (Red+Green+Blue) = 242+17+131=390 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.05% from 390); Green value is 17 (7.03% from 255 or 4.36% from 390); Blue value is 131 (51.56% from 255 or 33.59% from 390); Max value from RGB is 242 - color contains mainly: red. Hex color #F21183 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F21183 is #0DEE7C. Grayscale: #616161. Windows color (decimal): -913021 or 8589810. OLE color: 8589810.
HSL color Cylindrical-coordinate representation of color #F21183: hue angle of 329.6º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F21183 is Cyan = 0, Magento = 0.93, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 17 | 131 | - |
| CMYK | 0 | 0.93 | 0.46 | 0.05 |
| HSL | 329.6º | 0.9% | 0.51% | - |
| HSV(B) | 329.6º | 0.93% | 0.95% | - |
| XYZ | 40.92 | 20.92 | 23.35 | - |
| YUV | 97.27 | 147.04 | 231.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 17 | 131 | 0 | 0.93 | 0.46 | 0.05 | 329.6 | 0.9 | 0.51 |
| Hex | F2 | 11 | 83 | 0 | 5D | 2E | 5 | 14A | 5A | 33 |
| Octal | 362 | 21 | 203 | 0 | 135 | 56 | 5 | 512 | 132 | 63 |
| Binary | 11110010 | 10001 | 10000011 | 0 | 1011101 | 101110 | 101 | 101001010 | 1011010 | 110011 |
Color Harmonies of #F21183
Complementary color
Monochromatic Colors of #F21183
Black with #F21183
Text Example
Text Example
White with #F21183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21183; }
p { color: rgb(242,17,131); }
H1.HeaderClassName
{
color: #F21183;
}
.AnyTagClassName
{
color: #F21183;
}
</style>
background-color css
<style>
a { background-color: #F21183; }
a { background-color: rgb(242,17,131); }
div.DivClassName
{
background-color: #F21183;
}
.BgClassName
{
background-color: #F21183;
}
</style>
border-color css
<style>
span { border-color: #F21183; }
span { border-color: rgb(242,17,131); }
td.TdClassName
{
border-color: #F21183;
}
.TagClassName
{
border-color: #F21183;
}
</style>