Shades of Wild Watermelon #FA517A
Tints of Wild Watermelon #FA517A
RGB
CMYK
RGB Variations
Color information
#FA517A (or 0xFA517A) is known color: Wild Watermelon. HEX triplet: FA, 51 and 7A. RGB value is (250,81,122). Sum of RGB (Red+Green+Blue) = 250+81+122=453 (60% of max value = 765). Red value is 250 (98.05% from 255 or 55.19% from 453); Green value is 81 (32.03% from 255 or 17.88% from 453); Blue value is 122 (48.05% from 255 or 26.93% from 453); Max value from RGB is 250 - color contains mainly: red. Hex color #FA517A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA517A is #05AE85. Grayscale: #888888. Windows color (decimal): -372358 or 8016378. OLE color: 8016378.
HSL color Cylindrical-coordinate representation of color #FA517A: hue angle of 345.44º 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 #FA517A is Cyan = 0, Magento = 0.68, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 81 | 122 | - |
| CMYK | 0 | 0.68 | 0.51 | 0.02 |
| HSL | 345.44º | 0.94% | 0.65% | - |
| HSV(B) | 345.44º | 0.68% | 0.98% | - |
| XYZ | 45.88 | 27.61 | 21.32 | - |
| YUV | 136.21 | 119.99 | 209.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 81 | 122 | 0 | 0.68 | 0.51 | 0.02 | 345.44 | 0.94 | 0.65 |
| Hex | FA | 51 | 7A | 0 | 44 | 33 | 2 | 159 | 5E | 41 |
| Octal | 372 | 121 | 172 | 0 | 104 | 63 | 2 | 531 | 136 | 101 |
| Binary | 11111010 | 1010001 | 1111010 | 0 | 1000100 | 110011 | 10 | 101011001 | 1011110 | 1000001 |
Color Harmonies of #FA517A
Complementary color
Monochromatic Colors of #FA517A
Black with #FA517A
Text Example
Text Example
White with #FA517A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA517A; }
p { color: rgb(250,81,122); }
H1.HeaderClassName
{
color: #FA517A;
}
.AnyTagClassName
{
color: #FA517A;
}
</style>
background-color css
<style>
a { background-color: #FA517A; }
a { background-color: rgb(250,81,122); }
div.DivClassName
{
background-color: #FA517A;
}
.BgClassName
{
background-color: #FA517A;
}
</style>
border-color css
<style>
span { border-color: #FA517A; }
span { border-color: rgb(250,81,122); }
td.TdClassName
{
border-color: #FA517A;
}
.TagClassName
{
border-color: #FA517A;
}
</style>