Shades of Wild Watermelon #FE5165
Tints of Wild Watermelon #FE5165
RGB
CMYK
RGB Variations
Color information
#FE5165 (or 0xFE5165) is known color: Wild Watermelon. HEX triplet: FE, 51 and 65. RGB value is (254,81,101). Sum of RGB (Red+Green+Blue) = 254+81+101=436 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.26% from 436); Green value is 81 (32.03% from 255 or 18.58% from 436); Blue value is 101 (39.84% from 255 or 23.17% from 436); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5165 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE5165 is #01AE9A. Grayscale: #878787. Windows color (decimal): -110235 or 6640126. OLE color: 6640126.
HSL color Cylindrical-coordinate representation of color #FE5165: hue angle of 353.06º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FE5165 is Cyan = 0, Magento = 0.68, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 81 | 101 | - |
| CMYK | 0 | 0.68 | 0.60 | 0.00 |
| HSL | 353.06º | 0.99% | 0.66% | - |
| HSV(B) | 353.06º | 0.68% | 1% | - |
| XYZ | 46.16 | 27.9 | 15.26 | - |
| YUV | 135.01 | 108.81 | 212.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 81 | 101 | 0 | 0.68 | 0.60 | 0.00 | 353.06 | 0.99 | 0.66 |
| Hex | FE | 51 | 65 | 0 | 44 | 3C | 0 | 161 | 63 | 42 |
| Octal | 376 | 121 | 145 | 0 | 104 | 74 | 0 | 541 | 143 | 102 |
| Binary | 11111110 | 1010001 | 1100101 | 0 | 1000100 | 111100 | 0 | 101100001 | 1100011 | 1000010 |
Color Harmonies of #FE5165
Complementary color
Monochromatic Colors of #FE5165
Black with #FE5165
Text Example
Text Example
White with #FE5165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5165; }
p { color: rgb(254,81,101); }
H1.HeaderClassName
{
color: #FE5165;
}
.AnyTagClassName
{
color: #FE5165;
}
</style>
background-color css
<style>
a { background-color: #FE5165; }
a { background-color: rgb(254,81,101); }
div.DivClassName
{
background-color: #FE5165;
}
.BgClassName
{
background-color: #FE5165;
}
</style>
border-color css
<style>
span { border-color: #FE5165; }
span { border-color: rgb(254,81,101); }
td.TdClassName
{
border-color: #FE5165;
}
.TagClassName
{
border-color: #FE5165;
}
</style>