Shades of Deep Pink #F21C8B
Tints of Deep Pink #F21C8B
RGB
CMYK
RGB Variations
Color information
#F21C8B (or 0xF21C8B) is known color: Deep Pink. HEX triplet: F2, 1C and 8B. RGB value is (242,28,139). Sum of RGB (Red+Green+Blue) = 242+28+139=409 (54% of max value = 765). Red value is 242 (94.92% from 255 or 59.17% from 409); Green value is 28 (11.33% from 255 or 6.85% from 409); Blue value is 139 (54.69% from 255 or 33.99% from 409); Max value from RGB is 242 - color contains mainly: red. Hex color #F21C8B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F21C8B is #0DE374. Grayscale: #686868. Windows color (decimal): -910197 or 9116914. OLE color: 9116914.
HSL color Cylindrical-coordinate representation of color #F21C8B: hue angle of 328.88º 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 #F21C8B is Cyan = 0, Magento = 0.88, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 28 | 139 | - |
| CMYK | 0 | 0.88 | 0.43 | 0.05 |
| HSL | 328.88º | 0.89% | 0.53% | - |
| HSV(B) | 328.88º | 0.88% | 0.95% | - |
| XYZ | 41.69 | 21.57 | 26.39 | - |
| YUV | 104.64 | 147.4 | 225.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 28 | 139 | 0 | 0.88 | 0.43 | 0.05 | 328.88 | 0.89 | 0.53 |
| Hex | F2 | 1C | 8B | 0 | 58 | 2B | 5 | 149 | 59 | 35 |
| Octal | 362 | 34 | 213 | 0 | 130 | 53 | 5 | 511 | 131 | 65 |
| Binary | 11110010 | 11100 | 10001011 | 0 | 1011000 | 101011 | 101 | 101001001 | 1011001 | 110101 |
Color Harmonies of #F21C8B
Complementary color
Monochromatic Colors of #F21C8B
Black with #F21C8B
Text Example
Text Example
White with #F21C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21C8B; }
p { color: rgb(242,28,139); }
H1.HeaderClassName
{
color: #F21C8B;
}
.AnyTagClassName
{
color: #F21C8B;
}
</style>
background-color css
<style>
a { background-color: #F21C8B; }
a { background-color: rgb(242,28,139); }
div.DivClassName
{
background-color: #F21C8B;
}
.BgClassName
{
background-color: #F21C8B;
}
</style>
border-color css
<style>
span { border-color: #F21C8B; }
span { border-color: rgb(242,28,139); }
td.TdClassName
{
border-color: #F21C8B;
}
.TagClassName
{
border-color: #F21C8B;
}
</style>