Shades of Deep Pink #FD1F8A
Tints of Deep Pink #FD1F8A
RGB
CMYK
RGB Variations
Color information
#FD1F8A (or 0xFD1F8A) is known color: Deep Pink. HEX triplet: FD, 1F and 8A. RGB value is (253,31,138). Sum of RGB (Red+Green+Blue) = 253+31+138=422 (55% of max value = 765). Red value is 253 (99.22% from 255 or 59.95% from 422); Green value is 31 (12.5% from 255 or 7.35% from 422); Blue value is 138 (54.30% from 255 or 32.70% from 422); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1F8A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD1F8A is #02E075. Grayscale: #6D6D6D. Windows color (decimal): -188534 or 9052157. OLE color: 9052157.
HSL color Cylindrical-coordinate representation of color #FD1F8A: hue angle of 331.08º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FD1F8A is Cyan = 0, Magento = 0.88, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 31 | 138 | - |
| CMYK | 0 | 0.88 | 0.45 | 0.01 |
| HSL | 331.08º | 0.98% | 0.56% | - |
| HSV(B) | 331.08º | 0.88% | 0.99% | - |
| XYZ | 45.59 | 23.7 | 26.22 | - |
| YUV | 109.58 | 144.05 | 230.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 31 | 138 | 0 | 0.88 | 0.45 | 0.01 | 331.08 | 0.98 | 0.56 |
| Hex | FD | 1F | 8A | 0 | 58 | 2D | 1 | 14B | 62 | 38 |
| Octal | 375 | 37 | 212 | 0 | 130 | 55 | 1 | 513 | 142 | 70 |
| Binary | 11111101 | 11111 | 10001010 | 0 | 1011000 | 101101 | 1 | 101001011 | 1100010 | 111000 |
Color Harmonies of #FD1F8A
Complementary color
Monochromatic Colors of #FD1F8A
Black with #FD1F8A
Text Example
Text Example
White with #FD1F8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1F8A; }
p { color: rgb(253,31,138); }
H1.HeaderClassName
{
color: #FD1F8A;
}
.AnyTagClassName
{
color: #FD1F8A;
}
</style>
background-color css
<style>
a { background-color: #FD1F8A; }
a { background-color: rgb(253,31,138); }
div.DivClassName
{
background-color: #FD1F8A;
}
.BgClassName
{
background-color: #FD1F8A;
}
</style>
border-color css
<style>
span { border-color: #FD1F8A; }
span { border-color: rgb(253,31,138); }
td.TdClassName
{
border-color: #FD1F8A;
}
.TagClassName
{
border-color: #FD1F8A;
}
</style>