Shades of Wild Watermelon #FE6B74
Tints of Wild Watermelon #FE6B74
RGB
CMYK
RGB Variations
Color information
#FE6B74 (or 0xFE6B74) is known color: Wild Watermelon. HEX triplet: FE, 6B and 74. RGB value is (254,107,116). Sum of RGB (Red+Green+Blue) = 254+107+116=477 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.25% from 477); Green value is 107 (42.19% from 255 or 22.43% from 477); Blue value is 116 (45.70% from 255 or 24.32% from 477); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6B74 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE6B74 is #01948B. Grayscale: #989898. Windows color (decimal): -103564 or 7629822. OLE color: 7629822.
HSL color Cylindrical-coordinate representation of color #FE6B74: hue angle of 356.33º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FE6B74 is Cyan = 0, Magento = 0.58, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 107 | 116 | - |
| CMYK | 0 | 0.58 | 0.54 | 0.00 |
| HSL | 356.33º | 0.99% | 0.71% | - |
| HSV(B) | 356.33º | 0.58% | 1% | - |
| XYZ | 49.28 | 32.85 | 20.27 | - |
| YUV | 151.98 | 107.7 | 200.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 107 | 116 | 0 | 0.58 | 0.54 | 0.00 | 356.33 | 0.99 | 0.71 |
| Hex | FE | 6B | 74 | 0 | 3A | 36 | 0 | 164 | 63 | 47 |
| Octal | 376 | 153 | 164 | 0 | 72 | 66 | 0 | 544 | 143 | 107 |
| Binary | 11111110 | 1101011 | 1110100 | 0 | 111010 | 110110 | 0 | 101100100 | 1100011 | 1000111 |
Color Harmonies of #FE6B74
Complementary color
Monochromatic Colors of #FE6B74
Black with #FE6B74
Text Example
Text Example
White with #FE6B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6B74; }
p { color: rgb(254,107,116); }
H1.HeaderClassName
{
color: #FE6B74;
}
.AnyTagClassName
{
color: #FE6B74;
}
</style>
background-color css
<style>
a { background-color: #FE6B74; }
a { background-color: rgb(254,107,116); }
div.DivClassName
{
background-color: #FE6B74;
}
.BgClassName
{
background-color: #FE6B74;
}
</style>
border-color css
<style>
span { border-color: #FE6B74; }
span { border-color: rgb(254,107,116); }
td.TdClassName
{
border-color: #FE6B74;
}
.TagClassName
{
border-color: #FE6B74;
}
</style>