Shades of Deep Pink #FF2492
Tints of Deep Pink #FF2492
RGB
CMYK
RGB Variations
Color information
#FF2492 (or 0xFF2492) is known color: Deep Pink. HEX triplet: FF, 24 and 92. RGB value is (255,36,146). Sum of RGB (Red+Green+Blue) = 255+36+146=437 (57% of max value = 765). Red value is 255 (100% from 255 or 58.35% from 437); Green value is 36 (14.45% from 255 or 8.24% from 437); Blue value is 146 (57.42% from 255 or 33.41% from 437); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2492 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF2492 is #00DB6D. Grayscale: #717171. Windows color (decimal): -56174 or 9577727. OLE color: 9577727.
HSL color Cylindrical-coordinate representation of color #FF2492: hue angle of 329.86º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FF2492 is Cyan = 0, Magento = 0.86, Yellow = 0.43 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 36 | 146 | - |
| CMYK | 0 | 0.86 | 0.43 | 0 |
| HSL | 329.86º | 1% | 0.57% | - |
| HSV(B) | 329.86º | 0.86% | 1% | - |
| XYZ | 47.06 | 24.6 | 29.46 | - |
| YUV | 114.02 | 146.05 | 228.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 36 | 146 | 0 | 0.86 | 0.43 | 0 | 329.86 | 1 | 0.57 |
| Hex | FF | 24 | 92 | 0 | 56 | 2B | 0 | 14A | 64 | 39 |
| Octal | 377 | 44 | 222 | 0 | 126 | 53 | 0 | 512 | 144 | 71 |
| Binary | 11111111 | 100100 | 10010010 | 0 | 1010110 | 101011 | 0 | 101001010 | 1100100 | 111001 |
Color Harmonies of #FF2492
Complementary color
Monochromatic Colors of #FF2492
Black with #FF2492
Text Example
Text Example
White with #FF2492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2492; }
p { color: rgb(255,36,146); }
H1.HeaderClassName
{
color: #FF2492;
}
.AnyTagClassName
{
color: #FF2492;
}
</style>
background-color css
<style>
a { background-color: #FF2492; }
a { background-color: rgb(255,36,146); }
div.DivClassName
{
background-color: #FF2492;
}
.BgClassName
{
background-color: #FF2492;
}
</style>
border-color css
<style>
span { border-color: #FF2492; }
span { border-color: rgb(255,36,146); }
td.TdClassName
{
border-color: #FF2492;
}
.TagClassName
{
border-color: #FF2492;
}
</style>