Shades of Deep Pink #FC267F
Tints of Deep Pink #FC267F
RGB
CMYK
RGB Variations
Color information
#FC267F (or 0xFC267F) is known color: Deep Pink. HEX triplet: FC, 26 and 7F. RGB value is (252,38,127). Sum of RGB (Red+Green+Blue) = 252+38+127=417 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.43% from 417); Green value is 38 (15.23% from 255 or 9.11% from 417); Blue value is 127 (50% from 255 or 30.46% from 417); Max value from RGB is 252 - color contains mainly: red. Hex color #FC267F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC267F is #03D980. Grayscale: #6F6F6F. Windows color (decimal): -252289 or 8333052. OLE color: 8333052.
HSL color Cylindrical-coordinate representation of color #FC267F: hue angle of 335.05º 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 #FC267F is Cyan = 0, Magento = 0.85, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 38 | 127 | - |
| CMYK | 0 | 0.85 | 0.50 | 0.01 |
| HSL | 335.05º | 0.97% | 0.57% | - |
| HSV(B) | 335.05º | 0.85% | 0.99% | - |
| XYZ | 44.67 | 23.61 | 22.28 | - |
| YUV | 112.13 | 136.4 | 227.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 38 | 127 | 0 | 0.85 | 0.50 | 0.01 | 335.05 | 0.97 | 0.57 |
| Hex | FC | 26 | 7F | 0 | 55 | 32 | 1 | 14F | 61 | 39 |
| Octal | 374 | 46 | 177 | 0 | 125 | 62 | 1 | 517 | 141 | 71 |
| Binary | 11111100 | 100110 | 1111111 | 0 | 1010101 | 110010 | 1 | 101001111 | 1100001 | 111001 |
Color Harmonies of #FC267F
Complementary color
Monochromatic Colors of #FC267F
Black with #FC267F
Text Example
Text Example
White with #FC267F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC267F; }
p { color: rgb(252,38,127); }
H1.HeaderClassName
{
color: #FC267F;
}
.AnyTagClassName
{
color: #FC267F;
}
</style>
background-color css
<style>
a { background-color: #FC267F; }
a { background-color: rgb(252,38,127); }
div.DivClassName
{
background-color: #FC267F;
}
.BgClassName
{
background-color: #FC267F;
}
</style>
border-color css
<style>
span { border-color: #FC267F; }
span { border-color: rgb(252,38,127); }
td.TdClassName
{
border-color: #FC267F;
}
.TagClassName
{
border-color: #FC267F;
}
</style>