Shades of Wild Watermelon #FE6379
Tints of Wild Watermelon #FE6379
RGB
CMYK
RGB Variations
Color information
#FE6379 (or 0xFE6379) is known color: Wild Watermelon. HEX triplet: FE, 63 and 79. RGB value is (254,99,121). Sum of RGB (Red+Green+Blue) = 254+99+121=474 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.59% from 474); Green value is 99 (39.06% from 255 or 20.89% from 474); Blue value is 121 (47.66% from 255 or 25.53% from 474); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6379 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE6379 is #019C86. Grayscale: #939393. Windows color (decimal): -105607 or 7955454. OLE color: 7955454.
HSL color Cylindrical-coordinate representation of color #FE6379: hue angle of 351.48º 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 #FE6379 is Cyan = 0, Magento = 0.61, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 99 | 121 | - |
| CMYK | 0 | 0.61 | 0.52 | 0.00 |
| HSL | 351.48º | 0.99% | 0.69% | - |
| HSV(B) | 351.48º | 0.61% | 1% | - |
| XYZ | 48.79 | 31.37 | 21.57 | - |
| YUV | 147.85 | 112.85 | 203.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 99 | 121 | 0 | 0.61 | 0.52 | 0.00 | 351.48 | 0.99 | 0.69 |
| Hex | FE | 63 | 79 | 0 | 3D | 34 | 0 | 15F | 63 | 45 |
| Octal | 376 | 143 | 171 | 0 | 75 | 64 | 0 | 537 | 143 | 105 |
| Binary | 11111110 | 1100011 | 1111001 | 0 | 111101 | 110100 | 0 | 101011111 | 1100011 | 1000101 |
Color Harmonies of #FE6379
Complementary color
Monochromatic Colors of #FE6379
Black with #FE6379
Text Example
Text Example
White with #FE6379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6379; }
p { color: rgb(254,99,121); }
H1.HeaderClassName
{
color: #FE6379;
}
.AnyTagClassName
{
color: #FE6379;
}
</style>
background-color css
<style>
a { background-color: #FE6379; }
a { background-color: rgb(254,99,121); }
div.DivClassName
{
background-color: #FE6379;
}
.BgClassName
{
background-color: #FE6379;
}
</style>
border-color css
<style>
span { border-color: #FE6379; }
span { border-color: rgb(254,99,121); }
td.TdClassName
{
border-color: #FE6379;
}
.TagClassName
{
border-color: #FE6379;
}
</style>