Shades of Wild Watermelon #FE6075
Tints of Wild Watermelon #FE6075
RGB
CMYK
RGB Variations
Color information
#FE6075 (or 0xFE6075) is known color: Wild Watermelon. HEX triplet: FE, 60 and 75. RGB value is (254,96,117). Sum of RGB (Red+Green+Blue) = 254+96+117=467 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.39% from 467); Green value is 96 (37.89% from 255 or 20.56% from 467); Blue value is 117 (46.09% from 255 or 25.05% from 467); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6075 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE6075 is #019F8A. Grayscale: #919191. Windows color (decimal): -106379 or 7692542. OLE color: 7692542.
HSL color Cylindrical-coordinate representation of color #FE6075: hue angle of 352.03º 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 #FE6075 is Cyan = 0, Magento = 0.62, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 96 | 117 | - |
| CMYK | 0 | 0.62 | 0.54 | 0.00 |
| HSL | 352.03º | 0.99% | 0.69% | - |
| HSV(B) | 352.03º | 0.62% | 1% | - |
| XYZ | 48.27 | 30.72 | 20.22 | - |
| YUV | 145.64 | 111.85 | 205.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 96 | 117 | 0 | 0.62 | 0.54 | 0.00 | 352.03 | 0.99 | 0.69 |
| Hex | FE | 60 | 75 | 0 | 3E | 36 | 0 | 160 | 63 | 45 |
| Octal | 376 | 140 | 165 | 0 | 76 | 66 | 0 | 540 | 143 | 105 |
| Binary | 11111110 | 1100000 | 1110101 | 0 | 111110 | 110110 | 0 | 101100000 | 1100011 | 1000101 |
Color Harmonies of #FE6075
Complementary color
Monochromatic Colors of #FE6075
Black with #FE6075
Text Example
Text Example
White with #FE6075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6075; }
p { color: rgb(254,96,117); }
H1.HeaderClassName
{
color: #FE6075;
}
.AnyTagClassName
{
color: #FE6075;
}
</style>
background-color css
<style>
a { background-color: #FE6075; }
a { background-color: rgb(254,96,117); }
div.DivClassName
{
background-color: #FE6075;
}
.BgClassName
{
background-color: #FE6075;
}
</style>
border-color css
<style>
span { border-color: #FE6075; }
span { border-color: rgb(254,96,117); }
td.TdClassName
{
border-color: #FE6075;
}
.TagClassName
{
border-color: #FE6075;
}
</style>