Shades of Wild Watermelon #FA516B
Tints of Wild Watermelon #FA516B
RGB
CMYK
RGB Variations
Color information
#FA516B (or 0xFA516B) is known color: Wild Watermelon. HEX triplet: FA, 51 and 6B. RGB value is (250,81,107). Sum of RGB (Red+Green+Blue) = 250+81+107=438 (58% of max value = 765). Red value is 250 (98.05% from 255 or 57.08% from 438); Green value is 81 (32.03% from 255 or 18.49% from 438); Blue value is 107 (42.19% from 255 or 24.43% from 438); Max value from RGB is 250 - color contains mainly: red. Hex color #FA516B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA516B is #05AE94. Grayscale: #868686. Windows color (decimal): -372373 or 7033338. OLE color: 7033338.
HSL color Cylindrical-coordinate representation of color #FA516B: hue angle of 350.77º 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 #FA516B is Cyan = 0, Magento = 0.68, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 81 | 107 | - |
| CMYK | 0 | 0.68 | 0.57 | 0.02 |
| HSL | 350.77º | 0.94% | 0.65% | - |
| HSV(B) | 350.77º | 0.68% | 0.98% | - |
| XYZ | 45.02 | 27.27 | 16.8 | - |
| YUV | 134.5 | 112.49 | 210.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 81 | 107 | 0 | 0.68 | 0.57 | 0.02 | 350.77 | 0.94 | 0.65 |
| Hex | FA | 51 | 6B | 0 | 44 | 39 | 2 | 15F | 5E | 41 |
| Octal | 372 | 121 | 153 | 0 | 104 | 71 | 2 | 537 | 136 | 101 |
| Binary | 11111010 | 1010001 | 1101011 | 0 | 1000100 | 111001 | 10 | 101011111 | 1011110 | 1000001 |
Color Harmonies of #FA516B
Complementary color
Monochromatic Colors of #FA516B
Black with #FA516B
Text Example
Text Example
White with #FA516B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA516B; }
p { color: rgb(250,81,107); }
H1.HeaderClassName
{
color: #FA516B;
}
.AnyTagClassName
{
color: #FA516B;
}
</style>
background-color css
<style>
a { background-color: #FA516B; }
a { background-color: rgb(250,81,107); }
div.DivClassName
{
background-color: #FA516B;
}
.BgClassName
{
background-color: #FA516B;
}
</style>
border-color css
<style>
span { border-color: #FA516B; }
span { border-color: rgb(250,81,107); }
td.TdClassName
{
border-color: #FA516B;
}
.TagClassName
{
border-color: #FA516B;
}
</style>