Shades of Wild Watermelon #FA577B
Tints of Wild Watermelon #FA577B
RGB
CMYK
RGB Variations
Color information
#FA577B (or 0xFA577B) is known color: Wild Watermelon. HEX triplet: FA, 57 and 7B. RGB value is (250,87,123). Sum of RGB (Red+Green+Blue) = 250+87+123=460 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.35% from 460); Green value is 87 (34.38% from 255 or 18.91% from 460); Blue value is 123 (48.44% from 255 or 26.74% from 460); Max value from RGB is 250 - color contains mainly: red. Hex color #FA577B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA577B is #05A884. Grayscale: #8B8B8B. Windows color (decimal): -370821 or 8083450. OLE color: 8083450.
HSL color Cylindrical-coordinate representation of color #FA577B: hue angle of 346.75º 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 #FA577B is Cyan = 0, Magento = 0.65, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 87 | 123 | - |
| CMYK | 0 | 0.65 | 0.51 | 0.02 |
| HSL | 346.75º | 0.94% | 0.66% | - |
| HSV(B) | 346.75º | 0.65% | 0.98% | - |
| XYZ | 46.41 | 28.57 | 21.81 | - |
| YUV | 139.84 | 118.5 | 206.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 87 | 123 | 0 | 0.65 | 0.51 | 0.02 | 346.75 | 0.94 | 0.66 |
| Hex | FA | 57 | 7B | 0 | 41 | 33 | 2 | 15B | 5E | 42 |
| Octal | 372 | 127 | 173 | 0 | 101 | 63 | 2 | 533 | 136 | 102 |
| Binary | 11111010 | 1010111 | 1111011 | 0 | 1000001 | 110011 | 10 | 101011011 | 1011110 | 1000010 |
Color Harmonies of #FA577B
Complementary color
Monochromatic Colors of #FA577B
Black with #FA577B
Text Example
Text Example
White with #FA577B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA577B; }
p { color: rgb(250,87,123); }
H1.HeaderClassName
{
color: #FA577B;
}
.AnyTagClassName
{
color: #FA577B;
}
</style>
background-color css
<style>
a { background-color: #FA577B; }
a { background-color: rgb(250,87,123); }
div.DivClassName
{
background-color: #FA577B;
}
.BgClassName
{
background-color: #FA577B;
}
</style>
border-color css
<style>
span { border-color: #FA577B; }
span { border-color: rgb(250,87,123); }
td.TdClassName
{
border-color: #FA577B;
}
.TagClassName
{
border-color: #FA577B;
}
</style>