Shades of Deep Pink #F21F7D
Tints of Deep Pink #F21F7D
RGB
CMYK
RGB Variations
Color information
#F21F7D (or 0xF21F7D) is known color: Deep Pink. HEX triplet: F2, 1F and 7D. RGB value is (242,31,125). Sum of RGB (Red+Green+Blue) = 242+31+125=398 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.80% from 398); Green value is 31 (12.5% from 255 or 7.79% from 398); Blue value is 125 (49.22% from 255 or 31.41% from 398); Max value from RGB is 242 - color contains mainly: red. Hex color #F21F7D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F21F7D is #0DE082. Grayscale: #686868. Windows color (decimal): -909443 or 8200178. OLE color: 8200178.
HSL color Cylindrical-coordinate representation of color #F21F7D: hue angle of 333.27º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F21F7D is Cyan = 0, Magento = 0.87, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 31 | 125 | - |
| CMYK | 0 | 0.87 | 0.48 | 0.05 |
| HSL | 333.27º | 0.89% | 0.54% | - |
| HSV(B) | 333.27º | 0.87% | 0.95% | - |
| XYZ | 40.81 | 21.34 | 21.37 | - |
| YUV | 104.81 | 139.4 | 225.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 31 | 125 | 0 | 0.87 | 0.48 | 0.05 | 333.27 | 0.89 | 0.54 |
| Hex | F2 | 1F | 7D | 0 | 57 | 30 | 5 | 14D | 59 | 36 |
| Octal | 362 | 37 | 175 | 0 | 127 | 60 | 5 | 515 | 131 | 66 |
| Binary | 11110010 | 11111 | 1111101 | 0 | 1010111 | 110000 | 101 | 101001101 | 1011001 | 110110 |
Color Harmonies of #F21F7D
Complementary color
Monochromatic Colors of #F21F7D
Black with #F21F7D
Text Example
Text Example
White with #F21F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21F7D; }
p { color: rgb(242,31,125); }
H1.HeaderClassName
{
color: #F21F7D;
}
.AnyTagClassName
{
color: #F21F7D;
}
</style>
background-color css
<style>
a { background-color: #F21F7D; }
a { background-color: rgb(242,31,125); }
div.DivClassName
{
background-color: #F21F7D;
}
.BgClassName
{
background-color: #F21F7D;
}
</style>
border-color css
<style>
span { border-color: #F21F7D; }
span { border-color: rgb(242,31,125); }
td.TdClassName
{
border-color: #F21F7D;
}
.TagClassName
{
border-color: #F21F7D;
}
</style>