Shades of Deep Pink #FC257E
Tints of Deep Pink #FC257E
RGB
CMYK
RGB Variations
Color information
#FC257E (or 0xFC257E) is known color: Deep Pink. HEX triplet: FC, 25 and 7E. RGB value is (252,37,126). Sum of RGB (Red+Green+Blue) = 252+37+126=415 (54% of max value = 765). Red value is 252 (98.83% from 255 or 60.72% from 415); Green value is 37 (14.84% from 255 or 8.92% from 415); Blue value is 126 (49.61% from 255 or 30.36% from 415); Max value from RGB is 252 - color contains mainly: red. Hex color #FC257E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC257E is #03DA81. Grayscale: #6F6F6F. Windows color (decimal): -252546 or 8267260. OLE color: 8267260.
HSL color Cylindrical-coordinate representation of color #FC257E: hue angle of 335.16º 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 #FC257E is Cyan = 0, Magento = 0.85, Yellow = 0.5 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 37 | 126 | - |
| CMYK | 0 | 0.85 | 0.5 | 0.01 |
| HSL | 335.16º | 0.97% | 0.57% | - |
| HSV(B) | 335.16º | 0.85% | 0.99% | - |
| XYZ | 44.57 | 23.52 | 21.93 | - |
| YUV | 111.43 | 136.23 | 228.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 37 | 126 | 0 | 0.85 | 0.5 | 0.01 | 335.16 | 0.97 | 0.57 |
| Hex | FC | 25 | 7E | 0 | 55 | 32 | 1 | 14F | 61 | 39 |
| Octal | 374 | 45 | 176 | 0 | 125 | 62 | 1 | 517 | 141 | 71 |
| Binary | 11111100 | 100101 | 1111110 | 0 | 1010101 | 110010 | 1 | 101001111 | 1100001 | 111001 |
Color Harmonies of #FC257E
Complementary color
Monochromatic Colors of #FC257E
Black with #FC257E
Text Example
Text Example
White with #FC257E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC257E; }
p { color: rgb(252,37,126); }
H1.HeaderClassName
{
color: #FC257E;
}
.AnyTagClassName
{
color: #FC257E;
}
</style>
background-color css
<style>
a { background-color: #FC257E; }
a { background-color: rgb(252,37,126); }
div.DivClassName
{
background-color: #FC257E;
}
.BgClassName
{
background-color: #FC257E;
}
</style>
border-color css
<style>
span { border-color: #FC257E; }
span { border-color: rgb(252,37,126); }
td.TdClassName
{
border-color: #FC257E;
}
.TagClassName
{
border-color: #FC257E;
}
</style>