Shades of Wild Watermelon #FE5279
Tints of Wild Watermelon #FE5279
RGB
CMYK
RGB Variations
Color information
#FE5279 (or 0xFE5279) is known color: Wild Watermelon. HEX triplet: FE, 52 and 79. RGB value is (254,82,121). Sum of RGB (Red+Green+Blue) = 254+82+121=457 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.58% from 457); Green value is 82 (32.42% from 255 or 17.94% from 457); Blue value is 121 (47.66% from 255 or 26.48% from 457); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5279 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE5279 is #01AD86. Grayscale: #898989. Windows color (decimal): -109959 or 7951102. OLE color: 7951102.
HSL color Cylindrical-coordinate representation of color #FE5279: hue angle of 346.4º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FE5279 is Cyan = 0, Magento = 0.68, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 82 | 121 | - |
| CMYK | 0 | 0.68 | 0.52 | 0.00 |
| HSL | 346.4º | 0.99% | 0.66% | - |
| HSV(B) | 346.4º | 0.68% | 1% | - |
| XYZ | 47.34 | 28.49 | 21.09 | - |
| YUV | 137.87 | 118.48 | 210.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 82 | 121 | 0 | 0.68 | 0.52 | 0.00 | 346.4 | 0.99 | 0.66 |
| Hex | FE | 52 | 79 | 0 | 44 | 34 | 0 | 15A | 63 | 42 |
| Octal | 376 | 122 | 171 | 0 | 104 | 64 | 0 | 532 | 143 | 102 |
| Binary | 11111110 | 1010010 | 1111001 | 0 | 1000100 | 110100 | 0 | 101011010 | 1100011 | 1000010 |
Color Harmonies of #FE5279
Complementary color
Monochromatic Colors of #FE5279
Black with #FE5279
Text Example
Text Example
White with #FE5279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5279; }
p { color: rgb(254,82,121); }
H1.HeaderClassName
{
color: #FE5279;
}
.AnyTagClassName
{
color: #FE5279;
}
</style>
background-color css
<style>
a { background-color: #FE5279; }
a { background-color: rgb(254,82,121); }
div.DivClassName
{
background-color: #FE5279;
}
.BgClassName
{
background-color: #FE5279;
}
</style>
border-color css
<style>
span { border-color: #FE5279; }
span { border-color: rgb(254,82,121); }
td.TdClassName
{
border-color: #FE5279;
}
.TagClassName
{
border-color: #FE5279;
}
</style>