Shades of Wild Watermelon #FE4B7A
Tints of Wild Watermelon #FE4B7A
RGB
CMYK
RGB Variations
Color information
#FE4B7A (or 0xFE4B7A) is known color: Wild Watermelon. HEX triplet: FE, 4B and 7A. RGB value is (254,75,122). Sum of RGB (Red+Green+Blue) = 254+75+122=451 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.32% from 451); Green value is 75 (29.69% from 255 or 16.63% from 451); Blue value is 122 (48.05% from 255 or 27.05% from 451); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4B7A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE4B7A is #01B485. Grayscale: #858585. Windows color (decimal): -111750 or 8014846. OLE color: 8014846.
HSL color Cylindrical-coordinate representation of color #FE4B7A: hue angle of 344.25º 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 #FE4B7A is Cyan = 0, Magento = 0.70, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 75 | 122 | - |
| CMYK | 0 | 0.70 | 0.52 | 0.00 |
| HSL | 344.25º | 0.99% | 0.65% | - |
| HSV(B) | 344.25º | 0.7% | 1% | - |
| XYZ | 46.9 | 27.51 | 21.25 | - |
| YUV | 133.88 | 121.3 | 213.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 75 | 122 | 0 | 0.70 | 0.52 | 0.00 | 344.25 | 0.99 | 0.65 |
| Hex | FE | 4B | 7A | 0 | 46 | 34 | 0 | 158 | 63 | 41 |
| Octal | 376 | 113 | 172 | 0 | 106 | 64 | 0 | 530 | 143 | 101 |
| Binary | 11111110 | 1001011 | 1111010 | 0 | 1000110 | 110100 | 0 | 101011000 | 1100011 | 1000001 |
Color Harmonies of #FE4B7A
Complementary color
Monochromatic Colors of #FE4B7A
Black with #FE4B7A
Text Example
Text Example
White with #FE4B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4B7A; }
p { color: rgb(254,75,122); }
H1.HeaderClassName
{
color: #FE4B7A;
}
.AnyTagClassName
{
color: #FE4B7A;
}
</style>
background-color css
<style>
a { background-color: #FE4B7A; }
a { background-color: rgb(254,75,122); }
div.DivClassName
{
background-color: #FE4B7A;
}
.BgClassName
{
background-color: #FE4B7A;
}
</style>
border-color css
<style>
span { border-color: #FE4B7A; }
span { border-color: rgb(254,75,122); }
td.TdClassName
{
border-color: #FE4B7A;
}
.TagClassName
{
border-color: #FE4B7A;
}
</style>