Shades of Wild Watermelon #FE4F65
Tints of Wild Watermelon #FE4F65
RGB
CMYK
RGB Variations
Color information
#FE4F65 (or 0xFE4F65) is known color: Wild Watermelon. HEX triplet: FE, 4F and 65. RGB value is (254,79,101). Sum of RGB (Red+Green+Blue) = 254+79+101=434 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.53% from 434); Green value is 79 (31.25% from 255 or 18.20% from 434); Blue value is 101 (39.84% from 255 or 23.27% from 434); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4F65 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE4F65 is #01B09A. Grayscale: #858585. Windows color (decimal): -110747 or 6639614. OLE color: 6639614.
HSL color Cylindrical-coordinate representation of color #FE4F65: hue angle of 352.46º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FE4F65 is Cyan = 0, Magento = 0.69, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 79 | 101 | - |
| CMYK | 0 | 0.69 | 0.60 | 0.00 |
| HSL | 352.46º | 0.99% | 0.65% | - |
| HSV(B) | 352.46º | 0.69% | 1% | - |
| XYZ | 46.02 | 27.6 | 15.21 | - |
| YUV | 133.83 | 109.48 | 213.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 79 | 101 | 0 | 0.69 | 0.60 | 0.00 | 352.46 | 0.99 | 0.65 |
| Hex | FE | 4F | 65 | 0 | 45 | 3C | 0 | 160 | 63 | 41 |
| Octal | 376 | 117 | 145 | 0 | 105 | 74 | 0 | 540 | 143 | 101 |
| Binary | 11111110 | 1001111 | 1100101 | 0 | 1000101 | 111100 | 0 | 101100000 | 1100011 | 1000001 |
Color Harmonies of #FE4F65
Complementary color
Monochromatic Colors of #FE4F65
Black with #FE4F65
Text Example
Text Example
White with #FE4F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4F65; }
p { color: rgb(254,79,101); }
H1.HeaderClassName
{
color: #FE4F65;
}
.AnyTagClassName
{
color: #FE4F65;
}
</style>
background-color css
<style>
a { background-color: #FE4F65; }
a { background-color: rgb(254,79,101); }
div.DivClassName
{
background-color: #FE4F65;
}
.BgClassName
{
background-color: #FE4F65;
}
</style>
border-color css
<style>
span { border-color: #FE4F65; }
span { border-color: rgb(254,79,101); }
td.TdClassName
{
border-color: #FE4F65;
}
.TagClassName
{
border-color: #FE4F65;
}
</style>