Shades of Wild Watermelon #FE606A
Tints of Wild Watermelon #FE606A
RGB
CMYK
RGB Variations
Color information
#FE606A (or 0xFE606A) is known color: Wild Watermelon. HEX triplet: FE, 60 and 6A. RGB value is (254,96,106). Sum of RGB (Red+Green+Blue) = 254+96+106=456 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.70% from 456); Green value is 96 (37.89% from 255 or 21.05% from 456); Blue value is 106 (41.80% from 255 or 23.25% from 456); Max value from RGB is 254 - color contains mainly: red. Hex color #FE606A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE606A is #019F95. Grayscale: #909090. Windows color (decimal): -106390 or 6971646. OLE color: 6971646.
HSL color Cylindrical-coordinate representation of color #FE606A: hue angle of 356.2º 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 #FE606A is Cyan = 0, Magento = 0.62, Yellow = 0.58 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 96 | 106 | - |
| CMYK | 0 | 0.62 | 0.58 | 0.00 |
| HSL | 356.2º | 0.99% | 0.69% | - |
| HSV(B) | 356.2º | 0.62% | 1% | - |
| XYZ | 47.66 | 30.48 | 17.01 | - |
| YUV | 144.38 | 106.35 | 206.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 96 | 106 | 0 | 0.62 | 0.58 | 0.00 | 356.2 | 0.99 | 0.69 |
| Hex | FE | 60 | 6A | 0 | 3E | 3A | 0 | 164 | 63 | 45 |
| Octal | 376 | 140 | 152 | 0 | 76 | 72 | 0 | 544 | 143 | 105 |
| Binary | 11111110 | 1100000 | 1101010 | 0 | 111110 | 111010 | 0 | 101100100 | 1100011 | 1000101 |
Color Harmonies of #FE606A
Complementary color
Monochromatic Colors of #FE606A
Black with #FE606A
Text Example
Text Example
White with #FE606A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE606A; }
p { color: rgb(254,96,106); }
H1.HeaderClassName
{
color: #FE606A;
}
.AnyTagClassName
{
color: #FE606A;
}
</style>
background-color css
<style>
a { background-color: #FE606A; }
a { background-color: rgb(254,96,106); }
div.DivClassName
{
background-color: #FE606A;
}
.BgClassName
{
background-color: #FE606A;
}
</style>
border-color css
<style>
span { border-color: #FE606A; }
span { border-color: rgb(254,96,106); }
td.TdClassName
{
border-color: #FE606A;
}
.TagClassName
{
border-color: #FE606A;
}
</style>