Shades of Deep Pink #FF2093
Tints of Deep Pink #FF2093
RGB
CMYK
RGB Variations
Color information
#FF2093 (or 0xFF2093) is known color: Deep Pink. HEX triplet: FF, 20 and 93. RGB value is (255,32,147). Sum of RGB (Red+Green+Blue) = 255+32+147=434 (57% of max value = 765). Red value is 255 (100% from 255 or 58.76% from 434); Green value is 32 (12.89% from 255 or 7.37% from 434); Blue value is 147 (57.81% from 255 or 33.87% from 434); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2093 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF2093 is #00DF6C. Grayscale: #6F6F6F. Windows color (decimal): -57197 or 9642239. OLE color: 9642239.
HSL color Cylindrical-coordinate representation of color #FF2093: hue angle of 329.06º 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 #FF2093 is Cyan = 0, Magento = 0.87, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 32 | 147 | - |
| CMYK | 0 | 0.87 | 0.42 | 0 |
| HSL | 329.06º | 1% | 0.56% | - |
| HSV(B) | 329.06º | 0.87% | 1% | - |
| XYZ | 47.02 | 24.4 | 29.83 | - |
| YUV | 111.79 | 147.88 | 230.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 32 | 147 | 0 | 0.87 | 0.42 | 0 | 329.06 | 1 | 0.56 |
| Hex | FF | 20 | 93 | 0 | 57 | 2A | 0 | 149 | 64 | 38 |
| Octal | 377 | 40 | 223 | 0 | 127 | 52 | 0 | 511 | 144 | 70 |
| Binary | 11111111 | 100000 | 10010011 | 0 | 1010111 | 101010 | 0 | 101001001 | 1100100 | 111000 |
Color Harmonies of #FF2093
Complementary color
Monochromatic Colors of #FF2093
Black with #FF2093
Text Example
Text Example
White with #FF2093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2093; }
p { color: rgb(255,32,147); }
H1.HeaderClassName
{
color: #FF2093;
}
.AnyTagClassName
{
color: #FF2093;
}
</style>
background-color css
<style>
a { background-color: #FF2093; }
a { background-color: rgb(255,32,147); }
div.DivClassName
{
background-color: #FF2093;
}
.BgClassName
{
background-color: #FF2093;
}
</style>
border-color css
<style>
span { border-color: #FF2093; }
span { border-color: rgb(255,32,147); }
td.TdClassName
{
border-color: #FF2093;
}
.TagClassName
{
border-color: #FF2093;
}
</style>