Shades of Deep Pink #FF2194
Tints of Deep Pink #FF2194
RGB
CMYK
RGB Variations
Color information
#FF2194 (or 0xFF2194) is known color: Deep Pink. HEX triplet: FF, 21 and 94. RGB value is (255,33,148). Sum of RGB (Red+Green+Blue) = 255+33+148=436 (57% of max value = 765). Red value is 255 (100% from 255 or 58.49% from 436); Green value is 33 (13.28% from 255 or 7.57% from 436); Blue value is 148 (58.20% from 255 or 33.94% from 436); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2194 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF2194 is #00DE6B. Grayscale: #707070. Windows color (decimal): -56940 or 9708031. OLE color: 9708031.
HSL color Cylindrical-coordinate representation of color #FF2194: hue angle of 328.92º 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 #FF2194 is Cyan = 0, Magento = 0.87, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 33 | 148 | - |
| CMYK | 0 | 0.87 | 0.42 | 0 |
| HSL | 328.92º | 1% | 0.56% | - |
| HSV(B) | 328.92º | 0.87% | 1% | - |
| XYZ | 47.13 | 24.49 | 30.26 | - |
| YUV | 112.49 | 148.05 | 229.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 33 | 148 | 0 | 0.87 | 0.42 | 0 | 328.92 | 1 | 0.56 |
| Hex | FF | 21 | 94 | 0 | 57 | 2A | 0 | 149 | 64 | 38 |
| Octal | 377 | 41 | 224 | 0 | 127 | 52 | 0 | 511 | 144 | 70 |
| Binary | 11111111 | 100001 | 10010100 | 0 | 1010111 | 101010 | 0 | 101001001 | 1100100 | 111000 |
Color Harmonies of #FF2194
Complementary color
Monochromatic Colors of #FF2194
Black with #FF2194
Text Example
Text Example
White with #FF2194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2194; }
p { color: rgb(255,33,148); }
H1.HeaderClassName
{
color: #FF2194;
}
.AnyTagClassName
{
color: #FF2194;
}
</style>
background-color css
<style>
a { background-color: #FF2194; }
a { background-color: rgb(255,33,148); }
div.DivClassName
{
background-color: #FF2194;
}
.BgClassName
{
background-color: #FF2194;
}
</style>
border-color css
<style>
span { border-color: #FF2194; }
span { border-color: rgb(255,33,148); }
td.TdClassName
{
border-color: #FF2194;
}
.TagClassName
{
border-color: #FF2194;
}
</style>