Shades of Wild Watermelon #FA537C
Tints of Wild Watermelon #FA537C
RGB
CMYK
RGB Variations
Color information
#FA537C (or 0xFA537C) is known color: Wild Watermelon. HEX triplet: FA, 53 and 7C. RGB value is (250,83,124). Sum of RGB (Red+Green+Blue) = 250+83+124=457 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.70% from 457); Green value is 83 (32.81% from 255 or 18.16% from 457); Blue value is 124 (48.83% from 255 or 27.13% from 457); Max value from RGB is 250 - color contains mainly: red. Hex color #FA537C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA537C is #05AC83. Grayscale: #898989. Windows color (decimal): -371844 or 8147962. OLE color: 8147962.
HSL color Cylindrical-coordinate representation of color #FA537C: hue angle of 345.27º 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 #FA537C is Cyan = 0, Magento = 0.67, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 83 | 124 | - |
| CMYK | 0 | 0.67 | 0.50 | 0.02 |
| HSL | 345.27º | 0.94% | 0.65% | - |
| HSV(B) | 345.27º | 0.67% | 0.98% | - |
| XYZ | 46.16 | 27.97 | 22.03 | - |
| YUV | 137.61 | 120.33 | 208.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 83 | 124 | 0 | 0.67 | 0.50 | 0.02 | 345.27 | 0.94 | 0.65 |
| Hex | FA | 53 | 7C | 0 | 43 | 32 | 2 | 159 | 5E | 41 |
| Octal | 372 | 123 | 174 | 0 | 103 | 62 | 2 | 531 | 136 | 101 |
| Binary | 11111010 | 1010011 | 1111100 | 0 | 1000011 | 110010 | 10 | 101011001 | 1011110 | 1000001 |
Color Harmonies of #FA537C
Complementary color
Monochromatic Colors of #FA537C
Black with #FA537C
Text Example
Text Example
White with #FA537C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA537C; }
p { color: rgb(250,83,124); }
H1.HeaderClassName
{
color: #FA537C;
}
.AnyTagClassName
{
color: #FA537C;
}
</style>
background-color css
<style>
a { background-color: #FA537C; }
a { background-color: rgb(250,83,124); }
div.DivClassName
{
background-color: #FA537C;
}
.BgClassName
{
background-color: #FA537C;
}
</style>
border-color css
<style>
span { border-color: #FA537C; }
span { border-color: rgb(250,83,124); }
td.TdClassName
{
border-color: #FA537C;
}
.TagClassName
{
border-color: #FA537C;
}
</style>