Shades of Wild Watermelon #FE4D7B
Tints of Wild Watermelon #FE4D7B
RGB
CMYK
RGB Variations
Color information
#FE4D7B (or 0xFE4D7B) is known color: Wild Watermelon. HEX triplet: FE, 4D and 7B. RGB value is (254,77,123). Sum of RGB (Red+Green+Blue) = 254+77+123=454 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.95% from 454); Green value is 77 (30.47% from 255 or 16.96% from 454); Blue value is 123 (48.44% from 255 or 27.09% from 454); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4D7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE4D7B is #01B284. Grayscale: #878787. Windows color (decimal): -111237 or 8080894. OLE color: 8080894.
HSL color Cylindrical-coordinate representation of color #FE4D7B: hue angle of 344.41º 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 #FE4D7B is Cyan = 0, Magento = 0.70, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 77 | 123 | - |
| CMYK | 0 | 0.70 | 0.52 | 0.00 |
| HSL | 344.41º | 0.99% | 0.65% | - |
| HSV(B) | 344.41º | 0.7% | 1% | - |
| XYZ | 47.1 | 27.81 | 21.62 | - |
| YUV | 135.17 | 121.14 | 212.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 77 | 123 | 0 | 0.70 | 0.52 | 0.00 | 344.41 | 0.99 | 0.65 |
| Hex | FE | 4D | 7B | 0 | 46 | 34 | 0 | 158 | 63 | 41 |
| Octal | 376 | 115 | 173 | 0 | 106 | 64 | 0 | 530 | 143 | 101 |
| Binary | 11111110 | 1001101 | 1111011 | 0 | 1000110 | 110100 | 0 | 101011000 | 1100011 | 1000001 |
Color Harmonies of #FE4D7B
Complementary color
Monochromatic Colors of #FE4D7B
Black with #FE4D7B
Text Example
Text Example
White with #FE4D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4D7B; }
p { color: rgb(254,77,123); }
H1.HeaderClassName
{
color: #FE4D7B;
}
.AnyTagClassName
{
color: #FE4D7B;
}
</style>
background-color css
<style>
a { background-color: #FE4D7B; }
a { background-color: rgb(254,77,123); }
div.DivClassName
{
background-color: #FE4D7B;
}
.BgClassName
{
background-color: #FE4D7B;
}
</style>
border-color css
<style>
span { border-color: #FE4D7B; }
span { border-color: rgb(254,77,123); }
td.TdClassName
{
border-color: #FE4D7B;
}
.TagClassName
{
border-color: #FE4D7B;
}
</style>