Shades of Bittersweet #FC7263
Tints of Bittersweet #FC7263
RGB
CMYK
RGB Variations
Color information
#FC7263 (or 0xFC7263) is known color: Bittersweet. HEX triplet: FC, 72 and 63. RGB value is (252,114,99). Sum of RGB (Red+Green+Blue) = 252+114+99=465 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.19% from 465); Green value is 114 (44.92% from 255 or 24.52% from 465); Blue value is 99 (39.06% from 255 or 21.29% from 465); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7263 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7263 is #038D9C. Grayscale: #999999. Windows color (decimal): -232861 or 6517500. OLE color: 6517500.
HSL color Cylindrical-coordinate representation of color #FC7263: hue angle of 5.88º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FC7263 is Cyan = 0, Magento = 0.55, Yellow = 0.61 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 114 | 99 | - |
| CMYK | 0 | 0.55 | 0.61 | 0.01 |
| HSL | 5.88º | 0.96% | 0.69% | - |
| HSV(B) | 5.88º | 0.61% | 0.99% | - |
| XYZ | 48.41 | 33.63 | 15.74 | - |
| YUV | 153.55 | 97.22 | 198.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 114 | 99 | 0 | 0.55 | 0.61 | 0.01 | 5.88 | 0.96 | 0.69 |
| Hex | FC | 72 | 63 | 0 | 37 | 3D | 1 | 6 | 60 | 45 |
| Octal | 374 | 162 | 143 | 0 | 67 | 75 | 1 | 6 | 140 | 105 |
| Binary | 11111100 | 1110010 | 1100011 | 0 | 110111 | 111101 | 1 | 110 | 1100000 | 1000101 |
Color Harmonies of #FC7263
Complementary color
Monochromatic Colors of #FC7263
Black with #FC7263
Text Example
Text Example
White with #FC7263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7263; }
p { color: rgb(252,114,99); }
H1.HeaderClassName
{
color: #FC7263;
}
.AnyTagClassName
{
color: #FC7263;
}
</style>
background-color css
<style>
a { background-color: #FC7263; }
a { background-color: rgb(252,114,99); }
div.DivClassName
{
background-color: #FC7263;
}
.BgClassName
{
background-color: #FC7263;
}
</style>
border-color css
<style>
span { border-color: #FC7263; }
span { border-color: rgb(252,114,99); }
td.TdClassName
{
border-color: #FC7263;
}
.TagClassName
{
border-color: #FC7263;
}
</style>