Shades of Wild Watermelon #FE6165
Tints of Wild Watermelon #FE6165
RGB
CMYK
RGB Variations
Color information
#FE6165 (or 0xFE6165) is known color: Wild Watermelon. HEX triplet: FE, 61 and 65. RGB value is (254,97,101). Sum of RGB (Red+Green+Blue) = 254+97+101=452 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.19% from 452); Green value is 97 (38.28% from 255 or 21.46% from 452); Blue value is 101 (39.84% from 255 or 22.35% from 452); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6165 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE6165 is #019E9A. Grayscale: #909090. Windows color (decimal): -106139 or 6644222. OLE color: 6644222.
HSL color Cylindrical-coordinate representation of color #FE6165: hue angle of 358.47º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FE6165 is Cyan = 0, Magento = 0.62, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 97 | 101 | - |
| CMYK | 0 | 0.62 | 0.60 | 0.00 |
| HSL | 358.47º | 0.99% | 0.69% | - |
| HSV(B) | 358.47º | 0.62% | 1% | - |
| XYZ | 47.5 | 30.56 | 15.71 | - |
| YUV | 144.4 | 103.51 | 206.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 97 | 101 | 0 | 0.62 | 0.60 | 0.00 | 358.47 | 0.99 | 0.69 |
| Hex | FE | 61 | 65 | 0 | 3E | 3C | 0 | 166 | 63 | 45 |
| Octal | 376 | 141 | 145 | 0 | 76 | 74 | 0 | 546 | 143 | 105 |
| Binary | 11111110 | 1100001 | 1100101 | 0 | 111110 | 111100 | 0 | 101100110 | 1100011 | 1000101 |
Color Harmonies of #FE6165
Complementary color
Monochromatic Colors of #FE6165
Black with #FE6165
Text Example
Text Example
White with #FE6165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6165; }
p { color: rgb(254,97,101); }
H1.HeaderClassName
{
color: #FE6165;
}
.AnyTagClassName
{
color: #FE6165;
}
</style>
background-color css
<style>
a { background-color: #FE6165; }
a { background-color: rgb(254,97,101); }
div.DivClassName
{
background-color: #FE6165;
}
.BgClassName
{
background-color: #FE6165;
}
</style>
border-color css
<style>
span { border-color: #FE6165; }
span { border-color: rgb(254,97,101); }
td.TdClassName
{
border-color: #FE6165;
}
.TagClassName
{
border-color: #FE6165;
}
</style>