Shades of Bittersweet #FC665C
Tints of Bittersweet #FC665C
RGB
CMYK
RGB Variations
Color information
#FC665C (or 0xFC665C) is known color: Bittersweet. HEX triplet: FC, 66 and 5C. RGB value is (252,102,92). Sum of RGB (Red+Green+Blue) = 252+102+92=446 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.50% from 446); Green value is 102 (40.23% from 255 or 22.87% from 446); Blue value is 92 (36.33% from 255 or 20.63% from 446); Max value from RGB is 252 - color contains mainly: red. Hex color #FC665C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC665C is #0399A3. Grayscale: #919191. Windows color (decimal): -235940 or 6055676. OLE color: 6055676.
HSL color Cylindrical-coordinate representation of color #FC665C: hue angle of 3.75º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FC665C is Cyan = 0, Magento = 0.60, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 102 | 92 | - |
| CMYK | 0 | 0.60 | 0.63 | 0.01 |
| HSL | 3.75º | 0.96% | 0.67% | - |
| HSV(B) | 3.75º | 0.63% | 0.99% | - |
| XYZ | 46.83 | 30.97 | 13.64 | - |
| YUV | 145.71 | 97.7 | 203.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 102 | 92 | 0 | 0.60 | 0.63 | 0.01 | 3.75 | 0.96 | 0.67 |
| Hex | FC | 66 | 5C | 0 | 3C | 3F | 1 | 4 | 60 | 43 |
| Octal | 374 | 146 | 134 | 0 | 74 | 77 | 1 | 4 | 140 | 103 |
| Binary | 11111100 | 1100110 | 1011100 | 0 | 111100 | 111111 | 1 | 100 | 1100000 | 1000011 |
Color Harmonies of #FC665C
Complementary color
Monochromatic Colors of #FC665C
Black with #FC665C
Text Example
Text Example
White with #FC665C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC665C; }
p { color: rgb(252,102,92); }
H1.HeaderClassName
{
color: #FC665C;
}
.AnyTagClassName
{
color: #FC665C;
}
</style>
background-color css
<style>
a { background-color: #FC665C; }
a { background-color: rgb(252,102,92); }
div.DivClassName
{
background-color: #FC665C;
}
.BgClassName
{
background-color: #FC665C;
}
</style>
border-color css
<style>
span { border-color: #FC665C; }
span { border-color: rgb(252,102,92); }
td.TdClassName
{
border-color: #FC665C;
}
.TagClassName
{
border-color: #FC665C;
}
</style>