Shades of Wild Watermelon #FA516F
Tints of Wild Watermelon #FA516F
RGB
CMYK
RGB Variations
Color information
#FA516F (or 0xFA516F) is known color: Wild Watermelon. HEX triplet: FA, 51 and 6F. RGB value is (250,81,111). Sum of RGB (Red+Green+Blue) = 250+81+111=442 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.56% from 442); Green value is 81 (32.03% from 255 or 18.33% from 442); Blue value is 111 (43.75% from 255 or 25.11% from 442); Max value from RGB is 250 - color contains mainly: red. Hex color #FA516F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA516F is #05AE90. Grayscale: #878787. Windows color (decimal): -372369 or 7295482. OLE color: 7295482.
HSL color Cylindrical-coordinate representation of color #FA516F: hue angle of 349.35º 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 #FA516F is Cyan = 0, Magento = 0.68, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 81 | 111 | - |
| CMYK | 0 | 0.68 | 0.56 | 0.02 |
| HSL | 349.35º | 0.94% | 0.65% | - |
| HSV(B) | 349.35º | 0.68% | 0.98% | - |
| XYZ | 45.24 | 27.36 | 17.94 | - |
| YUV | 134.95 | 114.49 | 210.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 81 | 111 | 0 | 0.68 | 0.56 | 0.02 | 349.35 | 0.94 | 0.65 |
| Hex | FA | 51 | 6F | 0 | 44 | 38 | 2 | 15D | 5E | 41 |
| Octal | 372 | 121 | 157 | 0 | 104 | 70 | 2 | 535 | 136 | 101 |
| Binary | 11111010 | 1010001 | 1101111 | 0 | 1000100 | 111000 | 10 | 101011101 | 1011110 | 1000001 |
Color Harmonies of #FA516F
Complementary color
Monochromatic Colors of #FA516F
Black with #FA516F
Text Example
Text Example
White with #FA516F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA516F; }
p { color: rgb(250,81,111); }
H1.HeaderClassName
{
color: #FA516F;
}
.AnyTagClassName
{
color: #FA516F;
}
</style>
background-color css
<style>
a { background-color: #FA516F; }
a { background-color: rgb(250,81,111); }
div.DivClassName
{
background-color: #FA516F;
}
.BgClassName
{
background-color: #FA516F;
}
</style>
border-color css
<style>
span { border-color: #FA516F; }
span { border-color: rgb(250,81,111); }
td.TdClassName
{
border-color: #FA516F;
}
.TagClassName
{
border-color: #FA516F;
}
</style>