Shades of Wild Watermelon #FA6873
Tints of Wild Watermelon #FA6873
RGB
CMYK
RGB Variations
Color information
#FA6873 (or 0xFA6873) is known color: Wild Watermelon. HEX triplet: FA, 68 and 73. RGB value is (250,104,115). Sum of RGB (Red+Green+Blue) = 250+104+115=469 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.30% from 469); Green value is 104 (41.02% from 255 or 22.17% from 469); Blue value is 115 (45.31% from 255 or 24.52% from 469); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6873 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA6873 is #05978C. Grayscale: #959595. Windows color (decimal): -366477 or 7563514. OLE color: 7563514.
HSL color Cylindrical-coordinate representation of color #FA6873: hue angle of 355.48º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FA6873 is Cyan = 0, Magento = 0.58, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 104 | 115 | - |
| CMYK | 0 | 0.58 | 0.54 | 0.02 |
| HSL | 355.48º | 0.94% | 0.69% | - |
| HSV(B) | 355.48º | 0.58% | 0.98% | - |
| XYZ | 47.47 | 31.46 | 19.79 | - |
| YUV | 148.91 | 108.87 | 200.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 104 | 115 | 0 | 0.58 | 0.54 | 0.02 | 355.48 | 0.94 | 0.69 |
| Hex | FA | 68 | 73 | 0 | 3A | 36 | 2 | 163 | 5E | 45 |
| Octal | 372 | 150 | 163 | 0 | 72 | 66 | 2 | 543 | 136 | 105 |
| Binary | 11111010 | 1101000 | 1110011 | 0 | 111010 | 110110 | 10 | 101100011 | 1011110 | 1000101 |
Color Harmonies of #FA6873
Complementary color
Monochromatic Colors of #FA6873
Black with #FA6873
Text Example
Text Example
White with #FA6873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6873; }
p { color: rgb(250,104,115); }
H1.HeaderClassName
{
color: #FA6873;
}
.AnyTagClassName
{
color: #FA6873;
}
</style>
background-color css
<style>
a { background-color: #FA6873; }
a { background-color: rgb(250,104,115); }
div.DivClassName
{
background-color: #FA6873;
}
.BgClassName
{
background-color: #FA6873;
}
</style>
border-color css
<style>
span { border-color: #FA6873; }
span { border-color: rgb(250,104,115); }
td.TdClassName
{
border-color: #FA6873;
}
.TagClassName
{
border-color: #FA6873;
}
</style>