Shades of Wild Watermelon #FE6065
Tints of Wild Watermelon #FE6065
RGB
CMYK
RGB Variations
Color information
#FE6065 (or 0xFE6065) is known color: Wild Watermelon. HEX triplet: FE, 60 and 65. RGB value is (254,96,101). Sum of RGB (Red+Green+Blue) = 254+96+101=451 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.32% from 451); Green value is 96 (37.89% from 255 or 21.29% from 451); Blue value is 101 (39.84% from 255 or 22.39% from 451); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6065 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE6065 is #019F9A. Grayscale: #8F8F8F. Windows color (decimal): -106395 or 6643966. OLE color: 6643966.
HSL color Cylindrical-coordinate representation of color #FE6065: hue angle of 358.1º 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 #FE6065 is Cyan = 0, Magento = 0.62, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 96 | 101 | - |
| CMYK | 0 | 0.62 | 0.60 | 0.00 |
| HSL | 358.1º | 0.99% | 0.69% | - |
| HSV(B) | 358.1º | 0.62% | 1% | - |
| XYZ | 47.4 | 30.38 | 15.68 | - |
| YUV | 143.81 | 103.85 | 206.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 96 | 101 | 0 | 0.62 | 0.60 | 0.00 | 358.1 | 0.99 | 0.69 |
| Hex | FE | 60 | 65 | 0 | 3E | 3C | 0 | 166 | 63 | 45 |
| Octal | 376 | 140 | 145 | 0 | 76 | 74 | 0 | 546 | 143 | 105 |
| Binary | 11111110 | 1100000 | 1100101 | 0 | 111110 | 111100 | 0 | 101100110 | 1100011 | 1000101 |
Color Harmonies of #FE6065
Complementary color
Monochromatic Colors of #FE6065
Black with #FE6065
Text Example
Text Example
White with #FE6065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6065; }
p { color: rgb(254,96,101); }
H1.HeaderClassName
{
color: #FE6065;
}
.AnyTagClassName
{
color: #FE6065;
}
</style>
background-color css
<style>
a { background-color: #FE6065; }
a { background-color: rgb(254,96,101); }
div.DivClassName
{
background-color: #FE6065;
}
.BgClassName
{
background-color: #FE6065;
}
</style>
border-color css
<style>
span { border-color: #FE6065; }
span { border-color: rgb(254,96,101); }
td.TdClassName
{
border-color: #FE6065;
}
.TagClassName
{
border-color: #FE6065;
}
</style>