Shades of Wild Watermelon #FA6574
Tints of Wild Watermelon #FA6574
RGB
CMYK
RGB Variations
Color information
#FA6574 (or 0xFA6574) is known color: Wild Watermelon. HEX triplet: FA, 65 and 74. RGB value is (250,101,116). Sum of RGB (Red+Green+Blue) = 250+101+116=467 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.53% from 467); Green value is 101 (39.84% from 255 or 21.63% from 467); Blue value is 116 (45.70% from 255 or 24.84% from 467); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6574 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA6574 is #059A8B. Grayscale: #939393. Windows color (decimal): -367244 or 7628282. OLE color: 7628282.
HSL color Cylindrical-coordinate representation of color #FA6574: hue angle of 353.96º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FA6574 is Cyan = 0, Magento = 0.60, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 101 | 116 | - |
| CMYK | 0 | 0.60 | 0.54 | 0.02 |
| HSL | 353.96º | 0.94% | 0.69% | - |
| HSV(B) | 353.96º | 0.6% | 0.98% | - |
| XYZ | 47.23 | 30.89 | 20 | - |
| YUV | 147.26 | 110.36 | 201.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 101 | 116 | 0 | 0.60 | 0.54 | 0.02 | 353.96 | 0.94 | 0.69 |
| Hex | FA | 65 | 74 | 0 | 3C | 36 | 2 | 162 | 5E | 45 |
| Octal | 372 | 145 | 164 | 0 | 74 | 66 | 2 | 542 | 136 | 105 |
| Binary | 11111010 | 1100101 | 1110100 | 0 | 111100 | 110110 | 10 | 101100010 | 1011110 | 1000101 |
Color Harmonies of #FA6574
Complementary color
Monochromatic Colors of #FA6574
Black with #FA6574
Text Example
Text Example
White with #FA6574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6574; }
p { color: rgb(250,101,116); }
H1.HeaderClassName
{
color: #FA6574;
}
.AnyTagClassName
{
color: #FA6574;
}
</style>
background-color css
<style>
a { background-color: #FA6574; }
a { background-color: rgb(250,101,116); }
div.DivClassName
{
background-color: #FA6574;
}
.BgClassName
{
background-color: #FA6574;
}
</style>
border-color css
<style>
span { border-color: #FA6574; }
span { border-color: rgb(250,101,116); }
td.TdClassName
{
border-color: #FA6574;
}
.TagClassName
{
border-color: #FA6574;
}
</style>