Shades of Wild Watermelon #FE5F7B
Tints of Wild Watermelon #FE5F7B
RGB
CMYK
RGB Variations
Color information
#FE5F7B (or 0xFE5F7B) is known color: Wild Watermelon. HEX triplet: FE, 5F and 7B. RGB value is (254,95,123). Sum of RGB (Red+Green+Blue) = 254+95+123=472 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.81% from 472); Green value is 95 (37.5% from 255 or 20.13% from 472); Blue value is 123 (48.44% from 255 or 26.06% from 472); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5F7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE5F7B is #01A084. Grayscale: #919191. Windows color (decimal): -106629 or 8085502. OLE color: 8085502.
HSL color Cylindrical-coordinate representation of color #FE5F7B: hue angle of 349.43º 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 #FE5F7B is Cyan = 0, Magento = 0.63, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 95 | 123 | - |
| CMYK | 0 | 0.63 | 0.52 | 0.00 |
| HSL | 349.43º | 0.99% | 0.68% | - |
| HSV(B) | 349.43º | 0.63% | 1% | - |
| XYZ | 48.54 | 30.69 | 22.1 | - |
| YUV | 145.73 | 115.18 | 205.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 95 | 123 | 0 | 0.63 | 0.52 | 0.00 | 349.43 | 0.99 | 0.68 |
| Hex | FE | 5F | 7B | 0 | 3F | 34 | 0 | 15D | 63 | 44 |
| Octal | 376 | 137 | 173 | 0 | 77 | 64 | 0 | 535 | 143 | 104 |
| Binary | 11111110 | 1011111 | 1111011 | 0 | 111111 | 110100 | 0 | 101011101 | 1100011 | 1000100 |
Color Harmonies of #FE5F7B
Complementary color
Monochromatic Colors of #FE5F7B
Black with #FE5F7B
Text Example
Text Example
White with #FE5F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5F7B; }
p { color: rgb(254,95,123); }
H1.HeaderClassName
{
color: #FE5F7B;
}
.AnyTagClassName
{
color: #FE5F7B;
}
</style>
background-color css
<style>
a { background-color: #FE5F7B; }
a { background-color: rgb(254,95,123); }
div.DivClassName
{
background-color: #FE5F7B;
}
.BgClassName
{
background-color: #FE5F7B;
}
</style>
border-color css
<style>
span { border-color: #FE5F7B; }
span { border-color: rgb(254,95,123); }
td.TdClassName
{
border-color: #FE5F7B;
}
.TagClassName
{
border-color: #FE5F7B;
}
</style>