Shades of Wild Watermelon #FA5C78
Tints of Wild Watermelon #FA5C78
RGB
CMYK
RGB Variations
Color information
#FA5C78 (or 0xFA5C78) is known color: Wild Watermelon. HEX triplet: FA, 5C and 78. RGB value is (250,92,120). Sum of RGB (Red+Green+Blue) = 250+92+120=462 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.11% from 462); Green value is 92 (36.33% from 255 or 19.91% from 462); Blue value is 120 (47.27% from 255 or 25.97% from 462); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5C78 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA5C78 is #05A387. Grayscale: #8E8E8E. Windows color (decimal): -369544 or 7888122. OLE color: 7888122.
HSL color Cylindrical-coordinate representation of color #FA5C78: hue angle of 349.37º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FA5C78 is Cyan = 0, Magento = 0.63, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 92 | 120 | - |
| CMYK | 0 | 0.63 | 0.52 | 0.02 |
| HSL | 349.37º | 0.94% | 0.67% | - |
| HSV(B) | 349.37º | 0.63% | 0.98% | - |
| XYZ | 46.64 | 29.33 | 20.97 | - |
| YUV | 142.43 | 115.35 | 204.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 92 | 120 | 0 | 0.63 | 0.52 | 0.02 | 349.37 | 0.94 | 0.67 |
| Hex | FA | 5C | 78 | 0 | 3F | 34 | 2 | 15D | 5E | 43 |
| Octal | 372 | 134 | 170 | 0 | 77 | 64 | 2 | 535 | 136 | 103 |
| Binary | 11111010 | 1011100 | 1111000 | 0 | 111111 | 110100 | 10 | 101011101 | 1011110 | 1000011 |
Color Harmonies of #FA5C78
Complementary color
Monochromatic Colors of #FA5C78
Black with #FA5C78
Text Example
Text Example
White with #FA5C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5C78; }
p { color: rgb(250,92,120); }
H1.HeaderClassName
{
color: #FA5C78;
}
.AnyTagClassName
{
color: #FA5C78;
}
</style>
background-color css
<style>
a { background-color: #FA5C78; }
a { background-color: rgb(250,92,120); }
div.DivClassName
{
background-color: #FA5C78;
}
.BgClassName
{
background-color: #FA5C78;
}
</style>
border-color css
<style>
span { border-color: #FA5C78; }
span { border-color: rgb(250,92,120); }
td.TdClassName
{
border-color: #FA5C78;
}
.TagClassName
{
border-color: #FA5C78;
}
</style>