Shades of Wild Watermelon #FE656F
Tints of Wild Watermelon #FE656F
RGB
CMYK
RGB Variations
Color information
#FE656F (or 0xFE656F) is known color: Wild Watermelon. HEX triplet: FE, 65 and 6F. RGB value is (254,101,111). Sum of RGB (Red+Green+Blue) = 254+101+111=466 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.51% from 466); Green value is 101 (39.84% from 255 or 21.67% from 466); Blue value is 111 (43.75% from 255 or 23.82% from 466); Max value from RGB is 254 - color contains mainly: red. Hex color #FE656F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE656F is #019A90. Grayscale: #949494. Windows color (decimal): -105105 or 7300606. OLE color: 7300606.
HSL color Cylindrical-coordinate representation of color #FE656F: hue angle of 356.08º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FE656F is Cyan = 0, Magento = 0.60, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 101 | 111 | - |
| CMYK | 0 | 0.60 | 0.56 | 0.00 |
| HSL | 356.08º | 0.99% | 0.7% | - |
| HSV(B) | 356.08º | 0.6% | 1% | - |
| XYZ | 48.4 | 31.53 | 18.57 | - |
| YUV | 147.89 | 107.19 | 203.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 101 | 111 | 0 | 0.60 | 0.56 | 0.00 | 356.08 | 0.99 | 0.7 |
| Hex | FE | 65 | 6F | 0 | 3C | 38 | 0 | 164 | 63 | 46 |
| Octal | 376 | 145 | 157 | 0 | 74 | 70 | 0 | 544 | 143 | 106 |
| Binary | 11111110 | 1100101 | 1101111 | 0 | 111100 | 111000 | 0 | 101100100 | 1100011 | 1000110 |
Color Harmonies of #FE656F
Complementary color
Monochromatic Colors of #FE656F
Black with #FE656F
Text Example
Text Example
White with #FE656F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE656F; }
p { color: rgb(254,101,111); }
H1.HeaderClassName
{
color: #FE656F;
}
.AnyTagClassName
{
color: #FE656F;
}
</style>
background-color css
<style>
a { background-color: #FE656F; }
a { background-color: rgb(254,101,111); }
div.DivClassName
{
background-color: #FE656F;
}
.BgClassName
{
background-color: #FE656F;
}
</style>
border-color css
<style>
span { border-color: #FE656F; }
span { border-color: rgb(254,101,111); }
td.TdClassName
{
border-color: #FE656F;
}
.TagClassName
{
border-color: #FE656F;
}
</style>