Shades of Wild Watermelon #FE6871
Tints of Wild Watermelon #FE6871
RGB
CMYK
RGB Variations
Color information
#FE6871 (or 0xFE6871) is known color: Wild Watermelon. HEX triplet: FE, 68 and 71. RGB value is (254,104,113). Sum of RGB (Red+Green+Blue) = 254+104+113=471 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.93% from 471); Green value is 104 (41.02% from 255 or 22.08% from 471); Blue value is 113 (44.53% from 255 or 23.99% from 471); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6871 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE6871 is #01978E. Grayscale: #959595. Windows color (decimal): -104335 or 7432446. OLE color: 7432446.
HSL color Cylindrical-coordinate representation of color #FE6871: hue angle of 356.4º 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 #FE6871 is Cyan = 0, Magento = 0.59, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 104 | 113 | - |
| CMYK | 0 | 0.59 | 0.56 | 0.00 |
| HSL | 356.4º | 0.99% | 0.7% | - |
| HSV(B) | 356.4º | 0.59% | 1% | - |
| XYZ | 48.8 | 32.16 | 19.26 | - |
| YUV | 149.88 | 107.2 | 202.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 104 | 113 | 0 | 0.59 | 0.56 | 0.00 | 356.4 | 0.99 | 0.7 |
| Hex | FE | 68 | 71 | 0 | 3B | 38 | 0 | 164 | 63 | 46 |
| Octal | 376 | 150 | 161 | 0 | 73 | 70 | 0 | 544 | 143 | 106 |
| Binary | 11111110 | 1101000 | 1110001 | 0 | 111011 | 111000 | 0 | 101100100 | 1100011 | 1000110 |
Color Harmonies of #FE6871
Complementary color
Monochromatic Colors of #FE6871
Black with #FE6871
Text Example
Text Example
White with #FE6871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6871; }
p { color: rgb(254,104,113); }
H1.HeaderClassName
{
color: #FE6871;
}
.AnyTagClassName
{
color: #FE6871;
}
</style>
background-color css
<style>
a { background-color: #FE6871; }
a { background-color: rgb(254,104,113); }
div.DivClassName
{
background-color: #FE6871;
}
.BgClassName
{
background-color: #FE6871;
}
</style>
border-color css
<style>
span { border-color: #FE6871; }
span { border-color: rgb(254,104,113); }
td.TdClassName
{
border-color: #FE6871;
}
.TagClassName
{
border-color: #FE6871;
}
</style>