Shades of Wild Watermelon #FE606D
Tints of Wild Watermelon #FE606D
RGB
CMYK
RGB Variations
Color information
#FE606D (or 0xFE606D) is known color: Wild Watermelon. HEX triplet: FE, 60 and 6D. RGB value is (254,96,109). Sum of RGB (Red+Green+Blue) = 254+96+109=459 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.34% from 459); Green value is 96 (37.89% from 255 or 20.92% from 459); Blue value is 109 (42.97% from 255 or 23.75% from 459); Max value from RGB is 254 - color contains mainly: red. Hex color #FE606D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE606D is #019F92. Grayscale: #909090. Windows color (decimal): -106387 or 7168254. OLE color: 7168254.
HSL color Cylindrical-coordinate representation of color #FE606D: hue angle of 355.06º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FE606D is Cyan = 0, Magento = 0.62, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 96 | 109 | - |
| CMYK | 0 | 0.62 | 0.57 | 0.00 |
| HSL | 355.06º | 0.99% | 0.69% | - |
| HSV(B) | 355.06º | 0.62% | 1% | - |
| XYZ | 47.82 | 30.54 | 17.84 | - |
| YUV | 144.72 | 107.85 | 205.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 96 | 109 | 0 | 0.62 | 0.57 | 0.00 | 355.06 | 0.99 | 0.69 |
| Hex | FE | 60 | 6D | 0 | 3E | 39 | 0 | 163 | 63 | 45 |
| Octal | 376 | 140 | 155 | 0 | 76 | 71 | 0 | 543 | 143 | 105 |
| Binary | 11111110 | 1100000 | 1101101 | 0 | 111110 | 111001 | 0 | 101100011 | 1100011 | 1000101 |
Color Harmonies of #FE606D
Complementary color
Monochromatic Colors of #FE606D
Black with #FE606D
Text Example
Text Example
White with #FE606D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE606D; }
p { color: rgb(254,96,109); }
H1.HeaderClassName
{
color: #FE606D;
}
.AnyTagClassName
{
color: #FE606D;
}
</style>
background-color css
<style>
a { background-color: #FE606D; }
a { background-color: rgb(254,96,109); }
div.DivClassName
{
background-color: #FE606D;
}
.BgClassName
{
background-color: #FE606D;
}
</style>
border-color css
<style>
span { border-color: #FE606D; }
span { border-color: rgb(254,96,109); }
td.TdClassName
{
border-color: #FE606D;
}
.TagClassName
{
border-color: #FE606D;
}
</style>