Shades of Wild Watermelon #FE606E
Tints of Wild Watermelon #FE606E
RGB
CMYK
RGB Variations
Color information
#FE606E (or 0xFE606E) is known color: Wild Watermelon. HEX triplet: FE, 60 and 6E. RGB value is (254,96,110). Sum of RGB (Red+Green+Blue) = 254+96+110=460 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.22% from 460); Green value is 96 (37.89% from 255 or 20.87% from 460); Blue value is 110 (43.36% from 255 or 23.91% from 460); Max value from RGB is 254 - color contains mainly: red. Hex color #FE606E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE606E is #019F91. Grayscale: #909090. Windows color (decimal): -106386 or 7233790. OLE color: 7233790.
HSL color Cylindrical-coordinate representation of color #FE606E: hue angle of 354.68º 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 #FE606E is Cyan = 0, Magento = 0.62, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 96 | 110 | - |
| CMYK | 0 | 0.62 | 0.57 | 0.00 |
| HSL | 354.68º | 0.99% | 0.69% | - |
| HSV(B) | 354.68º | 0.62% | 1% | - |
| XYZ | 47.87 | 30.56 | 18.13 | - |
| YUV | 144.84 | 108.35 | 205.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 96 | 110 | 0 | 0.62 | 0.57 | 0.00 | 354.68 | 0.99 | 0.69 |
| Hex | FE | 60 | 6E | 0 | 3E | 39 | 0 | 163 | 63 | 45 |
| Octal | 376 | 140 | 156 | 0 | 76 | 71 | 0 | 543 | 143 | 105 |
| Binary | 11111110 | 1100000 | 1101110 | 0 | 111110 | 111001 | 0 | 101100011 | 1100011 | 1000101 |
Color Harmonies of #FE606E
Complementary color
Monochromatic Colors of #FE606E
Black with #FE606E
Text Example
Text Example
White with #FE606E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE606E; }
p { color: rgb(254,96,110); }
H1.HeaderClassName
{
color: #FE606E;
}
.AnyTagClassName
{
color: #FE606E;
}
</style>
background-color css
<style>
a { background-color: #FE606E; }
a { background-color: rgb(254,96,110); }
div.DivClassName
{
background-color: #FE606E;
}
.BgClassName
{
background-color: #FE606E;
}
</style>
border-color css
<style>
span { border-color: #FE606E; }
span { border-color: rgb(254,96,110); }
td.TdClassName
{
border-color: #FE606E;
}
.TagClassName
{
border-color: #FE606E;
}
</style>