Shades of Deep Pink #F21C9A
Tints of Deep Pink #F21C9A
RGB
CMYK
RGB Variations
Color information
#F21C9A (or 0xF21C9A) is known color: Deep Pink. HEX triplet: F2, 1C and 9A. RGB value is (242,28,154). Sum of RGB (Red+Green+Blue) = 242+28+154=424 (56% of max value = 765). Red value is 242 (94.92% from 255 or 57.08% from 424); Green value is 28 (11.33% from 255 or 6.60% from 424); Blue value is 154 (60.55% from 255 or 36.32% from 424); Max value from RGB is 242 - color contains mainly: red. Hex color #F21C9A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F21C9A is #0DE365. Grayscale: #6A6A6A. Windows color (decimal): -910182 or 10099954. OLE color: 10099954.
HSL color Cylindrical-coordinate representation of color #F21C9A: hue angle of 324.67º 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 #F21C9A is Cyan = 0, Magento = 0.88, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 28 | 154 | - |
| CMYK | 0 | 0.88 | 0.36 | 0.05 |
| HSL | 324.67º | 0.89% | 0.53% | - |
| HSV(B) | 324.67º | 0.88% | 0.95% | - |
| XYZ | 42.87 | 22.04 | 32.57 | - |
| YUV | 106.35 | 154.9 | 224.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 28 | 154 | 0 | 0.88 | 0.36 | 0.05 | 324.67 | 0.89 | 0.53 |
| Hex | F2 | 1C | 9A | 0 | 58 | 24 | 5 | 145 | 59 | 35 |
| Octal | 362 | 34 | 232 | 0 | 130 | 44 | 5 | 505 | 131 | 65 |
| Binary | 11110010 | 11100 | 10011010 | 0 | 1011000 | 100100 | 101 | 101000101 | 1011001 | 110101 |
Color Harmonies of #F21C9A
Complementary color
Monochromatic Colors of #F21C9A
Black with #F21C9A
Text Example
Text Example
White with #F21C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21C9A; }
p { color: rgb(242,28,154); }
H1.HeaderClassName
{
color: #F21C9A;
}
.AnyTagClassName
{
color: #F21C9A;
}
</style>
background-color css
<style>
a { background-color: #F21C9A; }
a { background-color: rgb(242,28,154); }
div.DivClassName
{
background-color: #F21C9A;
}
.BgClassName
{
background-color: #F21C9A;
}
</style>
border-color css
<style>
span { border-color: #F21C9A; }
span { border-color: rgb(242,28,154); }
td.TdClassName
{
border-color: #F21C9A;
}
.TagClassName
{
border-color: #F21C9A;
}
</style>