Shades of Wild Watermelon #FA5263
Tints of Wild Watermelon #FA5263
RGB
CMYK
RGB Variations
Color information
#FA5263 (or 0xFA5263) is known color: Wild Watermelon. HEX triplet: FA, 52 and 63. RGB value is (250,82,99). Sum of RGB (Red+Green+Blue) = 250+82+99=431 (57% of max value = 765). Red value is 250 (98.05% from 255 or 58.00% from 431); Green value is 82 (32.42% from 255 or 19.03% from 431); Blue value is 99 (39.06% from 255 or 22.97% from 431); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5263 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA5263 is #05AD9C. Grayscale: #868686. Windows color (decimal): -372125 or 6509306. OLE color: 6509306.
HSL color Cylindrical-coordinate representation of color #FA5263: hue angle of 353.93º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FA5263 is Cyan = 0, Magento = 0.67, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 82 | 99 | - |
| CMYK | 0 | 0.67 | 0.60 | 0.02 |
| HSL | 353.93º | 0.94% | 0.65% | - |
| HSV(B) | 353.93º | 0.67% | 0.98% | - |
| XYZ | 44.69 | 27.26 | 14.71 | - |
| YUV | 134.17 | 108.16 | 210.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 82 | 99 | 0 | 0.67 | 0.60 | 0.02 | 353.93 | 0.94 | 0.65 |
| Hex | FA | 52 | 63 | 0 | 43 | 3C | 2 | 162 | 5E | 41 |
| Octal | 372 | 122 | 143 | 0 | 103 | 74 | 2 | 542 | 136 | 101 |
| Binary | 11111010 | 1010010 | 1100011 | 0 | 1000011 | 111100 | 10 | 101100010 | 1011110 | 1000001 |
Color Harmonies of #FA5263
Complementary color
Monochromatic Colors of #FA5263
Black with #FA5263
Text Example
Text Example
White with #FA5263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5263; }
p { color: rgb(250,82,99); }
H1.HeaderClassName
{
color: #FA5263;
}
.AnyTagClassName
{
color: #FA5263;
}
</style>
background-color css
<style>
a { background-color: #FA5263; }
a { background-color: rgb(250,82,99); }
div.DivClassName
{
background-color: #FA5263;
}
.BgClassName
{
background-color: #FA5263;
}
</style>
border-color css
<style>
span { border-color: #FA5263; }
span { border-color: rgb(250,82,99); }
td.TdClassName
{
border-color: #FA5263;
}
.TagClassName
{
border-color: #FA5263;
}
</style>