Shades of Wild Watermelon #FE4D69
Tints of Wild Watermelon #FE4D69
RGB
CMYK
RGB Variations
Color information
#FE4D69 (or 0xFE4D69) is known color: Wild Watermelon. HEX triplet: FE, 4D and 69. RGB value is (254,77,105). Sum of RGB (Red+Green+Blue) = 254+77+105=436 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.26% from 436); Green value is 77 (30.47% from 255 or 17.66% from 436); Blue value is 105 (41.41% from 255 or 24.08% from 436); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4D69 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE4D69 is #01B296. Grayscale: #858585. Windows color (decimal): -111255 or 6901246. OLE color: 6901246.
HSL color Cylindrical-coordinate representation of color #FE4D69: hue angle of 350.51º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FE4D69 is Cyan = 0, Magento = 0.70, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 77 | 105 | - |
| CMYK | 0 | 0.70 | 0.59 | 0.00 |
| HSL | 350.51º | 0.99% | 0.65% | - |
| HSV(B) | 350.51º | 0.7% | 1% | - |
| XYZ | 46.08 | 27.4 | 16.22 | - |
| YUV | 133.12 | 112.14 | 214.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 77 | 105 | 0 | 0.70 | 0.59 | 0.00 | 350.51 | 0.99 | 0.65 |
| Hex | FE | 4D | 69 | 0 | 46 | 3B | 0 | 15F | 63 | 41 |
| Octal | 376 | 115 | 151 | 0 | 106 | 73 | 0 | 537 | 143 | 101 |
| Binary | 11111110 | 1001101 | 1101001 | 0 | 1000110 | 111011 | 0 | 101011111 | 1100011 | 1000001 |
Color Harmonies of #FE4D69
Complementary color
Monochromatic Colors of #FE4D69
Black with #FE4D69
Text Example
Text Example
White with #FE4D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4D69; }
p { color: rgb(254,77,105); }
H1.HeaderClassName
{
color: #FE4D69;
}
.AnyTagClassName
{
color: #FE4D69;
}
</style>
background-color css
<style>
a { background-color: #FE4D69; }
a { background-color: rgb(254,77,105); }
div.DivClassName
{
background-color: #FE4D69;
}
.BgClassName
{
background-color: #FE4D69;
}
</style>
border-color css
<style>
span { border-color: #FE4D69; }
span { border-color: rgb(254,77,105); }
td.TdClassName
{
border-color: #FE4D69;
}
.TagClassName
{
border-color: #FE4D69;
}
</style>