Shades of Wild Watermelon #FE506B
Tints of Wild Watermelon #FE506B
RGB
CMYK
RGB Variations
Color information
#FE506B (or 0xFE506B) is known color: Wild Watermelon. HEX triplet: FE, 50 and 6B. RGB value is (254,80,107). Sum of RGB (Red+Green+Blue) = 254+80+107=441 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.60% from 441); Green value is 80 (31.64% from 255 or 18.14% from 441); Blue value is 107 (42.19% from 255 or 24.26% from 441); Max value from RGB is 254 - color contains mainly: red. Hex color #FE506B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE506B is #01AF94. Grayscale: #878787. Windows color (decimal): -110485 or 7033086. OLE color: 7033086.
HSL color Cylindrical-coordinate representation of color #FE506B: hue angle of 350.69º 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 #FE506B is Cyan = 0, Magento = 0.69, Yellow = 0.58 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 80 | 107 | - |
| CMYK | 0 | 0.69 | 0.58 | 0.00 |
| HSL | 350.69º | 0.99% | 0.65% | - |
| HSV(B) | 350.69º | 0.69% | 1% | - |
| XYZ | 46.4 | 27.87 | 16.84 | - |
| YUV | 135.1 | 112.15 | 212.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 80 | 107 | 0 | 0.69 | 0.58 | 0.00 | 350.69 | 0.99 | 0.65 |
| Hex | FE | 50 | 6B | 0 | 45 | 3A | 0 | 15F | 63 | 41 |
| Octal | 376 | 120 | 153 | 0 | 105 | 72 | 0 | 537 | 143 | 101 |
| Binary | 11111110 | 1010000 | 1101011 | 0 | 1000101 | 111010 | 0 | 101011111 | 1100011 | 1000001 |
Color Harmonies of #FE506B
Complementary color
Monochromatic Colors of #FE506B
Black with #FE506B
Text Example
Text Example
White with #FE506B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE506B; }
p { color: rgb(254,80,107); }
H1.HeaderClassName
{
color: #FE506B;
}
.AnyTagClassName
{
color: #FE506B;
}
</style>
background-color css
<style>
a { background-color: #FE506B; }
a { background-color: rgb(254,80,107); }
div.DivClassName
{
background-color: #FE506B;
}
.BgClassName
{
background-color: #FE506B;
}
</style>
border-color css
<style>
span { border-color: #FE506B; }
span { border-color: rgb(254,80,107); }
td.TdClassName
{
border-color: #FE506B;
}
.TagClassName
{
border-color: #FE506B;
}
</style>