Shades of Wild Watermelon #FE6374
Tints of Wild Watermelon #FE6374
RGB
CMYK
RGB Variations
Color information
#FE6374 (or 0xFE6374) is known color: Wild Watermelon. HEX triplet: FE, 63 and 74. RGB value is (254,99,116). Sum of RGB (Red+Green+Blue) = 254+99+116=469 (62% of max value = 765). Red value is 254 (99.61% from 255 or 54.16% from 469); Green value is 99 (39.06% from 255 or 21.11% from 469); Blue value is 116 (45.70% from 255 or 24.73% from 469); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6374 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE6374 is #019C8B. Grayscale: #939393. Windows color (decimal): -105612 or 7627774. OLE color: 7627774.
HSL color Cylindrical-coordinate representation of color #FE6374: hue angle of 353.42º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FE6374 is Cyan = 0, Magento = 0.61, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 99 | 116 | - |
| CMYK | 0 | 0.61 | 0.54 | 0.00 |
| HSL | 353.42º | 0.99% | 0.69% | - |
| HSV(B) | 353.42º | 0.61% | 1% | - |
| XYZ | 48.49 | 31.26 | 20 | - |
| YUV | 147.28 | 110.35 | 204.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 99 | 116 | 0 | 0.61 | 0.54 | 0.00 | 353.42 | 0.99 | 0.69 |
| Hex | FE | 63 | 74 | 0 | 3D | 36 | 0 | 161 | 63 | 45 |
| Octal | 376 | 143 | 164 | 0 | 75 | 66 | 0 | 541 | 143 | 105 |
| Binary | 11111110 | 1100011 | 1110100 | 0 | 111101 | 110110 | 0 | 101100001 | 1100011 | 1000101 |
Color Harmonies of #FE6374
Complementary color
Monochromatic Colors of #FE6374
Black with #FE6374
Text Example
Text Example
White with #FE6374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6374; }
p { color: rgb(254,99,116); }
H1.HeaderClassName
{
color: #FE6374;
}
.AnyTagClassName
{
color: #FE6374;
}
</style>
background-color css
<style>
a { background-color: #FE6374; }
a { background-color: rgb(254,99,116); }
div.DivClassName
{
background-color: #FE6374;
}
.BgClassName
{
background-color: #FE6374;
}
</style>
border-color css
<style>
span { border-color: #FE6374; }
span { border-color: rgb(254,99,116); }
td.TdClassName
{
border-color: #FE6374;
}
.TagClassName
{
border-color: #FE6374;
}
</style>