Shades of Wild Watermelon #FA5173
Tints of Wild Watermelon #FA5173
RGB
CMYK
RGB Variations
Color information
#FA5173 (or 0xFA5173) is known color: Wild Watermelon. HEX triplet: FA, 51 and 73. RGB value is (250,81,115). Sum of RGB (Red+Green+Blue) = 250+81+115=446 (59% of max value = 765). Red value is 250 (98.05% from 255 or 56.05% from 446); Green value is 81 (32.03% from 255 or 18.16% from 446); Blue value is 115 (45.31% from 255 or 25.78% from 446); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5173 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA5173 is #05AE8C. Grayscale: #878787. Windows color (decimal): -372365 or 7557626. OLE color: 7557626.
HSL color Cylindrical-coordinate representation of color #FA5173: hue angle of 347.93º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FA5173 is Cyan = 0, Magento = 0.68, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 81 | 115 | - |
| CMYK | 0 | 0.68 | 0.54 | 0.02 |
| HSL | 347.93º | 0.94% | 0.65% | - |
| HSV(B) | 347.93º | 0.68% | 0.98% | - |
| XYZ | 45.46 | 27.45 | 19.12 | - |
| YUV | 135.41 | 116.49 | 209.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 81 | 115 | 0 | 0.68 | 0.54 | 0.02 | 347.93 | 0.94 | 0.65 |
| Hex | FA | 51 | 73 | 0 | 44 | 36 | 2 | 15C | 5E | 41 |
| Octal | 372 | 121 | 163 | 0 | 104 | 66 | 2 | 534 | 136 | 101 |
| Binary | 11111010 | 1010001 | 1110011 | 0 | 1000100 | 110110 | 10 | 101011100 | 1011110 | 1000001 |
Color Harmonies of #FA5173
Complementary color
Monochromatic Colors of #FA5173
Black with #FA5173
Text Example
Text Example
White with #FA5173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5173; }
p { color: rgb(250,81,115); }
H1.HeaderClassName
{
color: #FA5173;
}
.AnyTagClassName
{
color: #FA5173;
}
</style>
background-color css
<style>
a { background-color: #FA5173; }
a { background-color: rgb(250,81,115); }
div.DivClassName
{
background-color: #FA5173;
}
.BgClassName
{
background-color: #FA5173;
}
</style>
border-color css
<style>
span { border-color: #FA5173; }
span { border-color: rgb(250,81,115); }
td.TdClassName
{
border-color: #FA5173;
}
.TagClassName
{
border-color: #FA5173;
}
</style>