Shades of Wild Watermelon #FE6375
Tints of Wild Watermelon #FE6375
RGB
CMYK
RGB Variations
Color information
#FE6375 (or 0xFE6375) is known color: Wild Watermelon. HEX triplet: FE, 63 and 75. RGB value is (254,99,117). Sum of RGB (Red+Green+Blue) = 254+99+117=470 (62% of max value = 765). Red value is 254 (99.61% from 255 or 54.04% from 470); Green value is 99 (39.06% from 255 or 21.06% from 470); Blue value is 117 (46.09% from 255 or 24.89% from 470); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6375 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE6375 is #019C8A. Grayscale: #939393. Windows color (decimal): -105611 or 7693310. OLE color: 7693310.
HSL color Cylindrical-coordinate representation of color #FE6375: hue angle of 353.03º 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 #FE6375 is Cyan = 0, Magento = 0.61, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 99 | 117 | - |
| CMYK | 0 | 0.61 | 0.54 | 0.00 |
| HSL | 353.03º | 0.99% | 0.69% | - |
| HSV(B) | 353.03º | 0.61% | 1% | - |
| XYZ | 48.55 | 31.28 | 20.31 | - |
| YUV | 147.4 | 110.85 | 204.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 99 | 117 | 0 | 0.61 | 0.54 | 0.00 | 353.03 | 0.99 | 0.69 |
| Hex | FE | 63 | 75 | 0 | 3D | 36 | 0 | 161 | 63 | 45 |
| Octal | 376 | 143 | 165 | 0 | 75 | 66 | 0 | 541 | 143 | 105 |
| Binary | 11111110 | 1100011 | 1110101 | 0 | 111101 | 110110 | 0 | 101100001 | 1100011 | 1000101 |
Color Harmonies of #FE6375
Complementary color
Monochromatic Colors of #FE6375
Black with #FE6375
Text Example
Text Example
White with #FE6375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6375; }
p { color: rgb(254,99,117); }
H1.HeaderClassName
{
color: #FE6375;
}
.AnyTagClassName
{
color: #FE6375;
}
</style>
background-color css
<style>
a { background-color: #FE6375; }
a { background-color: rgb(254,99,117); }
div.DivClassName
{
background-color: #FE6375;
}
.BgClassName
{
background-color: #FE6375;
}
</style>
border-color css
<style>
span { border-color: #FE6375; }
span { border-color: rgb(254,99,117); }
td.TdClassName
{
border-color: #FE6375;
}
.TagClassName
{
border-color: #FE6375;
}
</style>