Shades of Deep Pink #F21D7B
Tints of Deep Pink #F21D7B
RGB
CMYK
RGB Variations
Color information
#F21D7B (or 0xF21D7B) is known color: Deep Pink. HEX triplet: F2, 1D and 7B. RGB value is (242,29,123). Sum of RGB (Red+Green+Blue) = 242+29+123=394 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.42% from 394); Green value is 29 (11.72% from 255 or 7.36% from 394); Blue value is 123 (48.44% from 255 or 31.22% from 394); Max value from RGB is 242 - color contains mainly: red. Hex color #F21D7B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F21D7B is #0DE284. Grayscale: #676767. Windows color (decimal): -909957 or 8068594. OLE color: 8068594.
HSL color Cylindrical-coordinate representation of color #F21D7B: hue angle of 333.52º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F21D7B is Cyan = 0, Magento = 0.88, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 29 | 123 | - |
| CMYK | 0 | 0.88 | 0.49 | 0.05 |
| HSL | 333.52º | 0.89% | 0.53% | - |
| HSV(B) | 333.52º | 0.88% | 0.95% | - |
| XYZ | 40.63 | 21.19 | 20.69 | - |
| YUV | 103.4 | 139.07 | 226.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 29 | 123 | 0 | 0.88 | 0.49 | 0.05 | 333.52 | 0.89 | 0.53 |
| Hex | F2 | 1D | 7B | 0 | 58 | 31 | 5 | 14E | 59 | 35 |
| Octal | 362 | 35 | 173 | 0 | 130 | 61 | 5 | 516 | 131 | 65 |
| Binary | 11110010 | 11101 | 1111011 | 0 | 1011000 | 110001 | 101 | 101001110 | 1011001 | 110101 |
Color Harmonies of #F21D7B
Complementary color
Monochromatic Colors of #F21D7B
Black with #F21D7B
Text Example
Text Example
White with #F21D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21D7B; }
p { color: rgb(242,29,123); }
H1.HeaderClassName
{
color: #F21D7B;
}
.AnyTagClassName
{
color: #F21D7B;
}
</style>
background-color css
<style>
a { background-color: #F21D7B; }
a { background-color: rgb(242,29,123); }
div.DivClassName
{
background-color: #F21D7B;
}
.BgClassName
{
background-color: #F21D7B;
}
</style>
border-color css
<style>
span { border-color: #F21D7B; }
span { border-color: rgb(242,29,123); }
td.TdClassName
{
border-color: #F21D7B;
}
.TagClassName
{
border-color: #F21D7B;
}
</style>