Shades of Deep Pink #F21881
Tints of Deep Pink #F21881
RGB
CMYK
RGB Variations
Color information
#F21881 (or 0xF21881) is known color: Deep Pink. HEX triplet: F2, 18 and 81. RGB value is (242,24,129). Sum of RGB (Red+Green+Blue) = 242+24+129=395 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.27% from 395); Green value is 24 (9.77% from 255 or 6.08% from 395); Blue value is 129 (50.78% from 255 or 32.66% from 395); Max value from RGB is 242 - color contains mainly: red. Hex color #F21881 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F21881 is #0DE77E. Grayscale: #646464. Windows color (decimal): -911231 or 8460530. OLE color: 8460530.
HSL color Cylindrical-coordinate representation of color #F21881: hue angle of 331.1º 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 #F21881 is Cyan = 0, Magento = 0.90, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 24 | 129 | - |
| CMYK | 0 | 0.90 | 0.47 | 0.05 |
| HSL | 331.1º | 0.89% | 0.52% | - |
| HSV(B) | 331.1º | 0.9% | 0.95% | - |
| XYZ | 40.91 | 21.12 | 22.69 | - |
| YUV | 101.15 | 143.72 | 228.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 24 | 129 | 0 | 0.90 | 0.47 | 0.05 | 331.1 | 0.89 | 0.52 |
| Hex | F2 | 18 | 81 | 0 | 5A | 2F | 5 | 14B | 59 | 34 |
| Octal | 362 | 30 | 201 | 0 | 132 | 57 | 5 | 513 | 131 | 64 |
| Binary | 11110010 | 11000 | 10000001 | 0 | 1011010 | 101111 | 101 | 101001011 | 1011001 | 110100 |
Color Harmonies of #F21881
Complementary color
Monochromatic Colors of #F21881
Black with #F21881
Text Example
Text Example
White with #F21881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21881; }
p { color: rgb(242,24,129); }
H1.HeaderClassName
{
color: #F21881;
}
.AnyTagClassName
{
color: #F21881;
}
</style>
background-color css
<style>
a { background-color: #F21881; }
a { background-color: rgb(242,24,129); }
div.DivClassName
{
background-color: #F21881;
}
.BgClassName
{
background-color: #F21881;
}
</style>
border-color css
<style>
span { border-color: #F21881; }
span { border-color: rgb(242,24,129); }
td.TdClassName
{
border-color: #F21881;
}
.TagClassName
{
border-color: #F21881;
}
</style>