Shades of Wild Watermelon #FE6465
Tints of Wild Watermelon #FE6465
RGB
CMYK
RGB Variations
Color information
#FE6465 (or 0xFE6465) is known color: Wild Watermelon. HEX triplet: FE, 64 and 65. RGB value is (254,100,101). Sum of RGB (Red+Green+Blue) = 254+100+101=455 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.82% from 455); Green value is 100 (39.45% from 255 or 21.98% from 455); Blue value is 101 (39.84% from 255 or 22.20% from 455); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6465 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE6465 is #019B9A. Grayscale: #929292. Windows color (decimal): -105371 or 6644990. OLE color: 6644990.
HSL color Cylindrical-coordinate representation of color #FE6465: hue angle of 359.61º 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 #FE6465 is Cyan = 0, Magento = 0.61, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 100 | 101 | - |
| CMYK | 0 | 0.61 | 0.60 | 0.00 |
| HSL | 359.61º | 0.99% | 0.69% | - |
| HSV(B) | 359.61º | 0.61% | 1% | - |
| XYZ | 47.78 | 31.12 | 15.8 | - |
| YUV | 146.16 | 102.52 | 204.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 100 | 101 | 0 | 0.61 | 0.60 | 0.00 | 359.61 | 0.99 | 0.69 |
| Hex | FE | 64 | 65 | 0 | 3D | 3C | 0 | 168 | 63 | 45 |
| Octal | 376 | 144 | 145 | 0 | 75 | 74 | 0 | 550 | 143 | 105 |
| Binary | 11111110 | 1100100 | 1100101 | 0 | 111101 | 111100 | 0 | 101101000 | 1100011 | 1000101 |
Color Harmonies of #FE6465
Complementary color
Monochromatic Colors of #FE6465
Black with #FE6465
Text Example
Text Example
White with #FE6465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6465; }
p { color: rgb(254,100,101); }
H1.HeaderClassName
{
color: #FE6465;
}
.AnyTagClassName
{
color: #FE6465;
}
</style>
background-color css
<style>
a { background-color: #FE6465; }
a { background-color: rgb(254,100,101); }
div.DivClassName
{
background-color: #FE6465;
}
.BgClassName
{
background-color: #FE6465;
}
</style>
border-color css
<style>
span { border-color: #FE6465; }
span { border-color: rgb(254,100,101); }
td.TdClassName
{
border-color: #FE6465;
}
.TagClassName
{
border-color: #FE6465;
}
</style>