Shades of Wild Watermelon #FA6078
Tints of Wild Watermelon #FA6078
RGB
CMYK
RGB Variations
Color information
#FA6078 (or 0xFA6078) is known color: Wild Watermelon. HEX triplet: FA, 60 and 78. RGB value is (250,96,120). Sum of RGB (Red+Green+Blue) = 250+96+120=466 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.65% from 466); Green value is 96 (37.89% from 255 or 20.60% from 466); Blue value is 120 (47.27% from 255 or 25.75% from 466); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6078 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA6078 is #059F87. Grayscale: #909090. Windows color (decimal): -368520 or 7889146. OLE color: 7889146.
HSL color Cylindrical-coordinate representation of color #FA6078: hue angle of 350.65º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FA6078 is Cyan = 0, Magento = 0.62, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 96 | 120 | - |
| CMYK | 0 | 0.62 | 0.52 | 0.02 |
| HSL | 350.65º | 0.94% | 0.68% | - |
| HSV(B) | 350.65º | 0.62% | 0.98% | - |
| XYZ | 47 | 30.05 | 21.09 | - |
| YUV | 144.78 | 114.02 | 203.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 96 | 120 | 0 | 0.62 | 0.52 | 0.02 | 350.65 | 0.94 | 0.68 |
| Hex | FA | 60 | 78 | 0 | 3E | 34 | 2 | 15F | 5E | 44 |
| Octal | 372 | 140 | 170 | 0 | 76 | 64 | 2 | 537 | 136 | 104 |
| Binary | 11111010 | 1100000 | 1111000 | 0 | 111110 | 110100 | 10 | 101011111 | 1011110 | 1000100 |
Color Harmonies of #FA6078
Complementary color
Monochromatic Colors of #FA6078
Black with #FA6078
Text Example
Text Example
White with #FA6078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6078; }
p { color: rgb(250,96,120); }
H1.HeaderClassName
{
color: #FA6078;
}
.AnyTagClassName
{
color: #FA6078;
}
</style>
background-color css
<style>
a { background-color: #FA6078; }
a { background-color: rgb(250,96,120); }
div.DivClassName
{
background-color: #FA6078;
}
.BgClassName
{
background-color: #FA6078;
}
</style>
border-color css
<style>
span { border-color: #FA6078; }
span { border-color: rgb(250,96,120); }
td.TdClassName
{
border-color: #FA6078;
}
.TagClassName
{
border-color: #FA6078;
}
</style>