Shades of Bittersweet #FE6F52
Tints of Bittersweet #FE6F52
RGB
CMYK
RGB Variations
Color information
#FE6F52 (or 0xFE6F52) is known color: Bittersweet. HEX triplet: FE, 6F and 52. RGB value is (254,111,82). Sum of RGB (Red+Green+Blue) = 254+111+82=447 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.82% from 447); Green value is 111 (43.75% from 255 or 24.83% from 447); Blue value is 82 (32.42% from 255 or 18.34% from 447); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6F52 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE6F52 is #0190AD. Grayscale: #969696. Windows color (decimal): -102574 or 5402622. OLE color: 5402622.
HSL color Cylindrical-coordinate representation of color #FE6F52: hue angle of 10.12º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FE6F52 is Cyan = 0, Magento = 0.56, Yellow = 0.68 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 111 | 82 | - |
| CMYK | 0 | 0.56 | 0.68 | 0.00 |
| HSL | 10.12º | 0.99% | 0.66% | - |
| HSV(B) | 10.12º | 0.68% | 1% | - |
| XYZ | 48.08 | 33.05 | 11.83 | - |
| YUV | 150.45 | 89.38 | 201.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 111 | 82 | 0 | 0.56 | 0.68 | 0.00 | 10.12 | 0.99 | 0.66 |
| Hex | FE | 6F | 52 | 0 | 38 | 44 | 0 | A | 63 | 42 |
| Octal | 376 | 157 | 122 | 0 | 70 | 104 | 0 | 12 | 143 | 102 |
| Binary | 11111110 | 1101111 | 1010010 | 0 | 111000 | 1000100 | 0 | 1010 | 1100011 | 1000010 |
Color Harmonies of #FE6F52
Complementary color
Monochromatic Colors of #FE6F52
Black with #FE6F52
Text Example
Text Example
White with #FE6F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6F52; }
p { color: rgb(254,111,82); }
H1.HeaderClassName
{
color: #FE6F52;
}
.AnyTagClassName
{
color: #FE6F52;
}
</style>
background-color css
<style>
a { background-color: #FE6F52; }
a { background-color: rgb(254,111,82); }
div.DivClassName
{
background-color: #FE6F52;
}
.BgClassName
{
background-color: #FE6F52;
}
</style>
border-color css
<style>
span { border-color: #FE6F52; }
span { border-color: rgb(254,111,82); }
td.TdClassName
{
border-color: #FE6F52;
}
.TagClassName
{
border-color: #FE6F52;
}
</style>