Shades of Wild Watermelon #FE5764
Tints of Wild Watermelon #FE5764
RGB
CMYK
RGB Variations
Color information
#FE5764 (or 0xFE5764) is known color: Wild Watermelon. HEX triplet: FE, 57 and 64. RGB value is (254,87,100). Sum of RGB (Red+Green+Blue) = 254+87+100=441 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.60% from 441); Green value is 87 (34.38% from 255 or 19.73% from 441); Blue value is 100 (39.45% from 255 or 22.68% from 441); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5764 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE5764 is #01A89B. Grayscale: #8A8A8A. Windows color (decimal): -108700 or 6576126. OLE color: 6576126.
HSL color Cylindrical-coordinate representation of color #FE5764: hue angle of 355.33º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FE5764 is Cyan = 0, Magento = 0.66, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 87 | 100 | - |
| CMYK | 0 | 0.66 | 0.61 | 0.00 |
| HSL | 355.33º | 0.99% | 0.67% | - |
| HSV(B) | 355.33º | 0.66% | 1% | - |
| XYZ | 46.58 | 28.81 | 15.16 | - |
| YUV | 138.42 | 106.33 | 210.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 87 | 100 | 0 | 0.66 | 0.61 | 0.00 | 355.33 | 0.99 | 0.67 |
| Hex | FE | 57 | 64 | 0 | 42 | 3D | 0 | 163 | 63 | 43 |
| Octal | 376 | 127 | 144 | 0 | 102 | 75 | 0 | 543 | 143 | 103 |
| Binary | 11111110 | 1010111 | 1100100 | 0 | 1000010 | 111101 | 0 | 101100011 | 1100011 | 1000011 |
Color Harmonies of #FE5764
Complementary color
Monochromatic Colors of #FE5764
Black with #FE5764
Text Example
Text Example
White with #FE5764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5764; }
p { color: rgb(254,87,100); }
H1.HeaderClassName
{
color: #FE5764;
}
.AnyTagClassName
{
color: #FE5764;
}
</style>
background-color css
<style>
a { background-color: #FE5764; }
a { background-color: rgb(254,87,100); }
div.DivClassName
{
background-color: #FE5764;
}
.BgClassName
{
background-color: #FE5764;
}
</style>
border-color css
<style>
span { border-color: #FE5764; }
span { border-color: rgb(254,87,100); }
td.TdClassName
{
border-color: #FE5764;
}
.TagClassName
{
border-color: #FE5764;
}
</style>