Shades of Wild Watermelon #FE5565
Tints of Wild Watermelon #FE5565
RGB
CMYK
RGB Variations
Color information
#FE5565 (or 0xFE5565) is known color: Wild Watermelon. HEX triplet: FE, 55 and 65. RGB value is (254,85,101). Sum of RGB (Red+Green+Blue) = 254+85+101=440 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.73% from 440); Green value is 85 (33.59% from 255 or 19.32% from 440); Blue value is 101 (39.84% from 255 or 22.95% from 440); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5565 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE5565 is #01AA9A. Grayscale: #898989. Windows color (decimal): -109211 or 6641150. OLE color: 6641150.
HSL color Cylindrical-coordinate representation of color #FE5565: hue angle of 354.32º 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 #FE5565 is Cyan = 0, Magento = 0.67, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 85 | 101 | - |
| CMYK | 0 | 0.67 | 0.60 | 0.00 |
| HSL | 354.32º | 0.99% | 0.66% | - |
| HSV(B) | 354.32º | 0.67% | 1% | - |
| XYZ | 46.47 | 28.51 | 15.37 | - |
| YUV | 137.36 | 107.49 | 211.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 85 | 101 | 0 | 0.67 | 0.60 | 0.00 | 354.32 | 0.99 | 0.66 |
| Hex | FE | 55 | 65 | 0 | 43 | 3C | 0 | 162 | 63 | 42 |
| Octal | 376 | 125 | 145 | 0 | 103 | 74 | 0 | 542 | 143 | 102 |
| Binary | 11111110 | 1010101 | 1100101 | 0 | 1000011 | 111100 | 0 | 101100010 | 1100011 | 1000010 |
Color Harmonies of #FE5565
Complementary color
Monochromatic Colors of #FE5565
Black with #FE5565
Text Example
Text Example
White with #FE5565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5565; }
p { color: rgb(254,85,101); }
H1.HeaderClassName
{
color: #FE5565;
}
.AnyTagClassName
{
color: #FE5565;
}
</style>
background-color css
<style>
a { background-color: #FE5565; }
a { background-color: rgb(254,85,101); }
div.DivClassName
{
background-color: #FE5565;
}
.BgClassName
{
background-color: #FE5565;
}
</style>
border-color css
<style>
span { border-color: #FE5565; }
span { border-color: rgb(254,85,101); }
td.TdClassName
{
border-color: #FE5565;
}
.TagClassName
{
border-color: #FE5565;
}
</style>