Shades of Wild Watermelon #FA6474
Tints of Wild Watermelon #FA6474
RGB
CMYK
RGB Variations
Color information
#FA6474 (or 0xFA6474) is known color: Wild Watermelon. HEX triplet: FA, 64 and 74. RGB value is (250,100,116). Sum of RGB (Red+Green+Blue) = 250+100+116=466 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.65% from 466); Green value is 100 (39.45% from 255 or 21.46% from 466); Blue value is 116 (45.70% from 255 or 24.89% from 466); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6474 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA6474 is #059B8B. Grayscale: #929292. Windows color (decimal): -367500 or 7628026. OLE color: 7628026.
HSL color Cylindrical-coordinate representation of color #FA6474: hue angle of 353.6º 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 #FA6474 is Cyan = 0, Magento = 0.6, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 100 | 116 | - |
| CMYK | 0 | 0.6 | 0.54 | 0.02 |
| HSL | 353.6º | 0.94% | 0.69% | - |
| HSV(B) | 353.6º | 0.6% | 0.98% | - |
| XYZ | 47.13 | 30.7 | 19.96 | - |
| YUV | 146.67 | 110.7 | 201.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 100 | 116 | 0 | 0.6 | 0.54 | 0.02 | 353.6 | 0.94 | 0.69 |
| Hex | FA | 64 | 74 | 0 | 3C | 36 | 2 | 162 | 5E | 45 |
| Octal | 372 | 144 | 164 | 0 | 74 | 66 | 2 | 542 | 136 | 105 |
| Binary | 11111010 | 1100100 | 1110100 | 0 | 111100 | 110110 | 10 | 101100010 | 1011110 | 1000101 |
Color Harmonies of #FA6474
Complementary color
Monochromatic Colors of #FA6474
Black with #FA6474
Text Example
Text Example
White with #FA6474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6474; }
p { color: rgb(250,100,116); }
H1.HeaderClassName
{
color: #FA6474;
}
.AnyTagClassName
{
color: #FA6474;
}
</style>
background-color css
<style>
a { background-color: #FA6474; }
a { background-color: rgb(250,100,116); }
div.DivClassName
{
background-color: #FA6474;
}
.BgClassName
{
background-color: #FA6474;
}
</style>
border-color css
<style>
span { border-color: #FA6474; }
span { border-color: rgb(250,100,116); }
td.TdClassName
{
border-color: #FA6474;
}
.TagClassName
{
border-color: #FA6474;
}
</style>