Shades of Wild Watermelon #FA5268
Tints of Wild Watermelon #FA5268
RGB
CMYK
RGB Variations
Color information
#FA5268 (or 0xFA5268) is known color: Wild Watermelon. HEX triplet: FA, 52 and 68. RGB value is (250,82,104). Sum of RGB (Red+Green+Blue) = 250+82+104=436 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.34% from 436); Green value is 82 (32.42% from 255 or 18.81% from 436); Blue value is 104 (41.02% from 255 or 23.85% from 436); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5268 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA5268 is #05AD97. Grayscale: #868686. Windows color (decimal): -372120 or 6836986. OLE color: 6836986.
HSL color Cylindrical-coordinate representation of color #FA5268: hue angle of 352.14º 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 #FA5268 is Cyan = 0, Magento = 0.67, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 82 | 104 | - |
| CMYK | 0 | 0.67 | 0.58 | 0.02 |
| HSL | 352.14º | 0.94% | 0.65% | - |
| HSV(B) | 352.14º | 0.67% | 0.98% | - |
| XYZ | 44.94 | 27.36 | 16.01 | - |
| YUV | 134.74 | 110.66 | 210.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 82 | 104 | 0 | 0.67 | 0.58 | 0.02 | 352.14 | 0.94 | 0.65 |
| Hex | FA | 52 | 68 | 0 | 43 | 3A | 2 | 160 | 5E | 41 |
| Octal | 372 | 122 | 150 | 0 | 103 | 72 | 2 | 540 | 136 | 101 |
| Binary | 11111010 | 1010010 | 1101000 | 0 | 1000011 | 111010 | 10 | 101100000 | 1011110 | 1000001 |
Color Harmonies of #FA5268
Complementary color
Monochromatic Colors of #FA5268
Black with #FA5268
Text Example
Text Example
White with #FA5268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5268; }
p { color: rgb(250,82,104); }
H1.HeaderClassName
{
color: #FA5268;
}
.AnyTagClassName
{
color: #FA5268;
}
</style>
background-color css
<style>
a { background-color: #FA5268; }
a { background-color: rgb(250,82,104); }
div.DivClassName
{
background-color: #FA5268;
}
.BgClassName
{
background-color: #FA5268;
}
</style>
border-color css
<style>
span { border-color: #FA5268; }
span { border-color: rgb(250,82,104); }
td.TdClassName
{
border-color: #FA5268;
}
.TagClassName
{
border-color: #FA5268;
}
</style>