Shades of Wild Watermelon #FA486B
Tints of Wild Watermelon #FA486B
RGB
CMYK
RGB Variations
Color information
#FA486B (or 0xFA486B) is known color: Wild Watermelon. HEX triplet: FA, 48 and 6B. RGB value is (250,72,107). Sum of RGB (Red+Green+Blue) = 250+72+107=429 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.28% from 429); Green value is 72 (28.52% from 255 or 16.78% from 429); Blue value is 107 (42.19% from 255 or 24.94% from 429); Max value from RGB is 250 - color contains mainly: red. Hex color #FA486B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA486B is #05B794. Grayscale: #818181. Windows color (decimal): -374677 or 7031034. OLE color: 7031034.
HSL color Cylindrical-coordinate representation of color #FA486B: hue angle of 348.2º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FA486B is Cyan = 0, Magento = 0.71, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 72 | 107 | - |
| CMYK | 0 | 0.71 | 0.57 | 0.02 |
| HSL | 348.2º | 0.95% | 0.63% | - |
| HSV(B) | 348.2º | 0.71% | 0.98% | - |
| XYZ | 44.4 | 26.02 | 16.59 | - |
| YUV | 129.21 | 115.47 | 214.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 72 | 107 | 0 | 0.71 | 0.57 | 0.02 | 348.2 | 0.95 | 0.63 |
| Hex | FA | 48 | 6B | 0 | 47 | 39 | 2 | 15C | 5F | 3F |
| Octal | 372 | 110 | 153 | 0 | 107 | 71 | 2 | 534 | 137 | 77 |
| Binary | 11111010 | 1001000 | 1101011 | 0 | 1000111 | 111001 | 10 | 101011100 | 1011111 | 111111 |
Color Harmonies of #FA486B
Complementary color
Monochromatic Colors of #FA486B
Black with #FA486B
Text Example
Text Example
White with #FA486B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA486B; }
p { color: rgb(250,72,107); }
H1.HeaderClassName
{
color: #FA486B;
}
.AnyTagClassName
{
color: #FA486B;
}
</style>
background-color css
<style>
a { background-color: #FA486B; }
a { background-color: rgb(250,72,107); }
div.DivClassName
{
background-color: #FA486B;
}
.BgClassName
{
background-color: #FA486B;
}
</style>
border-color css
<style>
span { border-color: #FA486B; }
span { border-color: rgb(250,72,107); }
td.TdClassName
{
border-color: #FA486B;
}
.TagClassName
{
border-color: #FA486B;
}
</style>