Shades of Wild Watermelon #FE4F7B
Tints of Wild Watermelon #FE4F7B
RGB
CMYK
RGB Variations
Color information
#FE4F7B (or 0xFE4F7B) is known color: Wild Watermelon. HEX triplet: FE, 4F and 7B. RGB value is (254,79,123). Sum of RGB (Red+Green+Blue) = 254+79+123=456 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.70% from 456); Green value is 79 (31.25% from 255 or 17.32% from 456); Blue value is 123 (48.44% from 255 or 26.97% from 456); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4F7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE4F7B is #01B084. Grayscale: #888888. Windows color (decimal): -110725 or 8081406. OLE color: 8081406.
HSL color Cylindrical-coordinate representation of color #FE4F7B: hue angle of 344.91º 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 #FE4F7B is Cyan = 0, Magento = 0.69, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 79 | 123 | - |
| CMYK | 0 | 0.69 | 0.52 | 0.00 |
| HSL | 344.91º | 0.99% | 0.65% | - |
| HSV(B) | 344.91º | 0.69% | 1% | - |
| XYZ | 47.24 | 28.09 | 21.67 | - |
| YUV | 136.34 | 120.48 | 211.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 79 | 123 | 0 | 0.69 | 0.52 | 0.00 | 344.91 | 0.99 | 0.65 |
| Hex | FE | 4F | 7B | 0 | 45 | 34 | 0 | 159 | 63 | 41 |
| Octal | 376 | 117 | 173 | 0 | 105 | 64 | 0 | 531 | 143 | 101 |
| Binary | 11111110 | 1001111 | 1111011 | 0 | 1000101 | 110100 | 0 | 101011001 | 1100011 | 1000001 |
Color Harmonies of #FE4F7B
Complementary color
Monochromatic Colors of #FE4F7B
Black with #FE4F7B
Text Example
Text Example
White with #FE4F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4F7B; }
p { color: rgb(254,79,123); }
H1.HeaderClassName
{
color: #FE4F7B;
}
.AnyTagClassName
{
color: #FE4F7B;
}
</style>
background-color css
<style>
a { background-color: #FE4F7B; }
a { background-color: rgb(254,79,123); }
div.DivClassName
{
background-color: #FE4F7B;
}
.BgClassName
{
background-color: #FE4F7B;
}
</style>
border-color css
<style>
span { border-color: #FE4F7B; }
span { border-color: rgb(254,79,123); }
td.TdClassName
{
border-color: #FE4F7B;
}
.TagClassName
{
border-color: #FE4F7B;
}
</style>