Shades of Wild Watermelon #FE5D7B
Tints of Wild Watermelon #FE5D7B
RGB
CMYK
RGB Variations
Color information
#FE5D7B (or 0xFE5D7B) is known color: Wild Watermelon. HEX triplet: FE, 5D and 7B. RGB value is (254,93,123). Sum of RGB (Red+Green+Blue) = 254+93+123=470 (62% of max value = 765). Red value is 254 (99.61% from 255 or 54.04% from 470); Green value is 93 (36.72% from 255 or 19.79% from 470); Blue value is 123 (48.44% from 255 or 26.17% from 470); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5D7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE5D7B is #01A284. Grayscale: #909090. Windows color (decimal): -107141 or 8084990. OLE color: 8084990.
HSL color Cylindrical-coordinate representation of color #FE5D7B: hue angle of 348.82º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FE5D7B is Cyan = 0, Magento = 0.63, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 93 | 123 | - |
| CMYK | 0 | 0.63 | 0.52 | 0.00 |
| HSL | 348.82º | 0.99% | 0.68% | - |
| HSV(B) | 348.82º | 0.63% | 1% | - |
| XYZ | 48.36 | 30.33 | 22.04 | - |
| YUV | 144.56 | 115.84 | 206.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 93 | 123 | 0 | 0.63 | 0.52 | 0.00 | 348.82 | 0.99 | 0.68 |
| Hex | FE | 5D | 7B | 0 | 3F | 34 | 0 | 15D | 63 | 44 |
| Octal | 376 | 135 | 173 | 0 | 77 | 64 | 0 | 535 | 143 | 104 |
| Binary | 11111110 | 1011101 | 1111011 | 0 | 111111 | 110100 | 0 | 101011101 | 1100011 | 1000100 |
Color Harmonies of #FE5D7B
Complementary color
Monochromatic Colors of #FE5D7B
Black with #FE5D7B
Text Example
Text Example
White with #FE5D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5D7B; }
p { color: rgb(254,93,123); }
H1.HeaderClassName
{
color: #FE5D7B;
}
.AnyTagClassName
{
color: #FE5D7B;
}
</style>
background-color css
<style>
a { background-color: #FE5D7B; }
a { background-color: rgb(254,93,123); }
div.DivClassName
{
background-color: #FE5D7B;
}
.BgClassName
{
background-color: #FE5D7B;
}
</style>
border-color css
<style>
span { border-color: #FE5D7B; }
span { border-color: rgb(254,93,123); }
td.TdClassName
{
border-color: #FE5D7B;
}
.TagClassName
{
border-color: #FE5D7B;
}
</style>