Shades of Wild Watermelon #FE4D6B
Tints of Wild Watermelon #FE4D6B
RGB
CMYK
RGB Variations
Color information
#FE4D6B (or 0xFE4D6B) is known color: Wild Watermelon. HEX triplet: FE, 4D and 6B. RGB value is (254,77,107). Sum of RGB (Red+Green+Blue) = 254+77+107=438 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.99% from 438); Green value is 77 (30.47% from 255 or 17.58% from 438); Blue value is 107 (42.19% from 255 or 24.43% from 438); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4D6B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE4D6B is #01B294. Grayscale: #858585. Windows color (decimal): -111253 or 7032318. OLE color: 7032318.
HSL color Cylindrical-coordinate representation of color #FE4D6B: hue angle of 349.83º 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 #FE4D6B is Cyan = 0, Magento = 0.70, Yellow = 0.58 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 77 | 107 | - |
| CMYK | 0 | 0.70 | 0.58 | 0.00 |
| HSL | 349.83º | 0.99% | 0.65% | - |
| HSV(B) | 349.83º | 0.7% | 1% | - |
| XYZ | 46.18 | 27.44 | 16.77 | - |
| YUV | 133.34 | 113.14 | 214.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 77 | 107 | 0 | 0.70 | 0.58 | 0.00 | 349.83 | 0.99 | 0.65 |
| Hex | FE | 4D | 6B | 0 | 46 | 3A | 0 | 15E | 63 | 41 |
| Octal | 376 | 115 | 153 | 0 | 106 | 72 | 0 | 536 | 143 | 101 |
| Binary | 11111110 | 1001101 | 1101011 | 0 | 1000110 | 111010 | 0 | 101011110 | 1100011 | 1000001 |
Color Harmonies of #FE4D6B
Complementary color
Monochromatic Colors of #FE4D6B
Black with #FE4D6B
Text Example
Text Example
White with #FE4D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4D6B; }
p { color: rgb(254,77,107); }
H1.HeaderClassName
{
color: #FE4D6B;
}
.AnyTagClassName
{
color: #FE4D6B;
}
</style>
background-color css
<style>
a { background-color: #FE4D6B; }
a { background-color: rgb(254,77,107); }
div.DivClassName
{
background-color: #FE4D6B;
}
.BgClassName
{
background-color: #FE4D6B;
}
</style>
border-color css
<style>
span { border-color: #FE4D6B; }
span { border-color: rgb(254,77,107); }
td.TdClassName
{
border-color: #FE4D6B;
}
.TagClassName
{
border-color: #FE4D6B;
}
</style>