Shades of Wild Watermelon #FE6069
Tints of Wild Watermelon #FE6069
RGB
CMYK
RGB Variations
Color information
#FE6069 (or 0xFE6069) is known color: Wild Watermelon. HEX triplet: FE, 60 and 69. RGB value is (254,96,105). Sum of RGB (Red+Green+Blue) = 254+96+105=455 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.82% from 455); Green value is 96 (37.89% from 255 or 21.10% from 455); Blue value is 105 (41.41% from 255 or 23.08% from 455); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6069 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE6069 is #019F96. Grayscale: #909090. Windows color (decimal): -106391 or 6906110. OLE color: 6906110.
HSL color Cylindrical-coordinate representation of color #FE6069: hue angle of 356.58º 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 #FE6069 is Cyan = 0, Magento = 0.62, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 96 | 105 | - |
| CMYK | 0 | 0.62 | 0.59 | 0.00 |
| HSL | 356.58º | 0.99% | 0.69% | - |
| HSV(B) | 356.58º | 0.62% | 1% | - |
| XYZ | 47.61 | 30.46 | 16.73 | - |
| YUV | 144.27 | 105.85 | 206.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 96 | 105 | 0 | 0.62 | 0.59 | 0.00 | 356.58 | 0.99 | 0.69 |
| Hex | FE | 60 | 69 | 0 | 3E | 3B | 0 | 165 | 63 | 45 |
| Octal | 376 | 140 | 151 | 0 | 76 | 73 | 0 | 545 | 143 | 105 |
| Binary | 11111110 | 1100000 | 1101001 | 0 | 111110 | 111011 | 0 | 101100101 | 1100011 | 1000101 |
Color Harmonies of #FE6069
Complementary color
Monochromatic Colors of #FE6069
Black with #FE6069
Text Example
Text Example
White with #FE6069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6069; }
p { color: rgb(254,96,105); }
H1.HeaderClassName
{
color: #FE6069;
}
.AnyTagClassName
{
color: #FE6069;
}
</style>
background-color css
<style>
a { background-color: #FE6069; }
a { background-color: rgb(254,96,105); }
div.DivClassName
{
background-color: #FE6069;
}
.BgClassName
{
background-color: #FE6069;
}
</style>
border-color css
<style>
span { border-color: #FE6069; }
span { border-color: rgb(254,96,105); }
td.TdClassName
{
border-color: #FE6069;
}
.TagClassName
{
border-color: #FE6069;
}
</style>