Shades of Wild Watermelon #FA527A
Tints of Wild Watermelon #FA527A
RGB
CMYK
RGB Variations
Color information
#FA527A (or 0xFA527A) is known color: Wild Watermelon. HEX triplet: FA, 52 and 7A. RGB value is (250,82,122). Sum of RGB (Red+Green+Blue) = 250+82+122=454 (60% of max value = 765). Red value is 250 (98.05% from 255 or 55.07% from 454); Green value is 82 (32.42% from 255 or 18.06% from 454); Blue value is 122 (48.05% from 255 or 26.87% from 454); Max value from RGB is 250 - color contains mainly: red. Hex color #FA527A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA527A is #05AD85. Grayscale: #888888. Windows color (decimal): -372102 or 8016634. OLE color: 8016634.
HSL color Cylindrical-coordinate representation of color #FA527A: hue angle of 345.71º 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 #FA527A is Cyan = 0, Magento = 0.67, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 82 | 122 | - |
| CMYK | 0 | 0.67 | 0.51 | 0.02 |
| HSL | 345.71º | 0.94% | 0.65% | - |
| HSV(B) | 345.71º | 0.67% | 0.98% | - |
| XYZ | 45.95 | 27.76 | 21.35 | - |
| YUV | 136.79 | 119.66 | 208.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 82 | 122 | 0 | 0.67 | 0.51 | 0.02 | 345.71 | 0.94 | 0.65 |
| Hex | FA | 52 | 7A | 0 | 43 | 33 | 2 | 15A | 5E | 41 |
| Octal | 372 | 122 | 172 | 0 | 103 | 63 | 2 | 532 | 136 | 101 |
| Binary | 11111010 | 1010010 | 1111010 | 0 | 1000011 | 110011 | 10 | 101011010 | 1011110 | 1000001 |
Color Harmonies of #FA527A
Complementary color
Monochromatic Colors of #FA527A
Black with #FA527A
Text Example
Text Example
White with #FA527A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA527A; }
p { color: rgb(250,82,122); }
H1.HeaderClassName
{
color: #FA527A;
}
.AnyTagClassName
{
color: #FA527A;
}
</style>
background-color css
<style>
a { background-color: #FA527A; }
a { background-color: rgb(250,82,122); }
div.DivClassName
{
background-color: #FA527A;
}
.BgClassName
{
background-color: #FA527A;
}
</style>
border-color css
<style>
span { border-color: #FA527A; }
span { border-color: rgb(250,82,122); }
td.TdClassName
{
border-color: #FA527A;
}
.TagClassName
{
border-color: #FA527A;
}
</style>