Shades of Wild Watermelon #FA575B
Tints of Wild Watermelon #FA575B
RGB
CMYK
RGB Variations
Color information
#FA575B (or 0xFA575B) is known color: Wild Watermelon. HEX triplet: FA, 57 and 5B. RGB value is (250,87,91). Sum of RGB (Red+Green+Blue) = 250+87+91=428 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.41% from 428); Green value is 87 (34.38% from 255 or 20.33% from 428); Blue value is 91 (35.94% from 255 or 21.26% from 428); Max value from RGB is 250 - color contains mainly: red. Hex color #FA575B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA575B is #05A8A4. Grayscale: #888888. Windows color (decimal): -370853 or 5986298. OLE color: 5986298.
HSL color Cylindrical-coordinate representation of color #FA575B: hue angle of 358.53º 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 #FA575B is Cyan = 0, Magento = 0.65, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 87 | 91 | - |
| CMYK | 0 | 0.65 | 0.64 | 0.02 |
| HSL | 358.53º | 0.94% | 0.66% | - |
| HSV(B) | 358.53º | 0.65% | 0.98% | - |
| XYZ | 44.72 | 27.9 | 12.92 | - |
| YUV | 136.19 | 102.5 | 209.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 87 | 91 | 0 | 0.65 | 0.64 | 0.02 | 358.53 | 0.94 | 0.66 |
| Hex | FA | 57 | 5B | 0 | 41 | 40 | 2 | 167 | 5E | 42 |
| Octal | 372 | 127 | 133 | 0 | 101 | 100 | 2 | 547 | 136 | 102 |
| Binary | 11111010 | 1010111 | 1011011 | 0 | 1000001 | 1000000 | 10 | 101100111 | 1011110 | 1000010 |
Color Harmonies of #FA575B
Complementary color
Monochromatic Colors of #FA575B
Black with #FA575B
Text Example
Text Example
White with #FA575B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA575B; }
p { color: rgb(250,87,91); }
H1.HeaderClassName
{
color: #FA575B;
}
.AnyTagClassName
{
color: #FA575B;
}
</style>
background-color css
<style>
a { background-color: #FA575B; }
a { background-color: rgb(250,87,91); }
div.DivClassName
{
background-color: #FA575B;
}
.BgClassName
{
background-color: #FA575B;
}
</style>
border-color css
<style>
span { border-color: #FA575B; }
span { border-color: rgb(250,87,91); }
td.TdClassName
{
border-color: #FA575B;
}
.TagClassName
{
border-color: #FA575B;
}
</style>