Shades of Wild Watermelon #FE5D6D
Tints of Wild Watermelon #FE5D6D
RGB
CMYK
RGB Variations
Color information
#FE5D6D (or 0xFE5D6D) is known color: Wild Watermelon. HEX triplet: FE, 5D and 6D. RGB value is (254,93,109). Sum of RGB (Red+Green+Blue) = 254+93+109=456 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.70% from 456); Green value is 93 (36.72% from 255 or 20.39% from 456); Blue value is 109 (42.97% from 255 or 23.90% from 456); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5D6D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE5D6D is #01A292. Grayscale: #8F8F8F. Windows color (decimal): -107155 or 7167486. OLE color: 7167486.
HSL color Cylindrical-coordinate representation of color #FE5D6D: hue angle of 354.04º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FE5D6D is Cyan = 0, Magento = 0.63, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 93 | 109 | - |
| CMYK | 0 | 0.63 | 0.57 | 0.00 |
| HSL | 354.04º | 0.99% | 0.68% | - |
| HSV(B) | 354.04º | 0.63% | 1% | - |
| XYZ | 47.55 | 30 | 17.75 | - |
| YUV | 142.96 | 108.84 | 207.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 93 | 109 | 0 | 0.63 | 0.57 | 0.00 | 354.04 | 0.99 | 0.68 |
| Hex | FE | 5D | 6D | 0 | 3F | 39 | 0 | 162 | 63 | 44 |
| Octal | 376 | 135 | 155 | 0 | 77 | 71 | 0 | 542 | 143 | 104 |
| Binary | 11111110 | 1011101 | 1101101 | 0 | 111111 | 111001 | 0 | 101100010 | 1100011 | 1000100 |
Color Harmonies of #FE5D6D
Complementary color
Monochromatic Colors of #FE5D6D
Black with #FE5D6D
Text Example
Text Example
White with #FE5D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5D6D; }
p { color: rgb(254,93,109); }
H1.HeaderClassName
{
color: #FE5D6D;
}
.AnyTagClassName
{
color: #FE5D6D;
}
</style>
background-color css
<style>
a { background-color: #FE5D6D; }
a { background-color: rgb(254,93,109); }
div.DivClassName
{
background-color: #FE5D6D;
}
.BgClassName
{
background-color: #FE5D6D;
}
</style>
border-color css
<style>
span { border-color: #FE5D6D; }
span { border-color: rgb(254,93,109); }
td.TdClassName
{
border-color: #FE5D6D;
}
.TagClassName
{
border-color: #FE5D6D;
}
</style>