Shades of Wild Watermelon #FA557F
Tints of Wild Watermelon #FA557F
RGB
CMYK
RGB Variations
Color information
#FA557F (or 0xFA557F) is known color: Wild Watermelon. HEX triplet: FA, 55 and 7F. RGB value is (250,85,127). Sum of RGB (Red+Green+Blue) = 250+85+127=462 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.11% from 462); Green value is 85 (33.59% from 255 or 18.40% from 462); Blue value is 127 (50% from 255 or 27.49% from 462); Max value from RGB is 250 - color contains mainly: red. Hex color #FA557F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA557F is #05AA80. Grayscale: #8B8B8B. Windows color (decimal): -371329 or 8345082. OLE color: 8345082.
HSL color Cylindrical-coordinate representation of color #FA557F: hue angle of 344.73º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FA557F is Cyan = 0, Magento = 0.66, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 85 | 127 | - |
| CMYK | 0 | 0.66 | 0.49 | 0.02 |
| HSL | 344.73º | 0.94% | 0.66% | - |
| HSV(B) | 344.73º | 0.66% | 0.98% | - |
| XYZ | 46.5 | 28.35 | 23.1 | - |
| YUV | 139.12 | 121.16 | 207.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 85 | 127 | 0 | 0.66 | 0.49 | 0.02 | 344.73 | 0.94 | 0.66 |
| Hex | FA | 55 | 7F | 0 | 42 | 31 | 2 | 159 | 5E | 42 |
| Octal | 372 | 125 | 177 | 0 | 102 | 61 | 2 | 531 | 136 | 102 |
| Binary | 11111010 | 1010101 | 1111111 | 0 | 1000010 | 110001 | 10 | 101011001 | 1011110 | 1000010 |
Color Harmonies of #FA557F
Complementary color
Monochromatic Colors of #FA557F
Black with #FA557F
Text Example
Text Example
White with #FA557F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA557F; }
p { color: rgb(250,85,127); }
H1.HeaderClassName
{
color: #FA557F;
}
.AnyTagClassName
{
color: #FA557F;
}
</style>
background-color css
<style>
a { background-color: #FA557F; }
a { background-color: rgb(250,85,127); }
div.DivClassName
{
background-color: #FA557F;
}
.BgClassName
{
background-color: #FA557F;
}
</style>
border-color css
<style>
span { border-color: #FA557F; }
span { border-color: rgb(250,85,127); }
td.TdClassName
{
border-color: #FA557F;
}
.TagClassName
{
border-color: #FA557F;
}
</style>