Shades of Wild Watermelon #FE607A
Tints of Wild Watermelon #FE607A
RGB
CMYK
RGB Variations
Color information
#FE607A (or 0xFE607A) is known color: Wild Watermelon. HEX triplet: FE, 60 and 7A. RGB value is (254,96,122). Sum of RGB (Red+Green+Blue) = 254+96+122=472 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.81% from 472); Green value is 96 (37.89% from 255 or 20.34% from 472); Blue value is 122 (48.05% from 255 or 25.85% from 472); Max value from RGB is 254 - color contains mainly: red. Hex color #FE607A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE607A is #019F85. Grayscale: #929292. Windows color (decimal): -106374 or 8020222. OLE color: 8020222.
HSL color Cylindrical-coordinate representation of color #FE607A: hue angle of 350.13º 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 #FE607A is Cyan = 0, Magento = 0.62, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 96 | 122 | - |
| CMYK | 0 | 0.62 | 0.52 | 0.00 |
| HSL | 350.13º | 0.99% | 0.69% | - |
| HSV(B) | 350.13º | 0.62% | 1% | - |
| XYZ | 48.57 | 30.84 | 21.81 | - |
| YUV | 146.21 | 114.35 | 204.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 96 | 122 | 0 | 0.62 | 0.52 | 0.00 | 350.13 | 0.99 | 0.69 |
| Hex | FE | 60 | 7A | 0 | 3E | 34 | 0 | 15E | 63 | 45 |
| Octal | 376 | 140 | 172 | 0 | 76 | 64 | 0 | 536 | 143 | 105 |
| Binary | 11111110 | 1100000 | 1111010 | 0 | 111110 | 110100 | 0 | 101011110 | 1100011 | 1000101 |
Color Harmonies of #FE607A
Complementary color
Monochromatic Colors of #FE607A
Black with #FE607A
Text Example
Text Example
White with #FE607A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE607A; }
p { color: rgb(254,96,122); }
H1.HeaderClassName
{
color: #FE607A;
}
.AnyTagClassName
{
color: #FE607A;
}
</style>
background-color css
<style>
a { background-color: #FE607A; }
a { background-color: rgb(254,96,122); }
div.DivClassName
{
background-color: #FE607A;
}
.BgClassName
{
background-color: #FE607A;
}
</style>
border-color css
<style>
span { border-color: #FE607A; }
span { border-color: rgb(254,96,122); }
td.TdClassName
{
border-color: #FE607A;
}
.TagClassName
{
border-color: #FE607A;
}
</style>