Shades of Deep Pink #FD257A
Tints of Deep Pink #FD257A
RGB
CMYK
RGB Variations
Color information
#FD257A (or 0xFD257A) is known color: Deep Pink. HEX triplet: FD, 25 and 7A. RGB value is (253,37,122). Sum of RGB (Red+Green+Blue) = 253+37+122=412 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.41% from 412); Green value is 37 (14.84% from 255 or 8.98% from 412); Blue value is 122 (48.05% from 255 or 29.61% from 412); Max value from RGB is 253 - color contains mainly: red. Hex color #FD257A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD257A is #02DA85. Grayscale: #6F6F6F. Windows color (decimal): -187014 or 8005117. OLE color: 8005117.
HSL color Cylindrical-coordinate representation of color #FD257A: hue angle of 336.39º 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 #FD257A is Cyan = 0, Magento = 0.85, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 37 | 122 | - |
| CMYK | 0 | 0.85 | 0.52 | 0.01 |
| HSL | 336.39º | 0.98% | 0.57% | - |
| HSV(B) | 336.39º | 0.85% | 0.99% | - |
| XYZ | 44.68 | 23.61 | 20.61 | - |
| YUV | 111.27 | 134.06 | 229.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 37 | 122 | 0 | 0.85 | 0.52 | 0.01 | 336.39 | 0.98 | 0.57 |
| Hex | FD | 25 | 7A | 0 | 55 | 34 | 1 | 150 | 62 | 39 |
| Octal | 375 | 45 | 172 | 0 | 125 | 64 | 1 | 520 | 142 | 71 |
| Binary | 11111101 | 100101 | 1111010 | 0 | 1010101 | 110100 | 1 | 101010000 | 1100010 | 111001 |
Color Harmonies of #FD257A
Complementary color
Monochromatic Colors of #FD257A
Black with #FD257A
Text Example
Text Example
White with #FD257A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD257A; }
p { color: rgb(253,37,122); }
H1.HeaderClassName
{
color: #FD257A;
}
.AnyTagClassName
{
color: #FD257A;
}
</style>
background-color css
<style>
a { background-color: #FD257A; }
a { background-color: rgb(253,37,122); }
div.DivClassName
{
background-color: #FD257A;
}
.BgClassName
{
background-color: #FD257A;
}
</style>
border-color css
<style>
span { border-color: #FD257A; }
span { border-color: rgb(253,37,122); }
td.TdClassName
{
border-color: #FD257A;
}
.TagClassName
{
border-color: #FD257A;
}
</style>