Shades of Wild Watermelon #FE4F7E
Tints of Wild Watermelon #FE4F7E
RGB
CMYK
RGB Variations
Color information
#FE4F7E (or 0xFE4F7E) is known color: Wild Watermelon. HEX triplet: FE, 4F and 7E. RGB value is (254,79,126). Sum of RGB (Red+Green+Blue) = 254+79+126=459 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.34% from 459); Green value is 79 (31.25% from 255 or 17.21% from 459); Blue value is 126 (49.61% from 255 or 27.45% from 459); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4F7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE4F7E is #01B081. Grayscale: #888888. Windows color (decimal): -110722 or 8278014. OLE color: 8278014.
HSL color Cylindrical-coordinate representation of color #FE4F7E: hue angle of 343.89º 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 #FE4F7E is Cyan = 0, Magento = 0.69, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 79 | 126 | - |
| CMYK | 0 | 0.69 | 0.50 | 0.00 |
| HSL | 343.89º | 0.99% | 0.65% | - |
| HSV(B) | 343.89º | 0.69% | 1% | - |
| XYZ | 47.43 | 28.17 | 22.68 | - |
| YUV | 136.68 | 121.98 | 211.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 79 | 126 | 0 | 0.69 | 0.50 | 0.00 | 343.89 | 0.99 | 0.65 |
| Hex | FE | 4F | 7E | 0 | 45 | 32 | 0 | 158 | 63 | 41 |
| Octal | 376 | 117 | 176 | 0 | 105 | 62 | 0 | 530 | 143 | 101 |
| Binary | 11111110 | 1001111 | 1111110 | 0 | 1000101 | 110010 | 0 | 101011000 | 1100011 | 1000001 |
Color Harmonies of #FE4F7E
Complementary color
Monochromatic Colors of #FE4F7E
Black with #FE4F7E
Text Example
Text Example
White with #FE4F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4F7E; }
p { color: rgb(254,79,126); }
H1.HeaderClassName
{
color: #FE4F7E;
}
.AnyTagClassName
{
color: #FE4F7E;
}
</style>
background-color css
<style>
a { background-color: #FE4F7E; }
a { background-color: rgb(254,79,126); }
div.DivClassName
{
background-color: #FE4F7E;
}
.BgClassName
{
background-color: #FE4F7E;
}
</style>
border-color css
<style>
span { border-color: #FE4F7E; }
span { border-color: rgb(254,79,126); }
td.TdClassName
{
border-color: #FE4F7E;
}
.TagClassName
{
border-color: #FE4F7E;
}
</style>