Shades of Deep Pink #F21682
Tints of Deep Pink #F21682
RGB
CMYK
RGB Variations
Color information
#F21682 (or 0xF21682) is known color: Deep Pink. HEX triplet: F2, 16 and 82. RGB value is (242,22,130). Sum of RGB (Red+Green+Blue) = 242+22+130=394 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.42% from 394); Green value is 22 (8.98% from 255 or 5.58% from 394); Blue value is 130 (51.17% from 255 or 32.99% from 394); Max value from RGB is 242 - color contains mainly: red. Hex color #F21682 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F21682 is #0DE97D. Grayscale: #636363. Windows color (decimal): -911742 or 8525554. OLE color: 8525554.
HSL color Cylindrical-coordinate representation of color #F21682: 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.91%. Process color model (Four color, CMYK) of #F21682 is Cyan = 0, Magento = 0.91, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 22 | 130 | - |
| CMYK | 0 | 0.91 | 0.46 | 0.05 |
| HSL | 330.55º | 0.89% | 0.52% | - |
| HSV(B) | 330.55º | 0.91% | 0.95% | - |
| XYZ | 40.93 | 21.06 | 23.03 | - |
| YUV | 100.09 | 144.89 | 229.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 22 | 130 | 0 | 0.91 | 0.46 | 0.05 | 330.55 | 0.89 | 0.52 |
| Hex | F2 | 16 | 82 | 0 | 5B | 2E | 5 | 14B | 59 | 34 |
| Octal | 362 | 26 | 202 | 0 | 133 | 56 | 5 | 513 | 131 | 64 |
| Binary | 11110010 | 10110 | 10000010 | 0 | 1011011 | 101110 | 101 | 101001011 | 1011001 | 110100 |
Color Harmonies of #F21682
Complementary color
Monochromatic Colors of #F21682
Black with #F21682
Text Example
Text Example
White with #F21682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21682; }
p { color: rgb(242,22,130); }
H1.HeaderClassName
{
color: #F21682;
}
.AnyTagClassName
{
color: #F21682;
}
</style>
background-color css
<style>
a { background-color: #F21682; }
a { background-color: rgb(242,22,130); }
div.DivClassName
{
background-color: #F21682;
}
.BgClassName
{
background-color: #F21682;
}
</style>
border-color css
<style>
span { border-color: #F21682; }
span { border-color: rgb(242,22,130); }
td.TdClassName
{
border-color: #F21682;
}
.TagClassName
{
border-color: #F21682;
}
</style>