Shades of Wild Watermelon #FA5064
Tints of Wild Watermelon #FA5064
RGB
CMYK
RGB Variations
Color information
#FA5064 (or 0xFA5064) is known color: Wild Watermelon. HEX triplet: FA, 50 and 64. RGB value is (250,80,100). Sum of RGB (Red+Green+Blue) = 250+80+100=430 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.14% from 430); Green value is 80 (31.64% from 255 or 18.60% from 430); Blue value is 100 (39.45% from 255 or 23.26% from 430); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5064 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA5064 is #05AF9B. Grayscale: #858585. Windows color (decimal): -372636 or 6574330. OLE color: 6574330.
HSL color Cylindrical-coordinate representation of color #FA5064: hue angle of 352.94º 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 #FA5064 is Cyan = 0, Magento = 0.68, Yellow = 0.6 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 80 | 100 | - |
| CMYK | 0 | 0.68 | 0.6 | 0.02 |
| HSL | 352.94º | 0.94% | 0.65% | - |
| HSV(B) | 352.94º | 0.68% | 0.98% | - |
| XYZ | 44.59 | 26.98 | 14.91 | - |
| YUV | 133.11 | 109.32 | 211.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 80 | 100 | 0 | 0.68 | 0.6 | 0.02 | 352.94 | 0.94 | 0.65 |
| Hex | FA | 50 | 64 | 0 | 44 | 3C | 2 | 161 | 5E | 41 |
| Octal | 372 | 120 | 144 | 0 | 104 | 74 | 2 | 541 | 136 | 101 |
| Binary | 11111010 | 1010000 | 1100100 | 0 | 1000100 | 111100 | 10 | 101100001 | 1011110 | 1000001 |
Color Harmonies of #FA5064
Complementary color
Monochromatic Colors of #FA5064
Black with #FA5064
Text Example
Text Example
White with #FA5064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5064; }
p { color: rgb(250,80,100); }
H1.HeaderClassName
{
color: #FA5064;
}
.AnyTagClassName
{
color: #FA5064;
}
</style>
background-color css
<style>
a { background-color: #FA5064; }
a { background-color: rgb(250,80,100); }
div.DivClassName
{
background-color: #FA5064;
}
.BgClassName
{
background-color: #FA5064;
}
</style>
border-color css
<style>
span { border-color: #FA5064; }
span { border-color: rgb(250,80,100); }
td.TdClassName
{
border-color: #FA5064;
}
.TagClassName
{
border-color: #FA5064;
}
</style>