Shades of Deep Pink #F21681
Tints of Deep Pink #F21681
RGB
CMYK
RGB Variations
Color information
#F21681 (or 0xF21681) is known color: Deep Pink. HEX triplet: F2, 16 and 81. RGB value is (242,22,129). Sum of RGB (Red+Green+Blue) = 242+22+129=393 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.58% from 393); Green value is 22 (8.98% from 255 or 5.60% from 393); Blue value is 129 (50.78% from 255 or 32.82% from 393); Max value from RGB is 242 - color contains mainly: red. Hex color #F21681 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F21681 is #0DE97E. Grayscale: #636363. Windows color (decimal): -911743 or 8460018. OLE color: 8460018.
HSL color Cylindrical-coordinate representation of color #F21681: hue angle of 330.82º 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 #F21681 is Cyan = 0, Magento = 0.91, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 22 | 129 | - |
| CMYK | 0 | 0.91 | 0.47 | 0.05 |
| HSL | 330.82º | 0.89% | 0.52% | - |
| HSV(B) | 330.82º | 0.91% | 0.95% | - |
| XYZ | 40.87 | 21.04 | 22.68 | - |
| YUV | 99.98 | 144.39 | 229.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 22 | 129 | 0 | 0.91 | 0.47 | 0.05 | 330.82 | 0.89 | 0.52 |
| Hex | F2 | 16 | 81 | 0 | 5B | 2F | 5 | 14B | 59 | 34 |
| Octal | 362 | 26 | 201 | 0 | 133 | 57 | 5 | 513 | 131 | 64 |
| Binary | 11110010 | 10110 | 10000001 | 0 | 1011011 | 101111 | 101 | 101001011 | 1011001 | 110100 |
Color Harmonies of #F21681
Complementary color
Monochromatic Colors of #F21681
Black with #F21681
Text Example
Text Example
White with #F21681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21681; }
p { color: rgb(242,22,129); }
H1.HeaderClassName
{
color: #F21681;
}
.AnyTagClassName
{
color: #F21681;
}
</style>
background-color css
<style>
a { background-color: #F21681; }
a { background-color: rgb(242,22,129); }
div.DivClassName
{
background-color: #F21681;
}
.BgClassName
{
background-color: #F21681;
}
</style>
border-color css
<style>
span { border-color: #F21681; }
span { border-color: rgb(242,22,129); }
td.TdClassName
{
border-color: #F21681;
}
.TagClassName
{
border-color: #F21681;
}
</style>