Shades of Deep Pink #FC277C
Tints of Deep Pink #FC277C
RGB
CMYK
RGB Variations
Color information
#FC277C (or 0xFC277C) is known color: Deep Pink. HEX triplet: FC, 27 and 7C. RGB value is (252,39,124). Sum of RGB (Red+Green+Blue) = 252+39+124=415 (54% of max value = 765). Red value is 252 (98.83% from 255 or 60.72% from 415); Green value is 39 (15.62% from 255 or 9.40% from 415); Blue value is 124 (48.83% from 255 or 29.88% from 415); Max value from RGB is 252 - color contains mainly: red. Hex color #FC277C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC277C is #03D883. Grayscale: #707070. Windows color (decimal): -252036 or 8136700. OLE color: 8136700.
HSL color Cylindrical-coordinate representation of color #FC277C: hue angle of 336.06º 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 #FC277C is Cyan = 0, Magento = 0.85, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 39 | 124 | - |
| CMYK | 0 | 0.85 | 0.51 | 0.01 |
| HSL | 336.06º | 0.97% | 0.57% | - |
| HSV(B) | 336.06º | 0.85% | 0.99% | - |
| XYZ | 44.51 | 23.6 | 21.28 | - |
| YUV | 112.38 | 134.57 | 227.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 39 | 124 | 0 | 0.85 | 0.51 | 0.01 | 336.06 | 0.97 | 0.57 |
| Hex | FC | 27 | 7C | 0 | 55 | 33 | 1 | 150 | 61 | 39 |
| Octal | 374 | 47 | 174 | 0 | 125 | 63 | 1 | 520 | 141 | 71 |
| Binary | 11111100 | 100111 | 1111100 | 0 | 1010101 | 110011 | 1 | 101010000 | 1100001 | 111001 |
Color Harmonies of #FC277C
Complementary color
Monochromatic Colors of #FC277C
Black with #FC277C
Text Example
Text Example
White with #FC277C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC277C; }
p { color: rgb(252,39,124); }
H1.HeaderClassName
{
color: #FC277C;
}
.AnyTagClassName
{
color: #FC277C;
}
</style>
background-color css
<style>
a { background-color: #FC277C; }
a { background-color: rgb(252,39,124); }
div.DivClassName
{
background-color: #FC277C;
}
.BgClassName
{
background-color: #FC277C;
}
</style>
border-color css
<style>
span { border-color: #FC277C; }
span { border-color: rgb(252,39,124); }
td.TdClassName
{
border-color: #FC277C;
}
.TagClassName
{
border-color: #FC277C;
}
</style>