Shades of Deep Pink #FD1296
Tints of Deep Pink #FD1296
RGB
CMYK
RGB Variations
Color information
#FD1296 (or 0xFD1296) is known color: Deep Pink. HEX triplet: FD, 12 and 96. RGB value is (253,18,150). Sum of RGB (Red+Green+Blue) = 253+18+150=421 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.10% from 421); Green value is 18 (7.42% from 255 or 4.28% from 421); Blue value is 150 (58.98% from 255 or 35.63% from 421); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1296 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD1296 is #02ED69. Grayscale: #676767. Windows color (decimal): -191850 or 9835261. OLE color: 9835261.
HSL color Cylindrical-coordinate representation of color #FD1296: hue angle of 326.3º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FD1296 is Cyan = 0, Magento = 0.93, Yellow = 0.41 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 18 | 150 | - |
| CMYK | 0 | 0.93 | 0.41 | 0.01 |
| HSL | 326.3º | 0.98% | 0.53% | - |
| HSV(B) | 326.3º | 0.93% | 0.99% | - |
| XYZ | 46.23 | 23.52 | 30.96 | - |
| YUV | 103.31 | 154.36 | 234.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 18 | 150 | 0 | 0.93 | 0.41 | 0.01 | 326.3 | 0.98 | 0.53 |
| Hex | FD | 12 | 96 | 0 | 5D | 29 | 1 | 146 | 62 | 35 |
| Octal | 375 | 22 | 226 | 0 | 135 | 51 | 1 | 506 | 142 | 65 |
| Binary | 11111101 | 10010 | 10010110 | 0 | 1011101 | 101001 | 1 | 101000110 | 1100010 | 110101 |
Color Harmonies of #FD1296
Complementary color
Monochromatic Colors of #FD1296
Black with #FD1296
Text Example
Text Example
White with #FD1296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1296; }
p { color: rgb(253,18,150); }
H1.HeaderClassName
{
color: #FD1296;
}
.AnyTagClassName
{
color: #FD1296;
}
</style>
background-color css
<style>
a { background-color: #FD1296; }
a { background-color: rgb(253,18,150); }
div.DivClassName
{
background-color: #FD1296;
}
.BgClassName
{
background-color: #FD1296;
}
</style>
border-color css
<style>
span { border-color: #FD1296; }
span { border-color: rgb(253,18,150); }
td.TdClassName
{
border-color: #FD1296;
}
.TagClassName
{
border-color: #FD1296;
}
</style>