Shades of Wild Watermelon #FE5B7B
Tints of Wild Watermelon #FE5B7B
RGB
CMYK
RGB Variations
Color information
#FE5B7B (or 0xFE5B7B) is known color: Wild Watermelon. HEX triplet: FE, 5B and 7B. RGB value is (254,91,123). Sum of RGB (Red+Green+Blue) = 254+91+123=468 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.27% from 468); Green value is 91 (35.94% from 255 or 19.44% from 468); Blue value is 123 (48.44% from 255 or 26.28% from 468); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5B7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE5B7B is #01A484. Grayscale: #8F8F8F. Windows color (decimal): -107653 or 8084478. OLE color: 8084478.
HSL color Cylindrical-coordinate representation of color #FE5B7B: hue angle of 348.22º 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 #FE5B7B is Cyan = 0, Magento = 0.64, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 91 | 123 | - |
| CMYK | 0 | 0.64 | 0.52 | 0.00 |
| HSL | 348.22º | 0.99% | 0.68% | - |
| HSV(B) | 348.22º | 0.64% | 1% | - |
| XYZ | 48.19 | 29.98 | 21.99 | - |
| YUV | 143.39 | 116.5 | 206.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 91 | 123 | 0 | 0.64 | 0.52 | 0.00 | 348.22 | 0.99 | 0.68 |
| Hex | FE | 5B | 7B | 0 | 40 | 34 | 0 | 15C | 63 | 44 |
| Octal | 376 | 133 | 173 | 0 | 100 | 64 | 0 | 534 | 143 | 104 |
| Binary | 11111110 | 1011011 | 1111011 | 0 | 1000000 | 110100 | 0 | 101011100 | 1100011 | 1000100 |
Color Harmonies of #FE5B7B
Complementary color
Monochromatic Colors of #FE5B7B
Black with #FE5B7B
Text Example
Text Example
White with #FE5B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5B7B; }
p { color: rgb(254,91,123); }
H1.HeaderClassName
{
color: #FE5B7B;
}
.AnyTagClassName
{
color: #FE5B7B;
}
</style>
background-color css
<style>
a { background-color: #FE5B7B; }
a { background-color: rgb(254,91,123); }
div.DivClassName
{
background-color: #FE5B7B;
}
.BgClassName
{
background-color: #FE5B7B;
}
</style>
border-color css
<style>
span { border-color: #FE5B7B; }
span { border-color: rgb(254,91,123); }
td.TdClassName
{
border-color: #FE5B7B;
}
.TagClassName
{
border-color: #FE5B7B;
}
</style>