Shades of Wild Watermelon #FE4B6E
Tints of Wild Watermelon #FE4B6E
RGB
CMYK
RGB Variations
Color information
#FE4B6E (or 0xFE4B6E) is known color: Wild Watermelon. HEX triplet: FE, 4B and 6E. RGB value is (254,75,110). Sum of RGB (Red+Green+Blue) = 254+75+110=439 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.86% from 439); Green value is 75 (29.69% from 255 or 17.08% from 439); Blue value is 110 (43.36% from 255 or 25.06% from 439); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4B6E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE4B6E is #01B491. Grayscale: #848484. Windows color (decimal): -111762 or 7228414. OLE color: 7228414.
HSL color Cylindrical-coordinate representation of color #FE4B6E: hue angle of 348.27º 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 #FE4B6E is Cyan = 0, Magento = 0.70, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 75 | 110 | - |
| CMYK | 0 | 0.70 | 0.57 | 0.00 |
| HSL | 348.27º | 0.99% | 0.65% | - |
| HSV(B) | 348.27º | 0.7% | 1% | - |
| XYZ | 46.2 | 27.23 | 17.57 | - |
| YUV | 132.51 | 115.3 | 214.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 75 | 110 | 0 | 0.70 | 0.57 | 0.00 | 348.27 | 0.99 | 0.65 |
| Hex | FE | 4B | 6E | 0 | 46 | 39 | 0 | 15C | 63 | 41 |
| Octal | 376 | 113 | 156 | 0 | 106 | 71 | 0 | 534 | 143 | 101 |
| Binary | 11111110 | 1001011 | 1101110 | 0 | 1000110 | 111001 | 0 | 101011100 | 1100011 | 1000001 |
Color Harmonies of #FE4B6E
Complementary color
Monochromatic Colors of #FE4B6E
Black with #FE4B6E
Text Example
Text Example
White with #FE4B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4B6E; }
p { color: rgb(254,75,110); }
H1.HeaderClassName
{
color: #FE4B6E;
}
.AnyTagClassName
{
color: #FE4B6E;
}
</style>
background-color css
<style>
a { background-color: #FE4B6E; }
a { background-color: rgb(254,75,110); }
div.DivClassName
{
background-color: #FE4B6E;
}
.BgClassName
{
background-color: #FE4B6E;
}
</style>
border-color css
<style>
span { border-color: #FE4B6E; }
span { border-color: rgb(254,75,110); }
td.TdClassName
{
border-color: #FE4B6E;
}
.TagClassName
{
border-color: #FE4B6E;
}
</style>