Shades of Bittersweet #FA6F63
Tints of Bittersweet #FA6F63
RGB
CMYK
RGB Variations
Color information
#FA6F63 (or 0xFA6F63) is known color: Bittersweet. HEX triplet: FA, 6F and 63. RGB value is (250,111,99). Sum of RGB (Red+Green+Blue) = 250+111+99=460 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.35% from 460); Green value is 111 (43.75% from 255 or 24.13% from 460); Blue value is 99 (39.06% from 255 or 21.52% from 460); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6F63 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA6F63 is #05909C. Grayscale: #979797. Windows color (decimal): -364701 or 6516730. OLE color: 6516730.
HSL color Cylindrical-coordinate representation of color #FA6F63: hue angle of 4.77º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FA6F63 is Cyan = 0, Magento = 0.56, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 111 | 99 | - |
| CMYK | 0 | 0.56 | 0.60 | 0.02 |
| HSL | 4.77º | 0.94% | 0.68% | - |
| HSV(B) | 4.77º | 0.6% | 0.98% | - |
| XYZ | 47.36 | 32.59 | 15.6 | - |
| YUV | 151.19 | 98.55 | 198.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 111 | 99 | 0 | 0.56 | 0.60 | 0.02 | 4.77 | 0.94 | 0.68 |
| Hex | FA | 6F | 63 | 0 | 38 | 3C | 2 | 5 | 5E | 44 |
| Octal | 372 | 157 | 143 | 0 | 70 | 74 | 2 | 5 | 136 | 104 |
| Binary | 11111010 | 1101111 | 1100011 | 0 | 111000 | 111100 | 10 | 101 | 1011110 | 1000100 |
Color Harmonies of #FA6F63
Complementary color
Monochromatic Colors of #FA6F63
Black with #FA6F63
Text Example
Text Example
White with #FA6F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6F63; }
p { color: rgb(250,111,99); }
H1.HeaderClassName
{
color: #FA6F63;
}
.AnyTagClassName
{
color: #FA6F63;
}
</style>
background-color css
<style>
a { background-color: #FA6F63; }
a { background-color: rgb(250,111,99); }
div.DivClassName
{
background-color: #FA6F63;
}
.BgClassName
{
background-color: #FA6F63;
}
</style>
border-color css
<style>
span { border-color: #FA6F63; }
span { border-color: rgb(250,111,99); }
td.TdClassName
{
border-color: #FA6F63;
}
.TagClassName
{
border-color: #FA6F63;
}
</style>