Shades of Wild Watermelon #FE5B7A
Tints of Wild Watermelon #FE5B7A
RGB
CMYK
RGB Variations
Color information
#FE5B7A (or 0xFE5B7A) is known color: Wild Watermelon. HEX triplet: FE, 5B and 7A. RGB value is (254,91,122). Sum of RGB (Red+Green+Blue) = 254+91+122=467 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.39% from 467); Green value is 91 (35.94% from 255 or 19.49% from 467); Blue value is 122 (48.05% from 255 or 26.12% from 467); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5B7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE5B7A is #01A485. Grayscale: #8F8F8F. Windows color (decimal): -107654 or 8018942. OLE color: 8018942.
HSL color Cylindrical-coordinate representation of color #FE5B7A: hue angle of 348.59º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FE5B7A is Cyan = 0, Magento = 0.64, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 91 | 122 | - |
| CMYK | 0 | 0.64 | 0.52 | 0.00 |
| HSL | 348.59º | 0.99% | 0.68% | - |
| HSV(B) | 348.59º | 0.64% | 1% | - |
| XYZ | 48.13 | 29.96 | 21.66 | - |
| YUV | 143.27 | 116 | 206.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 91 | 122 | 0 | 0.64 | 0.52 | 0.00 | 348.59 | 0.99 | 0.68 |
| Hex | FE | 5B | 7A | 0 | 40 | 34 | 0 | 15D | 63 | 44 |
| Octal | 376 | 133 | 172 | 0 | 100 | 64 | 0 | 535 | 143 | 104 |
| Binary | 11111110 | 1011011 | 1111010 | 0 | 1000000 | 110100 | 0 | 101011101 | 1100011 | 1000100 |
Color Harmonies of #FE5B7A
Complementary color
Monochromatic Colors of #FE5B7A
Black with #FE5B7A
Text Example
Text Example
White with #FE5B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5B7A; }
p { color: rgb(254,91,122); }
H1.HeaderClassName
{
color: #FE5B7A;
}
.AnyTagClassName
{
color: #FE5B7A;
}
</style>
background-color css
<style>
a { background-color: #FE5B7A; }
a { background-color: rgb(254,91,122); }
div.DivClassName
{
background-color: #FE5B7A;
}
.BgClassName
{
background-color: #FE5B7A;
}
</style>
border-color css
<style>
span { border-color: #FE5B7A; }
span { border-color: rgb(254,91,122); }
td.TdClassName
{
border-color: #FE5B7A;
}
.TagClassName
{
border-color: #FE5B7A;
}
</style>