Shades of Wild Watermelon #FA5078
Tints of Wild Watermelon #FA5078
RGB
CMYK
RGB Variations
Color information
#FA5078 (or 0xFA5078) is known color: Wild Watermelon. HEX triplet: FA, 50 and 78. RGB value is (250,80,120). Sum of RGB (Red+Green+Blue) = 250+80+120=450 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.56% from 450); Green value is 80 (31.64% from 255 or 17.78% from 450); Blue value is 120 (47.27% from 255 or 26.67% from 450); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5078 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA5078 is #05AF87. Grayscale: #878787. Windows color (decimal): -372616 or 7885050. OLE color: 7885050.
HSL color Cylindrical-coordinate representation of color #FA5078: hue angle of 345.88º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FA5078 is Cyan = 0, Magento = 0.68, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 80 | 120 | - |
| CMYK | 0 | 0.68 | 0.52 | 0.02 |
| HSL | 345.88º | 0.94% | 0.65% | - |
| HSV(B) | 345.88º | 0.68% | 0.98% | - |
| XYZ | 45.68 | 27.42 | 20.65 | - |
| YUV | 135.39 | 119.32 | 209.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 80 | 120 | 0 | 0.68 | 0.52 | 0.02 | 345.88 | 0.94 | 0.65 |
| Hex | FA | 50 | 78 | 0 | 44 | 34 | 2 | 15A | 5E | 41 |
| Octal | 372 | 120 | 170 | 0 | 104 | 64 | 2 | 532 | 136 | 101 |
| Binary | 11111010 | 1010000 | 1111000 | 0 | 1000100 | 110100 | 10 | 101011010 | 1011110 | 1000001 |
Color Harmonies of #FA5078
Complementary color
Monochromatic Colors of #FA5078
Black with #FA5078
Text Example
Text Example
White with #FA5078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5078; }
p { color: rgb(250,80,120); }
H1.HeaderClassName
{
color: #FA5078;
}
.AnyTagClassName
{
color: #FA5078;
}
</style>
background-color css
<style>
a { background-color: #FA5078; }
a { background-color: rgb(250,80,120); }
div.DivClassName
{
background-color: #FA5078;
}
.BgClassName
{
background-color: #FA5078;
}
</style>
border-color css
<style>
span { border-color: #FA5078; }
span { border-color: rgb(250,80,120); }
td.TdClassName
{
border-color: #FA5078;
}
.TagClassName
{
border-color: #FA5078;
}
</style>