Shades of Deep Pink #FD257E
Tints of Deep Pink #FD257E
RGB
CMYK
RGB Variations
Color information
#FD257E (or 0xFD257E) is known color: Deep Pink. HEX triplet: FD, 25 and 7E. RGB value is (253,37,126). Sum of RGB (Red+Green+Blue) = 253+37+126=416 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.82% from 416); Green value is 37 (14.84% from 255 or 8.89% from 416); Blue value is 126 (49.61% from 255 or 30.29% from 416); Max value from RGB is 253 - color contains mainly: red. Hex color #FD257E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD257E is #02DA81. Grayscale: #6F6F6F. Windows color (decimal): -187010 or 8267261. OLE color: 8267261.
HSL color Cylindrical-coordinate representation of color #FD257E: hue angle of 335.28º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FD257E is Cyan = 0, Magento = 0.85, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 37 | 126 | - |
| CMYK | 0 | 0.85 | 0.50 | 0.01 |
| HSL | 335.28º | 0.98% | 0.57% | - |
| HSV(B) | 335.28º | 0.85% | 0.99% | - |
| XYZ | 44.94 | 23.71 | 21.95 | - |
| YUV | 111.73 | 136.06 | 228.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 37 | 126 | 0 | 0.85 | 0.50 | 0.01 | 335.28 | 0.98 | 0.57 |
| Hex | FD | 25 | 7E | 0 | 55 | 32 | 1 | 14F | 62 | 39 |
| Octal | 375 | 45 | 176 | 0 | 125 | 62 | 1 | 517 | 142 | 71 |
| Binary | 11111101 | 100101 | 1111110 | 0 | 1010101 | 110010 | 1 | 101001111 | 1100010 | 111001 |
Color Harmonies of #FD257E
Complementary color
Monochromatic Colors of #FD257E
Black with #FD257E
Text Example
Text Example
White with #FD257E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD257E; }
p { color: rgb(253,37,126); }
H1.HeaderClassName
{
color: #FD257E;
}
.AnyTagClassName
{
color: #FD257E;
}
</style>
background-color css
<style>
a { background-color: #FD257E; }
a { background-color: rgb(253,37,126); }
div.DivClassName
{
background-color: #FD257E;
}
.BgClassName
{
background-color: #FD257E;
}
</style>
border-color css
<style>
span { border-color: #FD257E; }
span { border-color: rgb(253,37,126); }
td.TdClassName
{
border-color: #FD257E;
}
.TagClassName
{
border-color: #FD257E;
}
</style>