Shades of Wild Watermelon #FE6973
Tints of Wild Watermelon #FE6973
RGB
CMYK
RGB Variations
Color information
#FE6973 (or 0xFE6973) is known color: Wild Watermelon. HEX triplet: FE, 69 and 73. RGB value is (254,105,115). Sum of RGB (Red+Green+Blue) = 254+105+115=474 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.59% from 474); Green value is 105 (41.41% from 255 or 22.15% from 474); Blue value is 115 (45.31% from 255 or 24.26% from 474); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6973 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE6973 is #01968C. Grayscale: #969696. Windows color (decimal): -104077 or 7563774. OLE color: 7563774.
HSL color Cylindrical-coordinate representation of color #FE6973: hue angle of 355.97º 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 #FE6973 is Cyan = 0, Magento = 0.59, Yellow = 0.55 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 105 | 115 | - |
| CMYK | 0 | 0.59 | 0.55 | 0.00 |
| HSL | 355.97º | 0.99% | 0.7% | - |
| HSV(B) | 355.97º | 0.59% | 1% | - |
| XYZ | 49.02 | 32.41 | 19.89 | - |
| YUV | 150.69 | 107.86 | 201.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 105 | 115 | 0 | 0.59 | 0.55 | 0.00 | 355.97 | 0.99 | 0.7 |
| Hex | FE | 69 | 73 | 0 | 3B | 37 | 0 | 164 | 63 | 46 |
| Octal | 376 | 151 | 163 | 0 | 73 | 67 | 0 | 544 | 143 | 106 |
| Binary | 11111110 | 1101001 | 1110011 | 0 | 111011 | 110111 | 0 | 101100100 | 1100011 | 1000110 |
Color Harmonies of #FE6973
Complementary color
Monochromatic Colors of #FE6973
Black with #FE6973
Text Example
Text Example
White with #FE6973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6973; }
p { color: rgb(254,105,115); }
H1.HeaderClassName
{
color: #FE6973;
}
.AnyTagClassName
{
color: #FE6973;
}
</style>
background-color css
<style>
a { background-color: #FE6973; }
a { background-color: rgb(254,105,115); }
div.DivClassName
{
background-color: #FE6973;
}
.BgClassName
{
background-color: #FE6973;
}
</style>
border-color css
<style>
span { border-color: #FE6973; }
span { border-color: rgb(254,105,115); }
td.TdClassName
{
border-color: #FE6973;
}
.TagClassName
{
border-color: #FE6973;
}
</style>