Shades of Wild Watermelon #FA5266
Tints of Wild Watermelon #FA5266
RGB
CMYK
RGB Variations
Color information
#FA5266 (or 0xFA5266) is known color: Wild Watermelon. HEX triplet: FA, 52 and 66. RGB value is (250,82,102). Sum of RGB (Red+Green+Blue) = 250+82+102=434 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.60% from 434); Green value is 82 (32.42% from 255 or 18.89% from 434); Blue value is 102 (40.23% from 255 or 23.50% from 434); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5266 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA5266 is #05AD99. Grayscale: #868686. Windows color (decimal): -372122 or 6705914. OLE color: 6705914.
HSL color Cylindrical-coordinate representation of color #FA5266: hue angle of 352.86º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FA5266 is Cyan = 0, Magento = 0.67, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 82 | 102 | - |
| CMYK | 0 | 0.67 | 0.59 | 0.02 |
| HSL | 352.86º | 0.94% | 0.65% | - |
| HSV(B) | 352.86º | 0.67% | 0.98% | - |
| XYZ | 44.84 | 27.32 | 15.48 | - |
| YUV | 134.51 | 109.66 | 210.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 82 | 102 | 0 | 0.67 | 0.59 | 0.02 | 352.86 | 0.94 | 0.65 |
| Hex | FA | 52 | 66 | 0 | 43 | 3B | 2 | 161 | 5E | 41 |
| Octal | 372 | 122 | 146 | 0 | 103 | 73 | 2 | 541 | 136 | 101 |
| Binary | 11111010 | 1010010 | 1100110 | 0 | 1000011 | 111011 | 10 | 101100001 | 1011110 | 1000001 |
Color Harmonies of #FA5266
Complementary color
Monochromatic Colors of #FA5266
Black with #FA5266
Text Example
Text Example
White with #FA5266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5266; }
p { color: rgb(250,82,102); }
H1.HeaderClassName
{
color: #FA5266;
}
.AnyTagClassName
{
color: #FA5266;
}
</style>
background-color css
<style>
a { background-color: #FA5266; }
a { background-color: rgb(250,82,102); }
div.DivClassName
{
background-color: #FA5266;
}
.BgClassName
{
background-color: #FA5266;
}
</style>
border-color css
<style>
span { border-color: #FA5266; }
span { border-color: rgb(250,82,102); }
td.TdClassName
{
border-color: #FA5266;
}
.TagClassName
{
border-color: #FA5266;
}
</style>