Shades of Wild Watermelon #FE506F
Tints of Wild Watermelon #FE506F
RGB
CMYK
RGB Variations
Color information
#FE506F (or 0xFE506F) is known color: Wild Watermelon. HEX triplet: FE, 50 and 6F. RGB value is (254,80,111). Sum of RGB (Red+Green+Blue) = 254+80+111=445 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.08% from 445); Green value is 80 (31.64% from 255 or 17.98% from 445); Blue value is 111 (43.75% from 255 or 24.94% from 445); Max value from RGB is 254 - color contains mainly: red. Hex color #FE506F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE506F is #01AF90. Grayscale: #878787. Windows color (decimal): -110481 or 7295230. OLE color: 7295230.
HSL color Cylindrical-coordinate representation of color #FE506F: hue angle of 349.31º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FE506F is Cyan = 0, Magento = 0.69, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 80 | 111 | - |
| CMYK | 0 | 0.69 | 0.56 | 0.00 |
| HSL | 349.31º | 0.99% | 0.65% | - |
| HSV(B) | 349.31º | 0.69% | 1% | - |
| XYZ | 46.61 | 27.96 | 17.98 | - |
| YUV | 135.56 | 114.15 | 212.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 80 | 111 | 0 | 0.69 | 0.56 | 0.00 | 349.31 | 0.99 | 0.65 |
| Hex | FE | 50 | 6F | 0 | 45 | 38 | 0 | 15D | 63 | 41 |
| Octal | 376 | 120 | 157 | 0 | 105 | 70 | 0 | 535 | 143 | 101 |
| Binary | 11111110 | 1010000 | 1101111 | 0 | 1000101 | 111000 | 0 | 101011101 | 1100011 | 1000001 |
Color Harmonies of #FE506F
Complementary color
Monochromatic Colors of #FE506F
Black with #FE506F
Text Example
Text Example
White with #FE506F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE506F; }
p { color: rgb(254,80,111); }
H1.HeaderClassName
{
color: #FE506F;
}
.AnyTagClassName
{
color: #FE506F;
}
</style>
background-color css
<style>
a { background-color: #FE506F; }
a { background-color: rgb(254,80,111); }
div.DivClassName
{
background-color: #FE506F;
}
.BgClassName
{
background-color: #FE506F;
}
</style>
border-color css
<style>
span { border-color: #FE506F; }
span { border-color: rgb(254,80,111); }
td.TdClassName
{
border-color: #FE506F;
}
.TagClassName
{
border-color: #FE506F;
}
</style>