Shades of Wild Watermelon #FA537A
Tints of Wild Watermelon #FA537A
RGB
CMYK
RGB Variations
Color information
#FA537A (or 0xFA537A) is known color: Wild Watermelon. HEX triplet: FA, 53 and 7A. RGB value is (250,83,122). Sum of RGB (Red+Green+Blue) = 250+83+122=455 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.95% from 455); Green value is 83 (32.81% from 255 or 18.24% from 455); Blue value is 122 (48.05% from 255 or 26.81% from 455); Max value from RGB is 250 - color contains mainly: red. Hex color #FA537A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA537A is #05AC85. Grayscale: #898989. Windows color (decimal): -371846 or 8016890. OLE color: 8016890.
HSL color Cylindrical-coordinate representation of color #FA537A: hue angle of 345.99º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FA537A is Cyan = 0, Magento = 0.67, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 83 | 122 | - |
| CMYK | 0 | 0.67 | 0.51 | 0.02 |
| HSL | 345.99º | 0.94% | 0.65% | - |
| HSV(B) | 345.99º | 0.67% | 0.98% | - |
| XYZ | 46.03 | 27.92 | 21.37 | - |
| YUV | 137.38 | 119.33 | 208.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 83 | 122 | 0 | 0.67 | 0.51 | 0.02 | 345.99 | 0.94 | 0.65 |
| Hex | FA | 53 | 7A | 0 | 43 | 33 | 2 | 15A | 5E | 41 |
| Octal | 372 | 123 | 172 | 0 | 103 | 63 | 2 | 532 | 136 | 101 |
| Binary | 11111010 | 1010011 | 1111010 | 0 | 1000011 | 110011 | 10 | 101011010 | 1011110 | 1000001 |
Color Harmonies of #FA537A
Complementary color
Monochromatic Colors of #FA537A
Black with #FA537A
Text Example
Text Example
White with #FA537A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA537A; }
p { color: rgb(250,83,122); }
H1.HeaderClassName
{
color: #FA537A;
}
.AnyTagClassName
{
color: #FA537A;
}
</style>
background-color css
<style>
a { background-color: #FA537A; }
a { background-color: rgb(250,83,122); }
div.DivClassName
{
background-color: #FA537A;
}
.BgClassName
{
background-color: #FA537A;
}
</style>
border-color css
<style>
span { border-color: #FA537A; }
span { border-color: rgb(250,83,122); }
td.TdClassName
{
border-color: #FA537A;
}
.TagClassName
{
border-color: #FA537A;
}
</style>