Shades of Wild Watermelon #FE5665
Tints of Wild Watermelon #FE5665
RGB
CMYK
RGB Variations
Color information
#FE5665 (or 0xFE5665) is known color: Wild Watermelon. HEX triplet: FE, 56 and 65. RGB value is (254,86,101). Sum of RGB (Red+Green+Blue) = 254+86+101=441 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.60% from 441); Green value is 86 (33.98% from 255 or 19.50% from 441); Blue value is 101 (39.84% from 255 or 22.90% from 441); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5665 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE5665 is #01A99A. Grayscale: #8A8A8A. Windows color (decimal): -108955 or 6641406. OLE color: 6641406.
HSL color Cylindrical-coordinate representation of color #FE5665: hue angle of 354.64º 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 #FE5665 is Cyan = 0, Magento = 0.66, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 86 | 101 | - |
| CMYK | 0 | 0.66 | 0.60 | 0.00 |
| HSL | 354.64º | 0.99% | 0.67% | - |
| HSV(B) | 354.64º | 0.66% | 1% | - |
| XYZ | 46.55 | 28.67 | 15.39 | - |
| YUV | 137.94 | 107.16 | 210.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 86 | 101 | 0 | 0.66 | 0.60 | 0.00 | 354.64 | 0.99 | 0.67 |
| Hex | FE | 56 | 65 | 0 | 42 | 3C | 0 | 163 | 63 | 43 |
| Octal | 376 | 126 | 145 | 0 | 102 | 74 | 0 | 543 | 143 | 103 |
| Binary | 11111110 | 1010110 | 1100101 | 0 | 1000010 | 111100 | 0 | 101100011 | 1100011 | 1000011 |
Color Harmonies of #FE5665
Complementary color
Monochromatic Colors of #FE5665
Black with #FE5665
Text Example
Text Example
White with #FE5665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5665; }
p { color: rgb(254,86,101); }
H1.HeaderClassName
{
color: #FE5665;
}
.AnyTagClassName
{
color: #FE5665;
}
</style>
background-color css
<style>
a { background-color: #FE5665; }
a { background-color: rgb(254,86,101); }
div.DivClassName
{
background-color: #FE5665;
}
.BgClassName
{
background-color: #FE5665;
}
</style>
border-color css
<style>
span { border-color: #FE5665; }
span { border-color: rgb(254,86,101); }
td.TdClassName
{
border-color: #FE5665;
}
.TagClassName
{
border-color: #FE5665;
}
</style>