Shades of Deep Pink #F21883
Tints of Deep Pink #F21883
RGB
CMYK
RGB Variations
Color information
#F21883 (or 0xF21883) is known color: Deep Pink. HEX triplet: F2, 18 and 83. RGB value is (242,24,131). Sum of RGB (Red+Green+Blue) = 242+24+131=397 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.96% from 397); Green value is 24 (9.77% from 255 or 6.05% from 397); Blue value is 131 (51.56% from 255 or 33.00% from 397); Max value from RGB is 242 - color contains mainly: red. Hex color #F21883 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F21883 is #0DE77C. Grayscale: #656565. Windows color (decimal): -911229 or 8591602. OLE color: 8591602.
HSL color Cylindrical-coordinate representation of color #F21883: hue angle of 330.55º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F21883 is Cyan = 0, Magento = 0.90, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 24 | 131 | - |
| CMYK | 0 | 0.90 | 0.46 | 0.05 |
| HSL | 330.55º | 0.89% | 0.52% | - |
| HSV(B) | 330.55º | 0.9% | 0.95% | - |
| XYZ | 41.04 | 21.17 | 23.4 | - |
| YUV | 101.38 | 144.72 | 228.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 24 | 131 | 0 | 0.90 | 0.46 | 0.05 | 330.55 | 0.89 | 0.52 |
| Hex | F2 | 18 | 83 | 0 | 5A | 2E | 5 | 14B | 59 | 34 |
| Octal | 362 | 30 | 203 | 0 | 132 | 56 | 5 | 513 | 131 | 64 |
| Binary | 11110010 | 11000 | 10000011 | 0 | 1011010 | 101110 | 101 | 101001011 | 1011001 | 110100 |
Color Harmonies of #F21883
Complementary color
Monochromatic Colors of #F21883
Black with #F21883
Text Example
Text Example
White with #F21883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21883; }
p { color: rgb(242,24,131); }
H1.HeaderClassName
{
color: #F21883;
}
.AnyTagClassName
{
color: #F21883;
}
</style>
background-color css
<style>
a { background-color: #F21883; }
a { background-color: rgb(242,24,131); }
div.DivClassName
{
background-color: #F21883;
}
.BgClassName
{
background-color: #F21883;
}
</style>
border-color css
<style>
span { border-color: #F21883; }
span { border-color: rgb(242,24,131); }
td.TdClassName
{
border-color: #F21883;
}
.TagClassName
{
border-color: #F21883;
}
</style>