Shades of Deep Pink #FD1F7B
Tints of Deep Pink #FD1F7B
RGB
CMYK
RGB Variations
Color information
#FD1F7B (or 0xFD1F7B) is known color: Deep Pink. HEX triplet: FD, 1F and 7B. RGB value is (253,31,123). Sum of RGB (Red+Green+Blue) = 253+31+123=407 (53% of max value = 765). Red value is 253 (99.22% from 255 or 62.16% from 407); Green value is 31 (12.5% from 255 or 7.62% from 407); Blue value is 123 (48.44% from 255 or 30.22% from 407); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1F7B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD1F7B is #02E084. Grayscale: #6B6B6B. Windows color (decimal): -188549 or 8069117. OLE color: 8069117.
HSL color Cylindrical-coordinate representation of color #FD1F7B: hue angle of 335.14º 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 #FD1F7B is Cyan = 0, Magento = 0.88, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 31 | 123 | - |
| CMYK | 0 | 0.88 | 0.51 | 0.01 |
| HSL | 335.14º | 0.98% | 0.56% | - |
| HSV(B) | 335.14º | 0.88% | 0.99% | - |
| XYZ | 44.57 | 23.29 | 20.89 | - |
| YUV | 107.87 | 136.55 | 231.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 31 | 123 | 0 | 0.88 | 0.51 | 0.01 | 335.14 | 0.98 | 0.56 |
| Hex | FD | 1F | 7B | 0 | 58 | 33 | 1 | 14F | 62 | 38 |
| Octal | 375 | 37 | 173 | 0 | 130 | 63 | 1 | 517 | 142 | 70 |
| Binary | 11111101 | 11111 | 1111011 | 0 | 1011000 | 110011 | 1 | 101001111 | 1100010 | 111000 |
Color Harmonies of #FD1F7B
Complementary color
Monochromatic Colors of #FD1F7B
Black with #FD1F7B
Text Example
Text Example
White with #FD1F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1F7B; }
p { color: rgb(253,31,123); }
H1.HeaderClassName
{
color: #FD1F7B;
}
.AnyTagClassName
{
color: #FD1F7B;
}
</style>
background-color css
<style>
a { background-color: #FD1F7B; }
a { background-color: rgb(253,31,123); }
div.DivClassName
{
background-color: #FD1F7B;
}
.BgClassName
{
background-color: #FD1F7B;
}
</style>
border-color css
<style>
span { border-color: #FD1F7B; }
span { border-color: rgb(253,31,123); }
td.TdClassName
{
border-color: #FD1F7B;
}
.TagClassName
{
border-color: #FD1F7B;
}
</style>