Shades of Wild Watermelon #FE6469
Tints of Wild Watermelon #FE6469
RGB
CMYK
RGB Variations
Color information
#FE6469 (or 0xFE6469) is known color: Wild Watermelon. HEX triplet: FE, 64 and 69. RGB value is (254,100,105). Sum of RGB (Red+Green+Blue) = 254+100+105=459 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.34% from 459); Green value is 100 (39.45% from 255 or 21.79% from 459); Blue value is 105 (41.41% from 255 or 22.88% from 459); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6469 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE6469 is #019B96. Grayscale: #929292. Windows color (decimal): -105367 or 6907134. OLE color: 6907134.
HSL color Cylindrical-coordinate representation of color #FE6469: hue angle of 358.05º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FE6469 is Cyan = 0, Magento = 0.61, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 100 | 105 | - |
| CMYK | 0 | 0.61 | 0.59 | 0.00 |
| HSL | 358.05º | 0.99% | 0.69% | - |
| HSV(B) | 358.05º | 0.61% | 1% | - |
| XYZ | 47.98 | 31.21 | 16.86 | - |
| YUV | 146.62 | 104.52 | 204.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 100 | 105 | 0 | 0.61 | 0.59 | 0.00 | 358.05 | 0.99 | 0.69 |
| Hex | FE | 64 | 69 | 0 | 3D | 3B | 0 | 166 | 63 | 45 |
| Octal | 376 | 144 | 151 | 0 | 75 | 73 | 0 | 546 | 143 | 105 |
| Binary | 11111110 | 1100100 | 1101001 | 0 | 111101 | 111011 | 0 | 101100110 | 1100011 | 1000101 |
Color Harmonies of #FE6469
Complementary color
Monochromatic Colors of #FE6469
Black with #FE6469
Text Example
Text Example
White with #FE6469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6469; }
p { color: rgb(254,100,105); }
H1.HeaderClassName
{
color: #FE6469;
}
.AnyTagClassName
{
color: #FE6469;
}
</style>
background-color css
<style>
a { background-color: #FE6469; }
a { background-color: rgb(254,100,105); }
div.DivClassName
{
background-color: #FE6469;
}
.BgClassName
{
background-color: #FE6469;
}
</style>
border-color css
<style>
span { border-color: #FE6469; }
span { border-color: rgb(254,100,105); }
td.TdClassName
{
border-color: #FE6469;
}
.TagClassName
{
border-color: #FE6469;
}
</style>