Shades of Wild Watermelon #FA5E65
Tints of Wild Watermelon #FA5E65
RGB
CMYK
RGB Variations
Color information
#FA5E65 (or 0xFA5E65) is known color: Wild Watermelon. HEX triplet: FA, 5E and 65. RGB value is (250,94,101). Sum of RGB (Red+Green+Blue) = 250+94+101=445 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.18% from 445); Green value is 94 (37.11% from 255 or 21.12% from 445); Blue value is 101 (39.84% from 255 or 22.70% from 445); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5E65 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA5E65 is #05A19A. Grayscale: #8D8D8D. Windows color (decimal): -369051 or 6643450. OLE color: 6643450.
HSL color Cylindrical-coordinate representation of color #FA5E65: hue angle of 357.31º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FA5E65 is Cyan = 0, Magento = 0.62, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 94 | 101 | - |
| CMYK | 0 | 0.62 | 0.60 | 0.02 |
| HSL | 357.31º | 0.94% | 0.67% | - |
| HSV(B) | 357.31º | 0.62% | 0.98% | - |
| XYZ | 45.78 | 29.27 | 15.55 | - |
| YUV | 141.44 | 105.18 | 205.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 94 | 101 | 0 | 0.62 | 0.60 | 0.02 | 357.31 | 0.94 | 0.67 |
| Hex | FA | 5E | 65 | 0 | 3E | 3C | 2 | 165 | 5E | 43 |
| Octal | 372 | 136 | 145 | 0 | 76 | 74 | 2 | 545 | 136 | 103 |
| Binary | 11111010 | 1011110 | 1100101 | 0 | 111110 | 111100 | 10 | 101100101 | 1011110 | 1000011 |
Color Harmonies of #FA5E65
Complementary color
Monochromatic Colors of #FA5E65
Black with #FA5E65
Text Example
Text Example
White with #FA5E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5E65; }
p { color: rgb(250,94,101); }
H1.HeaderClassName
{
color: #FA5E65;
}
.AnyTagClassName
{
color: #FA5E65;
}
</style>
background-color css
<style>
a { background-color: #FA5E65; }
a { background-color: rgb(250,94,101); }
div.DivClassName
{
background-color: #FA5E65;
}
.BgClassName
{
background-color: #FA5E65;
}
</style>
border-color css
<style>
span { border-color: #FA5E65; }
span { border-color: rgb(250,94,101); }
td.TdClassName
{
border-color: #FA5E65;
}
.TagClassName
{
border-color: #FA5E65;
}
</style>