Shades of Wild Watermelon #FA516E
Tints of Wild Watermelon #FA516E
RGB
CMYK
RGB Variations
Color information
#FA516E (or 0xFA516E) is known color: Wild Watermelon. HEX triplet: FA, 51 and 6E. RGB value is (250,81,110). Sum of RGB (Red+Green+Blue) = 250+81+110=441 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.69% from 441); Green value is 81 (32.03% from 255 or 18.37% from 441); Blue value is 110 (43.36% from 255 or 24.94% from 441); Max value from RGB is 250 - color contains mainly: red. Hex color #FA516E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA516E is #05AE91. Grayscale: #868686. Windows color (decimal): -372370 or 7229946. OLE color: 7229946.
HSL color Cylindrical-coordinate representation of color #FA516E: hue angle of 349.7º 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 #FA516E is Cyan = 0, Magento = 0.68, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 81 | 110 | - |
| CMYK | 0 | 0.68 | 0.56 | 0.02 |
| HSL | 349.7º | 0.94% | 0.65% | - |
| HSV(B) | 349.7º | 0.68% | 0.98% | - |
| XYZ | 45.18 | 27.33 | 17.65 | - |
| YUV | 134.84 | 113.99 | 210.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 81 | 110 | 0 | 0.68 | 0.56 | 0.02 | 349.7 | 0.94 | 0.65 |
| Hex | FA | 51 | 6E | 0 | 44 | 38 | 2 | 15E | 5E | 41 |
| Octal | 372 | 121 | 156 | 0 | 104 | 70 | 2 | 536 | 136 | 101 |
| Binary | 11111010 | 1010001 | 1101110 | 0 | 1000100 | 111000 | 10 | 101011110 | 1011110 | 1000001 |
Color Harmonies of #FA516E
Complementary color
Monochromatic Colors of #FA516E
Black with #FA516E
Text Example
Text Example
White with #FA516E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA516E; }
p { color: rgb(250,81,110); }
H1.HeaderClassName
{
color: #FA516E;
}
.AnyTagClassName
{
color: #FA516E;
}
</style>
background-color css
<style>
a { background-color: #FA516E; }
a { background-color: rgb(250,81,110); }
div.DivClassName
{
background-color: #FA516E;
}
.BgClassName
{
background-color: #FA516E;
}
</style>
border-color css
<style>
span { border-color: #FA516E; }
span { border-color: rgb(250,81,110); }
td.TdClassName
{
border-color: #FA516E;
}
.TagClassName
{
border-color: #FA516E;
}
</style>