Shades of Wild Watermelon #FA6973
Tints of Wild Watermelon #FA6973
RGB
CMYK
RGB Variations
Color information
#FA6973 (or 0xFA6973) is known color: Wild Watermelon. HEX triplet: FA, 69 and 73. RGB value is (250,105,115). Sum of RGB (Red+Green+Blue) = 250+105+115=470 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.19% from 470); Green value is 105 (41.41% from 255 or 22.34% from 470); Blue value is 115 (45.31% from 255 or 24.47% from 470); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6973 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA6973 is #05968C. Grayscale: #959595. Windows color (decimal): -366221 or 7563770. OLE color: 7563770.
HSL color Cylindrical-coordinate representation of color #FA6973: hue angle of 355.86º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FA6973 is Cyan = 0, Magento = 0.58, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 105 | 115 | - |
| CMYK | 0 | 0.58 | 0.54 | 0.02 |
| HSL | 355.86º | 0.94% | 0.7% | - |
| HSV(B) | 355.86º | 0.58% | 0.98% | - |
| XYZ | 47.57 | 31.66 | 19.82 | - |
| YUV | 149.5 | 108.54 | 199.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 105 | 115 | 0 | 0.58 | 0.54 | 0.02 | 355.86 | 0.94 | 0.7 |
| Hex | FA | 69 | 73 | 0 | 3A | 36 | 2 | 164 | 5E | 46 |
| Octal | 372 | 151 | 163 | 0 | 72 | 66 | 2 | 544 | 136 | 106 |
| Binary | 11111010 | 1101001 | 1110011 | 0 | 111010 | 110110 | 10 | 101100100 | 1011110 | 1000110 |
Color Harmonies of #FA6973
Complementary color
Monochromatic Colors of #FA6973
Black with #FA6973
Text Example
Text Example
White with #FA6973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6973; }
p { color: rgb(250,105,115); }
H1.HeaderClassName
{
color: #FA6973;
}
.AnyTagClassName
{
color: #FA6973;
}
</style>
background-color css
<style>
a { background-color: #FA6973; }
a { background-color: rgb(250,105,115); }
div.DivClassName
{
background-color: #FA6973;
}
.BgClassName
{
background-color: #FA6973;
}
</style>
border-color css
<style>
span { border-color: #FA6973; }
span { border-color: rgb(250,105,115); }
td.TdClassName
{
border-color: #FA6973;
}
.TagClassName
{
border-color: #FA6973;
}
</style>