Shades of Deep Pink #FC267B
Tints of Deep Pink #FC267B
RGB
CMYK
RGB Variations
Color information
#FC267B (or 0xFC267B) is known color: Deep Pink. HEX triplet: FC, 26 and 7B. RGB value is (252,38,123). Sum of RGB (Red+Green+Blue) = 252+38+123=413 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.02% from 413); Green value is 38 (15.23% from 255 or 9.20% from 413); Blue value is 123 (48.44% from 255 or 29.78% from 413); Max value from RGB is 252 - color contains mainly: red. Hex color #FC267B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC267B is #03D984. Grayscale: #6F6F6F. Windows color (decimal): -252293 or 8070908. OLE color: 8070908.
HSL color Cylindrical-coordinate representation of color #FC267B: hue angle of 336.17º 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 #FC267B is Cyan = 0, Magento = 0.85, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 38 | 123 | - |
| CMYK | 0 | 0.85 | 0.51 | 0.01 |
| HSL | 336.17º | 0.97% | 0.57% | - |
| HSV(B) | 336.17º | 0.85% | 0.99% | - |
| XYZ | 44.41 | 23.51 | 20.94 | - |
| YUV | 111.68 | 134.4 | 228.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 38 | 123 | 0 | 0.85 | 0.51 | 0.01 | 336.17 | 0.97 | 0.57 |
| Hex | FC | 26 | 7B | 0 | 55 | 33 | 1 | 150 | 61 | 39 |
| Octal | 374 | 46 | 173 | 0 | 125 | 63 | 1 | 520 | 141 | 71 |
| Binary | 11111100 | 100110 | 1111011 | 0 | 1010101 | 110011 | 1 | 101010000 | 1100001 | 111001 |
Color Harmonies of #FC267B
Complementary color
Monochromatic Colors of #FC267B
Black with #FC267B
Text Example
Text Example
White with #FC267B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC267B; }
p { color: rgb(252,38,123); }
H1.HeaderClassName
{
color: #FC267B;
}
.AnyTagClassName
{
color: #FC267B;
}
</style>
background-color css
<style>
a { background-color: #FC267B; }
a { background-color: rgb(252,38,123); }
div.DivClassName
{
background-color: #FC267B;
}
.BgClassName
{
background-color: #FC267B;
}
</style>
border-color css
<style>
span { border-color: #FC267B; }
span { border-color: rgb(252,38,123); }
td.TdClassName
{
border-color: #FC267B;
}
.TagClassName
{
border-color: #FC267B;
}
</style>