Shades of Deep Pink #FD1293
Tints of Deep Pink #FD1293
RGB
CMYK
RGB Variations
Color information
#FD1293 (or 0xFD1293) is known color: Deep Pink. HEX triplet: FD, 12 and 93. RGB value is (253,18,147). Sum of RGB (Red+Green+Blue) = 253+18+147=418 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.53% from 418); Green value is 18 (7.42% from 255 or 4.31% from 418); Blue value is 147 (57.81% from 255 or 35.17% from 418); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1293 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD1293 is #02ED6C. Grayscale: #666666. Windows color (decimal): -191853 or 9638653. OLE color: 9638653.
HSL color Cylindrical-coordinate representation of color #FD1293: hue angle of 327.06º 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 #FD1293 is Cyan = 0, Magento = 0.93, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 18 | 147 | - |
| CMYK | 0 | 0.93 | 0.42 | 0.01 |
| HSL | 327.06º | 0.98% | 0.53% | - |
| HSV(B) | 327.06º | 0.93% | 0.99% | - |
| XYZ | 45.99 | 23.42 | 29.7 | - |
| YUV | 102.97 | 152.86 | 235.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 18 | 147 | 0 | 0.93 | 0.42 | 0.01 | 327.06 | 0.98 | 0.53 |
| Hex | FD | 12 | 93 | 0 | 5D | 2A | 1 | 147 | 62 | 35 |
| Octal | 375 | 22 | 223 | 0 | 135 | 52 | 1 | 507 | 142 | 65 |
| Binary | 11111101 | 10010 | 10010011 | 0 | 1011101 | 101010 | 1 | 101000111 | 1100010 | 110101 |
Color Harmonies of #FD1293
Complementary color
Monochromatic Colors of #FD1293
Black with #FD1293
Text Example
Text Example
White with #FD1293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1293; }
p { color: rgb(253,18,147); }
H1.HeaderClassName
{
color: #FD1293;
}
.AnyTagClassName
{
color: #FD1293;
}
</style>
background-color css
<style>
a { background-color: #FD1293; }
a { background-color: rgb(253,18,147); }
div.DivClassName
{
background-color: #FD1293;
}
.BgClassName
{
background-color: #FD1293;
}
</style>
border-color css
<style>
span { border-color: #FD1293; }
span { border-color: rgb(253,18,147); }
td.TdClassName
{
border-color: #FD1293;
}
.TagClassName
{
border-color: #FD1293;
}
</style>