Shades of Deep Pink #F21B7E
Tints of Deep Pink #F21B7E
RGB
CMYK
RGB Variations
Color information
#F21B7E (or 0xF21B7E) is known color: Deep Pink. HEX triplet: F2, 1B and 7E. RGB value is (242,27,126). Sum of RGB (Red+Green+Blue) = 242+27+126=395 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.27% from 395); Green value is 27 (10.94% from 255 or 6.84% from 395); Blue value is 126 (49.61% from 255 or 31.90% from 395); Max value from RGB is 242 - color contains mainly: red. Hex color #F21B7E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F21B7E is #0DE481. Grayscale: #666666. Windows color (decimal): -910466 or 8264690. OLE color: 8264690.
HSL color Cylindrical-coordinate representation of color #F21B7E: hue angle of 332.37º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F21B7E is Cyan = 0, Magento = 0.89, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 27 | 126 | - |
| CMYK | 0 | 0.89 | 0.48 | 0.05 |
| HSL | 332.37º | 0.89% | 0.53% | - |
| HSV(B) | 332.37º | 0.89% | 0.95% | - |
| XYZ | 40.78 | 21.17 | 21.68 | - |
| YUV | 102.57 | 141.23 | 227.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 27 | 126 | 0 | 0.89 | 0.48 | 0.05 | 332.37 | 0.89 | 0.53 |
| Hex | F2 | 1B | 7E | 0 | 59 | 30 | 5 | 14C | 59 | 35 |
| Octal | 362 | 33 | 176 | 0 | 131 | 60 | 5 | 514 | 131 | 65 |
| Binary | 11110010 | 11011 | 1111110 | 0 | 1011001 | 110000 | 101 | 101001100 | 1011001 | 110101 |
Color Harmonies of #F21B7E
Complementary color
Monochromatic Colors of #F21B7E
Black with #F21B7E
Text Example
Text Example
White with #F21B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21B7E; }
p { color: rgb(242,27,126); }
H1.HeaderClassName
{
color: #F21B7E;
}
.AnyTagClassName
{
color: #F21B7E;
}
</style>
background-color css
<style>
a { background-color: #F21B7E; }
a { background-color: rgb(242,27,126); }
div.DivClassName
{
background-color: #F21B7E;
}
.BgClassName
{
background-color: #F21B7E;
}
</style>
border-color css
<style>
span { border-color: #F21B7E; }
span { border-color: rgb(242,27,126); }
td.TdClassName
{
border-color: #F21B7E;
}
.TagClassName
{
border-color: #F21B7E;
}
</style>