Shades of Deep Pink #FC257A
Tints of Deep Pink #FC257A
RGB
CMYK
RGB Variations
Color information
#FC257A (or 0xFC257A) is known color: Deep Pink. HEX triplet: FC, 25 and 7A. RGB value is (252,37,122). Sum of RGB (Red+Green+Blue) = 252+37+122=411 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.31% from 411); Green value is 37 (14.84% from 255 or 9.00% from 411); Blue value is 122 (48.05% from 255 or 29.68% from 411); Max value from RGB is 252 - color contains mainly: red. Hex color #FC257A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC257A is #03DA85. Grayscale: #6E6E6E. Windows color (decimal): -252550 or 8005116. OLE color: 8005116.
HSL color Cylindrical-coordinate representation of color #FC257A: hue angle of 336.28º 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 #FC257A is Cyan = 0, Magento = 0.85, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 37 | 122 | - |
| CMYK | 0 | 0.85 | 0.52 | 0.01 |
| HSL | 336.28º | 0.97% | 0.57% | - |
| HSV(B) | 336.28º | 0.85% | 0.99% | - |
| XYZ | 44.32 | 23.42 | 20.6 | - |
| YUV | 110.98 | 134.23 | 228.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 37 | 122 | 0 | 0.85 | 0.52 | 0.01 | 336.28 | 0.97 | 0.57 |
| Hex | FC | 25 | 7A | 0 | 55 | 34 | 1 | 150 | 61 | 39 |
| Octal | 374 | 45 | 172 | 0 | 125 | 64 | 1 | 520 | 141 | 71 |
| Binary | 11111100 | 100101 | 1111010 | 0 | 1010101 | 110100 | 1 | 101010000 | 1100001 | 111001 |
Color Harmonies of #FC257A
Complementary color
Monochromatic Colors of #FC257A
Black with #FC257A
Text Example
Text Example
White with #FC257A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC257A; }
p { color: rgb(252,37,122); }
H1.HeaderClassName
{
color: #FC257A;
}
.AnyTagClassName
{
color: #FC257A;
}
</style>
background-color css
<style>
a { background-color: #FC257A; }
a { background-color: rgb(252,37,122); }
div.DivClassName
{
background-color: #FC257A;
}
.BgClassName
{
background-color: #FC257A;
}
</style>
border-color css
<style>
span { border-color: #FC257A; }
span { border-color: rgb(252,37,122); }
td.TdClassName
{
border-color: #FC257A;
}
.TagClassName
{
border-color: #FC257A;
}
</style>