Shades of Deep Pink #FD1275
Tints of Deep Pink #FD1275
RGB
CMYK
RGB Variations
Color information
#FD1275 (or 0xFD1275) is known color: Deep Pink. HEX triplet: FD, 12 and 75. RGB value is (253,18,117). Sum of RGB (Red+Green+Blue) = 253+18+117=388 (51% of max value = 765). Red value is 253 (99.22% from 255 or 65.21% from 388); Green value is 18 (7.42% from 255 or 4.64% from 388); Blue value is 117 (46.09% from 255 or 30.15% from 388); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1275 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD1275 is #02ED8A. Grayscale: #636363. Windows color (decimal): -191883 or 7672573. OLE color: 7672573.
HSL color Cylindrical-coordinate representation of color #FD1275: hue angle of 334.72º 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 #FD1275 is Cyan = 0, Magento = 0.93, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 18 | 117 | - |
| CMYK | 0 | 0.93 | 0.54 | 0.01 |
| HSL | 334.72º | 0.98% | 0.53% | - |
| HSV(B) | 334.72º | 0.93% | 0.99% | - |
| XYZ | 43.94 | 22.6 | 18.88 | - |
| YUV | 99.55 | 137.86 | 237.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 18 | 117 | 0 | 0.93 | 0.54 | 0.01 | 334.72 | 0.98 | 0.53 |
| Hex | FD | 12 | 75 | 0 | 5D | 36 | 1 | 14F | 62 | 35 |
| Octal | 375 | 22 | 165 | 0 | 135 | 66 | 1 | 517 | 142 | 65 |
| Binary | 11111101 | 10010 | 1110101 | 0 | 1011101 | 110110 | 1 | 101001111 | 1100010 | 110101 |
Color Harmonies of #FD1275
Complementary color
Monochromatic Colors of #FD1275
Black with #FD1275
Text Example
Text Example
White with #FD1275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1275; }
p { color: rgb(253,18,117); }
H1.HeaderClassName
{
color: #FD1275;
}
.AnyTagClassName
{
color: #FD1275;
}
</style>
background-color css
<style>
a { background-color: #FD1275; }
a { background-color: rgb(253,18,117); }
div.DivClassName
{
background-color: #FD1275;
}
.BgClassName
{
background-color: #FD1275;
}
</style>
border-color css
<style>
span { border-color: #FD1275; }
span { border-color: rgb(253,18,117); }
td.TdClassName
{
border-color: #FD1275;
}
.TagClassName
{
border-color: #FD1275;
}
</style>