Shades of Deep Pink #FF0293
Tints of Deep Pink #FF0293
RGB
CMYK
RGB Variations
Color information
#FF0293 (or 0xFF0293) is known color: Deep Pink. HEX triplet: FF, 02 and 93. RGB value is (255,2,147). Sum of RGB (Red+Green+Blue) = 255+2+147=404 (53% of max value = 765). Red value is 255 (100% from 255 or 63.12% from 404); Green value is 2 (1.17% from 255 or 0.50% from 404); Blue value is 147 (57.81% from 255 or 36.39% from 404); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0293 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0293 is #00FD6C. Grayscale: #5D5D5D. Windows color (decimal): -64877 or 9634559. OLE color: 9634559.
HSL color Cylindrical-coordinate representation of color #FF0293: hue angle of 325.61º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FF0293 is Cyan = 0, Magento = 0.99, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 2 | 147 | - |
| CMYK | 0 | 0.99 | 0.42 | 0 |
| HSL | 325.61º | 1% | 0.5% | - |
| HSV(B) | 325.61º | 0.99% | 1% | - |
| XYZ | 46.53 | 23.41 | 29.67 | - |
| YUV | 94.18 | 157.82 | 242.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 2 | 147 | 0 | 0.99 | 0.42 | 0 | 325.61 | 1 | 0.5 |
| Hex | FF | 2 | 93 | 0 | 63 | 2A | 0 | 146 | 64 | 32 |
| Octal | 377 | 2 | 223 | 0 | 143 | 52 | 0 | 506 | 144 | 62 |
| Binary | 11111111 | 10 | 10010011 | 0 | 1100011 | 101010 | 0 | 101000110 | 1100100 | 110010 |
Color Harmonies of #FF0293
Complementary color
Monochromatic Colors of #FF0293
Black with #FF0293
Text Example
Text Example
White with #FF0293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0293; }
p { color: rgb(255,2,147); }
H1.HeaderClassName
{
color: #FF0293;
}
.AnyTagClassName
{
color: #FF0293;
}
</style>
background-color css
<style>
a { background-color: #FF0293; }
a { background-color: rgb(255,2,147); }
div.DivClassName
{
background-color: #FF0293;
}
.BgClassName
{
background-color: #FF0293;
}
</style>
border-color css
<style>
span { border-color: #FF0293; }
span { border-color: rgb(255,2,147); }
td.TdClassName
{
border-color: #FF0293;
}
.TagClassName
{
border-color: #FF0293;
}
</style>