Shades of Wild Watermelon #FE676A
Tints of Wild Watermelon #FE676A
RGB
CMYK
RGB Variations
Color information
#FE676A (or 0xFE676A) is known color: Wild Watermelon. HEX triplet: FE, 67 and 6A. RGB value is (254,103,106). Sum of RGB (Red+Green+Blue) = 254+103+106=463 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.86% from 463); Green value is 103 (40.62% from 255 or 22.25% from 463); Blue value is 106 (41.80% from 255 or 22.89% from 463); Max value from RGB is 254 - color contains mainly: red. Hex color #FE676A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE676A is #019895. Grayscale: #949494. Windows color (decimal): -104598 or 6973438. OLE color: 6973438.
HSL color Cylindrical-coordinate representation of color #FE676A: hue angle of 358.81º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FE676A is Cyan = 0, Magento = 0.59, Yellow = 0.58 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 103 | 106 | - |
| CMYK | 0 | 0.59 | 0.58 | 0.00 |
| HSL | 358.81º | 0.99% | 0.7% | - |
| HSV(B) | 358.81º | 0.59% | 1% | - |
| XYZ | 48.32 | 31.81 | 17.23 | - |
| YUV | 148.49 | 104.03 | 203.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 103 | 106 | 0 | 0.59 | 0.58 | 0.00 | 358.81 | 0.99 | 0.7 |
| Hex | FE | 67 | 6A | 0 | 3B | 3A | 0 | 167 | 63 | 46 |
| Octal | 376 | 147 | 152 | 0 | 73 | 72 | 0 | 547 | 143 | 106 |
| Binary | 11111110 | 1100111 | 1101010 | 0 | 111011 | 111010 | 0 | 101100111 | 1100011 | 1000110 |
Color Harmonies of #FE676A
Complementary color
Monochromatic Colors of #FE676A
Black with #FE676A
Text Example
Text Example
White with #FE676A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE676A; }
p { color: rgb(254,103,106); }
H1.HeaderClassName
{
color: #FE676A;
}
.AnyTagClassName
{
color: #FE676A;
}
</style>
background-color css
<style>
a { background-color: #FE676A; }
a { background-color: rgb(254,103,106); }
div.DivClassName
{
background-color: #FE676A;
}
.BgClassName
{
background-color: #FE676A;
}
</style>
border-color css
<style>
span { border-color: #FE676A; }
span { border-color: rgb(254,103,106); }
td.TdClassName
{
border-color: #FE676A;
}
.TagClassName
{
border-color: #FE676A;
}
</style>