Shades of Bittersweet #FC7266
Tints of Bittersweet #FC7266
RGB
CMYK
RGB Variations
Color information
#FC7266 (or 0xFC7266) is known color: Bittersweet. HEX triplet: FC, 72 and 66. RGB value is (252,114,102). Sum of RGB (Red+Green+Blue) = 252+114+102=468 (61% of max value = 765). Red value is 252 (98.83% from 255 or 53.85% from 468); Green value is 114 (44.92% from 255 or 24.36% from 468); Blue value is 102 (40.23% from 255 or 21.79% from 468); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7266 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7266 is #038D99. Grayscale: #9A9A9A. Windows color (decimal): -232858 or 6714108. OLE color: 6714108.
HSL color Cylindrical-coordinate representation of color #FC7266: hue angle of 4.8º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FC7266 is Cyan = 0, Magento = 0.55, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 114 | 102 | - |
| CMYK | 0 | 0.55 | 0.60 | 0.01 |
| HSL | 4.8º | 0.96% | 0.69% | - |
| HSV(B) | 4.8º | 0.6% | 0.99% | - |
| XYZ | 48.56 | 33.69 | 16.51 | - |
| YUV | 153.89 | 98.72 | 197.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 114 | 102 | 0 | 0.55 | 0.60 | 0.01 | 4.8 | 0.96 | 0.69 |
| Hex | FC | 72 | 66 | 0 | 37 | 3C | 1 | 5 | 60 | 45 |
| Octal | 374 | 162 | 146 | 0 | 67 | 74 | 1 | 5 | 140 | 105 |
| Binary | 11111100 | 1110010 | 1100110 | 0 | 110111 | 111100 | 1 | 101 | 1100000 | 1000101 |
Color Harmonies of #FC7266
Complementary color
Monochromatic Colors of #FC7266
Black with #FC7266
Text Example
Text Example
White with #FC7266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7266; }
p { color: rgb(252,114,102); }
H1.HeaderClassName
{
color: #FC7266;
}
.AnyTagClassName
{
color: #FC7266;
}
</style>
background-color css
<style>
a { background-color: #FC7266; }
a { background-color: rgb(252,114,102); }
div.DivClassName
{
background-color: #FC7266;
}
.BgClassName
{
background-color: #FC7266;
}
</style>
border-color css
<style>
span { border-color: #FC7266; }
span { border-color: rgb(252,114,102); }
td.TdClassName
{
border-color: #FC7266;
}
.TagClassName
{
border-color: #FC7266;
}
</style>