Shades of Deep Pink #FC257C
Tints of Deep Pink #FC257C
RGB
CMYK
RGB Variations
Color information
#FC257C (or 0xFC257C) is known color: Deep Pink. HEX triplet: FC, 25 and 7C. RGB value is (252,37,124). Sum of RGB (Red+Green+Blue) = 252+37+124=413 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.02% from 413); Green value is 37 (14.84% from 255 or 8.96% from 413); Blue value is 124 (48.83% from 255 or 30.02% from 413); Max value from RGB is 252 - color contains mainly: red. Hex color #FC257C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC257C is #03DA83. Grayscale: #6F6F6F. Windows color (decimal): -252548 or 8136188. OLE color: 8136188.
HSL color Cylindrical-coordinate representation of color #FC257C: hue angle of 335.72º 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 #FC257C is Cyan = 0, Magento = 0.85, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 37 | 124 | - |
| CMYK | 0 | 0.85 | 0.51 | 0.01 |
| HSL | 335.72º | 0.97% | 0.57% | - |
| HSV(B) | 335.72º | 0.85% | 0.99% | - |
| XYZ | 44.44 | 23.47 | 21.26 | - |
| YUV | 111.2 | 135.23 | 228.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 37 | 124 | 0 | 0.85 | 0.51 | 0.01 | 335.72 | 0.97 | 0.57 |
| Hex | FC | 25 | 7C | 0 | 55 | 33 | 1 | 150 | 61 | 39 |
| Octal | 374 | 45 | 174 | 0 | 125 | 63 | 1 | 520 | 141 | 71 |
| Binary | 11111100 | 100101 | 1111100 | 0 | 1010101 | 110011 | 1 | 101010000 | 1100001 | 111001 |
Color Harmonies of #FC257C
Complementary color
Monochromatic Colors of #FC257C
Black with #FC257C
Text Example
Text Example
White with #FC257C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC257C; }
p { color: rgb(252,37,124); }
H1.HeaderClassName
{
color: #FC257C;
}
.AnyTagClassName
{
color: #FC257C;
}
</style>
background-color css
<style>
a { background-color: #FC257C; }
a { background-color: rgb(252,37,124); }
div.DivClassName
{
background-color: #FC257C;
}
.BgClassName
{
background-color: #FC257C;
}
</style>
border-color css
<style>
span { border-color: #FC257C; }
span { border-color: rgb(252,37,124); }
td.TdClassName
{
border-color: #FC257C;
}
.TagClassName
{
border-color: #FC257C;
}
</style>