Shades of Deep Pink #FF2196
Tints of Deep Pink #FF2196
RGB
CMYK
RGB Variations
Color information
#FF2196 (or 0xFF2196) is known color: Deep Pink. HEX triplet: FF, 21 and 96. RGB value is (255,33,150). Sum of RGB (Red+Green+Blue) = 255+33+150=438 (58% of max value = 765). Red value is 255 (100% from 255 or 58.22% from 438); Green value is 33 (13.28% from 255 or 7.53% from 438); Blue value is 150 (58.98% from 255 or 34.25% from 438); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2196 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF2196 is #00DE69. Grayscale: #707070. Windows color (decimal): -56938 or 9839103. OLE color: 9839103.
HSL color Cylindrical-coordinate representation of color #FF2196: hue angle of 328.38º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FF2196 is Cyan = 0, Magento = 0.87, Yellow = 0.41 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 33 | 150 | - |
| CMYK | 0 | 0.87 | 0.41 | 0 |
| HSL | 328.38º | 1% | 0.56% | - |
| HSV(B) | 328.38º | 0.87% | 1% | - |
| XYZ | 47.29 | 24.55 | 31.1 | - |
| YUV | 112.72 | 149.05 | 229.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 33 | 150 | 0 | 0.87 | 0.41 | 0 | 328.38 | 1 | 0.56 |
| Hex | FF | 21 | 96 | 0 | 57 | 29 | 0 | 148 | 64 | 38 |
| Octal | 377 | 41 | 226 | 0 | 127 | 51 | 0 | 510 | 144 | 70 |
| Binary | 11111111 | 100001 | 10010110 | 0 | 1010111 | 101001 | 0 | 101001000 | 1100100 | 111000 |
Color Harmonies of #FF2196
Complementary color
Monochromatic Colors of #FF2196
Black with #FF2196
Text Example
Text Example
White with #FF2196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2196; }
p { color: rgb(255,33,150); }
H1.HeaderClassName
{
color: #FF2196;
}
.AnyTagClassName
{
color: #FF2196;
}
</style>
background-color css
<style>
a { background-color: #FF2196; }
a { background-color: rgb(255,33,150); }
div.DivClassName
{
background-color: #FF2196;
}
.BgClassName
{
background-color: #FF2196;
}
</style>
border-color css
<style>
span { border-color: #FF2196; }
span { border-color: rgb(255,33,150); }
td.TdClassName
{
border-color: #FF2196;
}
.TagClassName
{
border-color: #FF2196;
}
</style>