Shades of Bittersweet #FE6363
Tints of Bittersweet #FE6363
RGB
CMYK
RGB Variations
Color information
#FE6363 (or 0xFE6363) is known color: Bittersweet. HEX triplet: FE, 63 and 63. RGB value is (254,99,99). Sum of RGB (Red+Green+Blue) = 254+99+99=452 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.19% from 452); Green value is 99 (39.06% from 255 or 21.90% from 452); Blue value is 99 (39.06% from 255 or 21.90% from 452); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6363 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE6363 is #019C9C. Grayscale: #919191. Windows color (decimal): -105629 or 6513662. OLE color: 6513662.
HSL color Cylindrical-coordinate representation of color #FE6363: hue angle of 0º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FE6363 is Cyan = 0, Magento = 0.61, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 99 | 99 | - |
| CMYK | 0 | 0.61 | 0.61 | 0.00 |
| HSL | 0º | 0.99% | 0.69% | - |
| HSV(B) | 0º | 0.61% | 1% | - |
| XYZ | 47.59 | 30.9 | 15.26 | - |
| YUV | 145.35 | 101.85 | 205.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 99 | 99 | 0 | 0.61 | 0.61 | 0.00 | 0 | 0.99 | 0.69 |
| Hex | FE | 63 | 63 | 0 | 3D | 3D | 0 | 0 | 63 | 45 |
| Octal | 376 | 143 | 143 | 0 | 75 | 75 | 0 | 0 | 143 | 105 |
| Binary | 11111110 | 1100011 | 1100011 | 0 | 111101 | 111101 | 0 | 0 | 1100011 | 1000101 |
Color Harmonies of #FE6363
Complementary color
Monochromatic Colors of #FE6363
Black with #FE6363
Text Example
Text Example
White with #FE6363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6363; }
p { color: rgb(254,99,99); }
H1.HeaderClassName
{
color: #FE6363;
}
.AnyTagClassName
{
color: #FE6363;
}
</style>
background-color css
<style>
a { background-color: #FE6363; }
a { background-color: rgb(254,99,99); }
div.DivClassName
{
background-color: #FE6363;
}
.BgClassName
{
background-color: #FE6363;
}
</style>
border-color css
<style>
span { border-color: #FE6363; }
span { border-color: rgb(254,99,99); }
td.TdClassName
{
border-color: #FE6363;
}
.TagClassName
{
border-color: #FE6363;
}
</style>