Shades of Wild Watermelon #FE5568
Tints of Wild Watermelon #FE5568
RGB
CMYK
RGB Variations
Color information
#FE5568 (or 0xFE5568) is known color: Wild Watermelon. HEX triplet: FE, 55 and 68. RGB value is (254,85,104). Sum of RGB (Red+Green+Blue) = 254+85+104=443 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.34% from 443); Green value is 85 (33.59% from 255 or 19.19% from 443); Blue value is 104 (41.02% from 255 or 23.48% from 443); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5568 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE5568 is #01AA97. Grayscale: #898989. Windows color (decimal): -109208 or 6837758. OLE color: 6837758.
HSL color Cylindrical-coordinate representation of color #FE5568: hue angle of 353.25º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FE5568 is Cyan = 0, Magento = 0.67, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 85 | 104 | - |
| CMYK | 0 | 0.67 | 0.59 | 0.00 |
| HSL | 353.25º | 0.99% | 0.66% | - |
| HSV(B) | 353.25º | 0.67% | 1% | - |
| XYZ | 46.62 | 28.57 | 16.15 | - |
| YUV | 137.7 | 108.99 | 210.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 85 | 104 | 0 | 0.67 | 0.59 | 0.00 | 353.25 | 0.99 | 0.66 |
| Hex | FE | 55 | 68 | 0 | 43 | 3B | 0 | 161 | 63 | 42 |
| Octal | 376 | 125 | 150 | 0 | 103 | 73 | 0 | 541 | 143 | 102 |
| Binary | 11111110 | 1010101 | 1101000 | 0 | 1000011 | 111011 | 0 | 101100001 | 1100011 | 1000010 |
Color Harmonies of #FE5568
Complementary color
Monochromatic Colors of #FE5568
Black with #FE5568
Text Example
Text Example
White with #FE5568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5568; }
p { color: rgb(254,85,104); }
H1.HeaderClassName
{
color: #FE5568;
}
.AnyTagClassName
{
color: #FE5568;
}
</style>
background-color css
<style>
a { background-color: #FE5568; }
a { background-color: rgb(254,85,104); }
div.DivClassName
{
background-color: #FE5568;
}
.BgClassName
{
background-color: #FE5568;
}
</style>
border-color css
<style>
span { border-color: #FE5568; }
span { border-color: rgb(254,85,104); }
td.TdClassName
{
border-color: #FE5568;
}
.TagClassName
{
border-color: #FE5568;
}
</style>