Shades of Deep Pink #FC257D
Tints of Deep Pink #FC257D
RGB
CMYK
RGB Variations
Color information
#FC257D (or 0xFC257D) is known color: Deep Pink. HEX triplet: FC, 25 and 7D. RGB value is (252,37,125). Sum of RGB (Red+Green+Blue) = 252+37+125=414 (54% of max value = 765). Red value is 252 (98.83% from 255 or 60.87% from 414); Green value is 37 (14.84% from 255 or 8.94% from 414); Blue value is 125 (49.22% from 255 or 30.19% from 414); Max value from RGB is 252 - color contains mainly: red. Hex color #FC257D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC257D is #03DA82. Grayscale: #6F6F6F. Windows color (decimal): -252547 or 8201724. OLE color: 8201724.
HSL color Cylindrical-coordinate representation of color #FC257D: hue angle of 335.44º degrees, saturation: 0.97, 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 #FC257D is Cyan = 0, Magento = 0.85, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 37 | 125 | - |
| CMYK | 0 | 0.85 | 0.50 | 0.01 |
| HSL | 335.44º | 0.97% | 0.57% | - |
| HSV(B) | 335.44º | 0.85% | 0.99% | - |
| XYZ | 44.51 | 23.5 | 21.59 | - |
| YUV | 111.32 | 135.73 | 228.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 37 | 125 | 0 | 0.85 | 0.50 | 0.01 | 335.44 | 0.97 | 0.57 |
| Hex | FC | 25 | 7D | 0 | 55 | 32 | 1 | 14F | 61 | 39 |
| Octal | 374 | 45 | 175 | 0 | 125 | 62 | 1 | 517 | 141 | 71 |
| Binary | 11111100 | 100101 | 1111101 | 0 | 1010101 | 110010 | 1 | 101001111 | 1100001 | 111001 |
Color Harmonies of #FC257D
Complementary color
Monochromatic Colors of #FC257D
Black with #FC257D
Text Example
Text Example
White with #FC257D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC257D; }
p { color: rgb(252,37,125); }
H1.HeaderClassName
{
color: #FC257D;
}
.AnyTagClassName
{
color: #FC257D;
}
</style>
background-color css
<style>
a { background-color: #FC257D; }
a { background-color: rgb(252,37,125); }
div.DivClassName
{
background-color: #FC257D;
}
.BgClassName
{
background-color: #FC257D;
}
</style>
border-color css
<style>
span { border-color: #FC257D; }
span { border-color: rgb(252,37,125); }
td.TdClassName
{
border-color: #FC257D;
}
.TagClassName
{
border-color: #FC257D;
}
</style>