Shades of Wild Watermelon #FA536A
Tints of Wild Watermelon #FA536A
RGB
CMYK
RGB Variations
Color information
#FA536A (or 0xFA536A) is known color: Wild Watermelon. HEX triplet: FA, 53 and 6A. RGB value is (250,83,106). Sum of RGB (Red+Green+Blue) = 250+83+106=439 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.95% from 439); Green value is 83 (32.81% from 255 or 18.91% from 439); Blue value is 106 (41.80% from 255 or 24.15% from 439); Max value from RGB is 250 - color contains mainly: red. Hex color #FA536A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA536A is #05AC95. Grayscale: #878787. Windows color (decimal): -371862 or 6968314. OLE color: 6968314.
HSL color Cylindrical-coordinate representation of color #FA536A: hue angle of 351.74º 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 #FA536A is Cyan = 0, Magento = 0.67, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 83 | 106 | - |
| CMYK | 0 | 0.67 | 0.58 | 0.02 |
| HSL | 351.74º | 0.94% | 0.65% | - |
| HSV(B) | 351.74º | 0.67% | 0.98% | - |
| XYZ | 45.12 | 27.55 | 16.58 | - |
| YUV | 135.56 | 111.33 | 209.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 83 | 106 | 0 | 0.67 | 0.58 | 0.02 | 351.74 | 0.94 | 0.65 |
| Hex | FA | 53 | 6A | 0 | 43 | 3A | 2 | 160 | 5E | 41 |
| Octal | 372 | 123 | 152 | 0 | 103 | 72 | 2 | 540 | 136 | 101 |
| Binary | 11111010 | 1010011 | 1101010 | 0 | 1000011 | 111010 | 10 | 101100000 | 1011110 | 1000001 |
Color Harmonies of #FA536A
Complementary color
Monochromatic Colors of #FA536A
Black with #FA536A
Text Example
Text Example
White with #FA536A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA536A; }
p { color: rgb(250,83,106); }
H1.HeaderClassName
{
color: #FA536A;
}
.AnyTagClassName
{
color: #FA536A;
}
</style>
background-color css
<style>
a { background-color: #FA536A; }
a { background-color: rgb(250,83,106); }
div.DivClassName
{
background-color: #FA536A;
}
.BgClassName
{
background-color: #FA536A;
}
</style>
border-color css
<style>
span { border-color: #FA536A; }
span { border-color: rgb(250,83,106); }
td.TdClassName
{
border-color: #FA536A;
}
.TagClassName
{
border-color: #FA536A;
}
</style>