Shades of Wild Watermelon #FA576F
Tints of Wild Watermelon #FA576F
RGB
CMYK
RGB Variations
Color information
#FA576F (or 0xFA576F) is known color: Wild Watermelon. HEX triplet: FA, 57 and 6F. RGB value is (250,87,111). Sum of RGB (Red+Green+Blue) = 250+87+111=448 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.80% from 448); Green value is 87 (34.38% from 255 or 19.42% from 448); Blue value is 111 (43.75% from 255 or 24.78% from 448); Max value from RGB is 250 - color contains mainly: red. Hex color #FA576F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA576F is #05A890. Grayscale: #8A8A8A. Windows color (decimal): -370833 or 7297018. OLE color: 7297018.
HSL color Cylindrical-coordinate representation of color #FA576F: hue angle of 351.17º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FA576F is Cyan = 0, Magento = 0.65, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 87 | 111 | - |
| CMYK | 0 | 0.65 | 0.56 | 0.02 |
| HSL | 351.17º | 0.94% | 0.66% | - |
| HSV(B) | 351.17º | 0.65% | 0.98% | - |
| XYZ | 45.7 | 28.29 | 18.09 | - |
| YUV | 138.47 | 112.5 | 207.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 87 | 111 | 0 | 0.65 | 0.56 | 0.02 | 351.17 | 0.94 | 0.66 |
| Hex | FA | 57 | 6F | 0 | 41 | 38 | 2 | 15F | 5E | 42 |
| Octal | 372 | 127 | 157 | 0 | 101 | 70 | 2 | 537 | 136 | 102 |
| Binary | 11111010 | 1010111 | 1101111 | 0 | 1000001 | 111000 | 10 | 101011111 | 1011110 | 1000010 |
Color Harmonies of #FA576F
Complementary color
Monochromatic Colors of #FA576F
Black with #FA576F
Text Example
Text Example
White with #FA576F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA576F; }
p { color: rgb(250,87,111); }
H1.HeaderClassName
{
color: #FA576F;
}
.AnyTagClassName
{
color: #FA576F;
}
</style>
background-color css
<style>
a { background-color: #FA576F; }
a { background-color: rgb(250,87,111); }
div.DivClassName
{
background-color: #FA576F;
}
.BgClassName
{
background-color: #FA576F;
}
</style>
border-color css
<style>
span { border-color: #FA576F; }
span { border-color: rgb(250,87,111); }
td.TdClassName
{
border-color: #FA576F;
}
.TagClassName
{
border-color: #FA576F;
}
</style>