Shades of Deep Pink #F21282
Tints of Deep Pink #F21282
RGB
CMYK
RGB Variations
Color information
#F21282 (or 0xF21282) is known color: Deep Pink. HEX triplet: F2, 12 and 82. RGB value is (242,18,130). Sum of RGB (Red+Green+Blue) = 242+18+130=390 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.05% from 390); Green value is 18 (7.42% from 255 or 4.62% from 390); Blue value is 130 (51.17% from 255 or 33.33% from 390); Max value from RGB is 242 - color contains mainly: red. Hex color #F21282 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F21282 is #0DED7D. Grayscale: #616161. Windows color (decimal): -912766 or 8524530. OLE color: 8524530.
HSL color Cylindrical-coordinate representation of color #F21282: hue angle of 330º 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 #F21282 is Cyan = 0, Magento = 0.93, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 18 | 130 | - |
| CMYK | 0 | 0.93 | 0.46 | 0.05 |
| HSL | 330º | 0.9% | 0.51% | - |
| HSV(B) | 330º | 0.93% | 0.95% | - |
| XYZ | 40.86 | 20.92 | 23 | - |
| YUV | 97.74 | 146.21 | 230.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 18 | 130 | 0 | 0.93 | 0.46 | 0.05 | 330 | 0.9 | 0.51 |
| Hex | F2 | 12 | 82 | 0 | 5D | 2E | 5 | 14A | 5A | 33 |
| Octal | 362 | 22 | 202 | 0 | 135 | 56 | 5 | 512 | 132 | 63 |
| Binary | 11110010 | 10010 | 10000010 | 0 | 1011101 | 101110 | 101 | 101001010 | 1011010 | 110011 |
Color Harmonies of #F21282
Complementary color
Monochromatic Colors of #F21282
Black with #F21282
Text Example
Text Example
White with #F21282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21282; }
p { color: rgb(242,18,130); }
H1.HeaderClassName
{
color: #F21282;
}
.AnyTagClassName
{
color: #F21282;
}
</style>
background-color css
<style>
a { background-color: #F21282; }
a { background-color: rgb(242,18,130); }
div.DivClassName
{
background-color: #F21282;
}
.BgClassName
{
background-color: #F21282;
}
</style>
border-color css
<style>
span { border-color: #F21282; }
span { border-color: rgb(242,18,130); }
td.TdClassName
{
border-color: #F21282;
}
.TagClassName
{
border-color: #F21282;
}
</style>