Shades of Wild Watermelon #FE676B
Tints of Wild Watermelon #FE676B
RGB
CMYK
RGB Variations
Color information
#FE676B (or 0xFE676B) is known color: Wild Watermelon. HEX triplet: FE, 67 and 6B. RGB value is (254,103,107). Sum of RGB (Red+Green+Blue) = 254+103+107=464 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.74% from 464); Green value is 103 (40.62% from 255 or 22.20% from 464); Blue value is 107 (42.19% from 255 or 23.06% from 464); Max value from RGB is 254 - color contains mainly: red. Hex color #FE676B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE676B is #019894. Grayscale: #949494. Windows color (decimal): -104597 or 7038974. OLE color: 7038974.
HSL color Cylindrical-coordinate representation of color #FE676B: hue angle of 358.41º 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 #FE676B is Cyan = 0, Magento = 0.59, Yellow = 0.58 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 103 | 107 | - |
| CMYK | 0 | 0.59 | 0.58 | 0.00 |
| HSL | 358.41º | 0.99% | 0.7% | - |
| HSV(B) | 358.41º | 0.59% | 1% | - |
| XYZ | 48.38 | 31.83 | 17.5 | - |
| YUV | 148.61 | 104.53 | 203.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 103 | 107 | 0 | 0.59 | 0.58 | 0.00 | 358.41 | 0.99 | 0.7 |
| Hex | FE | 67 | 6B | 0 | 3B | 3A | 0 | 166 | 63 | 46 |
| Octal | 376 | 147 | 153 | 0 | 73 | 72 | 0 | 546 | 143 | 106 |
| Binary | 11111110 | 1100111 | 1101011 | 0 | 111011 | 111010 | 0 | 101100110 | 1100011 | 1000110 |
Color Harmonies of #FE676B
Complementary color
Monochromatic Colors of #FE676B
Black with #FE676B
Text Example
Text Example
White with #FE676B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE676B; }
p { color: rgb(254,103,107); }
H1.HeaderClassName
{
color: #FE676B;
}
.AnyTagClassName
{
color: #FE676B;
}
</style>
background-color css
<style>
a { background-color: #FE676B; }
a { background-color: rgb(254,103,107); }
div.DivClassName
{
background-color: #FE676B;
}
.BgClassName
{
background-color: #FE676B;
}
</style>
border-color css
<style>
span { border-color: #FE676B; }
span { border-color: rgb(254,103,107); }
td.TdClassName
{
border-color: #FE676B;
}
.TagClassName
{
border-color: #FE676B;
}
</style>