Shades of Wild Watermelon #FE6C6F
Tints of Wild Watermelon #FE6C6F
RGB
CMYK
RGB Variations
Color information
#FE6C6F (or 0xFE6C6F) is known color: Wild Watermelon. HEX triplet: FE, 6C and 6F. RGB value is (254,108,111). Sum of RGB (Red+Green+Blue) = 254+108+111=473 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.70% from 473); Green value is 108 (42.58% from 255 or 22.83% from 473); Blue value is 111 (43.75% from 255 or 23.47% from 473); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6C6F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE6C6F is #019390. Grayscale: #989898. Windows color (decimal): -103313 or 7302398. OLE color: 7302398.
HSL color Cylindrical-coordinate representation of color #FE6C6F: hue angle of 358.77º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FE6C6F is Cyan = 0, Magento = 0.57, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 108 | 111 | - |
| CMYK | 0 | 0.57 | 0.56 | 0.00 |
| HSL | 358.77º | 0.99% | 0.71% | - |
| HSV(B) | 358.77º | 0.57% | 1% | - |
| XYZ | 49.1 | 32.94 | 18.81 | - |
| YUV | 152 | 104.87 | 200.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 108 | 111 | 0 | 0.57 | 0.56 | 0.00 | 358.77 | 0.99 | 0.71 |
| Hex | FE | 6C | 6F | 0 | 39 | 38 | 0 | 167 | 63 | 47 |
| Octal | 376 | 154 | 157 | 0 | 71 | 70 | 0 | 547 | 143 | 107 |
| Binary | 11111110 | 1101100 | 1101111 | 0 | 111001 | 111000 | 0 | 101100111 | 1100011 | 1000111 |
Color Harmonies of #FE6C6F
Complementary color
Monochromatic Colors of #FE6C6F
Black with #FE6C6F
Text Example
Text Example
White with #FE6C6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6C6F; }
p { color: rgb(254,108,111); }
H1.HeaderClassName
{
color: #FE6C6F;
}
.AnyTagClassName
{
color: #FE6C6F;
}
</style>
background-color css
<style>
a { background-color: #FE6C6F; }
a { background-color: rgb(254,108,111); }
div.DivClassName
{
background-color: #FE6C6F;
}
.BgClassName
{
background-color: #FE6C6F;
}
</style>
border-color css
<style>
span { border-color: #FE6C6F; }
span { border-color: rgb(254,108,111); }
td.TdClassName
{
border-color: #FE6C6F;
}
.TagClassName
{
border-color: #FE6C6F;
}
</style>