Shades of Deep Pink #FD1294
Tints of Deep Pink #FD1294
RGB
CMYK
RGB Variations
Color information
#FD1294 (or 0xFD1294) is known color: Deep Pink. HEX triplet: FD, 12 and 94. RGB value is (253,18,148). Sum of RGB (Red+Green+Blue) = 253+18+148=419 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.38% from 419); Green value is 18 (7.42% from 255 or 4.30% from 419); Blue value is 148 (58.20% from 255 or 35.32% from 419); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1294 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD1294 is #02ED6B. Grayscale: #666666. Windows color (decimal): -191852 or 9704189. OLE color: 9704189.
HSL color Cylindrical-coordinate representation of color #FD1294: hue angle of 326.81º 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 #FD1294 is Cyan = 0, Magento = 0.93, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 18 | 148 | - |
| CMYK | 0 | 0.93 | 0.42 | 0.01 |
| HSL | 326.81º | 0.98% | 0.53% | - |
| HSV(B) | 326.81º | 0.93% | 0.99% | - |
| XYZ | 46.07 | 23.45 | 30.12 | - |
| YUV | 103.09 | 153.36 | 234.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 18 | 148 | 0 | 0.93 | 0.42 | 0.01 | 326.81 | 0.98 | 0.53 |
| Hex | FD | 12 | 94 | 0 | 5D | 2A | 1 | 147 | 62 | 35 |
| Octal | 375 | 22 | 224 | 0 | 135 | 52 | 1 | 507 | 142 | 65 |
| Binary | 11111101 | 10010 | 10010100 | 0 | 1011101 | 101010 | 1 | 101000111 | 1100010 | 110101 |
Color Harmonies of #FD1294
Complementary color
Monochromatic Colors of #FD1294
Black with #FD1294
Text Example
Text Example
White with #FD1294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1294; }
p { color: rgb(253,18,148); }
H1.HeaderClassName
{
color: #FD1294;
}
.AnyTagClassName
{
color: #FD1294;
}
</style>
background-color css
<style>
a { background-color: #FD1294; }
a { background-color: rgb(253,18,148); }
div.DivClassName
{
background-color: #FD1294;
}
.BgClassName
{
background-color: #FD1294;
}
</style>
border-color css
<style>
span { border-color: #FD1294; }
span { border-color: rgb(253,18,148); }
td.TdClassName
{
border-color: #FD1294;
}
.TagClassName
{
border-color: #FD1294;
}
</style>