Shades of Wild Watermelon #FA5A5E
Tints of Wild Watermelon #FA5A5E
RGB
CMYK
RGB Variations
Color information
#FA5A5E (or 0xFA5A5E) is known color: Wild Watermelon. HEX triplet: FA, 5A and 5E. RGB value is (250,90,94). Sum of RGB (Red+Green+Blue) = 250+90+94=434 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.60% from 434); Green value is 90 (35.55% from 255 or 20.74% from 434); Blue value is 94 (37.11% from 255 or 21.66% from 434); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5A5E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA5A5E is #05A5A1. Grayscale: #8A8A8A. Windows color (decimal): -370082 or 6183674. OLE color: 6183674.
HSL color Cylindrical-coordinate representation of color #FA5A5E: hue angle of 358.5º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FA5A5E is Cyan = 0, Magento = 0.64, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 90 | 94 | - |
| CMYK | 0 | 0.64 | 0.62 | 0.02 |
| HSL | 358.5º | 0.94% | 0.67% | - |
| HSV(B) | 358.5º | 0.64% | 0.98% | - |
| XYZ | 45.1 | 28.44 | 13.7 | - |
| YUV | 138.3 | 103.01 | 207.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 90 | 94 | 0 | 0.64 | 0.62 | 0.02 | 358.5 | 0.94 | 0.67 |
| Hex | FA | 5A | 5E | 0 | 40 | 3E | 2 | 166 | 5E | 43 |
| Octal | 372 | 132 | 136 | 0 | 100 | 76 | 2 | 546 | 136 | 103 |
| Binary | 11111010 | 1011010 | 1011110 | 0 | 1000000 | 111110 | 10 | 101100110 | 1011110 | 1000011 |
Color Harmonies of #FA5A5E
Complementary color
Monochromatic Colors of #FA5A5E
Black with #FA5A5E
Text Example
Text Example
White with #FA5A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5A5E; }
p { color: rgb(250,90,94); }
H1.HeaderClassName
{
color: #FA5A5E;
}
.AnyTagClassName
{
color: #FA5A5E;
}
</style>
background-color css
<style>
a { background-color: #FA5A5E; }
a { background-color: rgb(250,90,94); }
div.DivClassName
{
background-color: #FA5A5E;
}
.BgClassName
{
background-color: #FA5A5E;
}
</style>
border-color css
<style>
span { border-color: #FA5A5E; }
span { border-color: rgb(250,90,94); }
td.TdClassName
{
border-color: #FA5A5E;
}
.TagClassName
{
border-color: #FA5A5E;
}
</style>