Shades of Wild Watermelon #FA547F
Tints of Wild Watermelon #FA547F
RGB
CMYK
RGB Variations
Color information
#FA547F (or 0xFA547F) is known color: Wild Watermelon. HEX triplet: FA, 54 and 7F. RGB value is (250,84,127). Sum of RGB (Red+Green+Blue) = 250+84+127=461 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.23% from 461); Green value is 84 (33.20% from 255 or 18.22% from 461); Blue value is 127 (50% from 255 or 27.55% from 461); Max value from RGB is 250 - color contains mainly: red. Hex color #FA547F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA547F is #05AB80. Grayscale: #8A8A8A. Windows color (decimal): -371585 or 8344826. OLE color: 8344826.
HSL color Cylindrical-coordinate representation of color #FA547F: hue angle of 344.46º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FA547F is Cyan = 0, Magento = 0.66, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 84 | 127 | - |
| CMYK | 0 | 0.66 | 0.49 | 0.02 |
| HSL | 344.46º | 0.94% | 0.65% | - |
| HSV(B) | 344.46º | 0.66% | 0.98% | - |
| XYZ | 46.43 | 28.2 | 23.07 | - |
| YUV | 138.54 | 121.5 | 207.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 84 | 127 | 0 | 0.66 | 0.49 | 0.02 | 344.46 | 0.94 | 0.65 |
| Hex | FA | 54 | 7F | 0 | 42 | 31 | 2 | 158 | 5E | 41 |
| Octal | 372 | 124 | 177 | 0 | 102 | 61 | 2 | 530 | 136 | 101 |
| Binary | 11111010 | 1010100 | 1111111 | 0 | 1000010 | 110001 | 10 | 101011000 | 1011110 | 1000001 |
Color Harmonies of #FA547F
Complementary color
Monochromatic Colors of #FA547F
Black with #FA547F
Text Example
Text Example
White with #FA547F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA547F; }
p { color: rgb(250,84,127); }
H1.HeaderClassName
{
color: #FA547F;
}
.AnyTagClassName
{
color: #FA547F;
}
</style>
background-color css
<style>
a { background-color: #FA547F; }
a { background-color: rgb(250,84,127); }
div.DivClassName
{
background-color: #FA547F;
}
.BgClassName
{
background-color: #FA547F;
}
</style>
border-color css
<style>
span { border-color: #FA547F; }
span { border-color: rgb(250,84,127); }
td.TdClassName
{
border-color: #FA547F;
}
.TagClassName
{
border-color: #FA547F;
}
</style>