Shades of Wild Watermelon #FA606F
Tints of Wild Watermelon #FA606F
RGB
CMYK
RGB Variations
Color information
#FA606F (or 0xFA606F) is known color: Wild Watermelon. HEX triplet: FA, 60 and 6F. RGB value is (250,96,111). Sum of RGB (Red+Green+Blue) = 250+96+111=457 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.70% from 457); Green value is 96 (37.89% from 255 or 21.01% from 457); Blue value is 111 (43.75% from 255 or 24.29% from 457); Max value from RGB is 250 - color contains mainly: red. Hex color #FA606F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA606F is #059F90. Grayscale: #8F8F8F. Windows color (decimal): -368529 or 7299322. OLE color: 7299322.
HSL color Cylindrical-coordinate representation of color #FA606F: hue angle of 354.16º 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 #FA606F is Cyan = 0, Magento = 0.62, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 96 | 111 | - |
| CMYK | 0 | 0.62 | 0.56 | 0.02 |
| HSL | 354.16º | 0.94% | 0.68% | - |
| HSV(B) | 354.16º | 0.62% | 0.98% | - |
| XYZ | 46.48 | 29.84 | 18.35 | - |
| YUV | 143.76 | 109.52 | 203.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 96 | 111 | 0 | 0.62 | 0.56 | 0.02 | 354.16 | 0.94 | 0.68 |
| Hex | FA | 60 | 6F | 0 | 3E | 38 | 2 | 162 | 5E | 44 |
| Octal | 372 | 140 | 157 | 0 | 76 | 70 | 2 | 542 | 136 | 104 |
| Binary | 11111010 | 1100000 | 1101111 | 0 | 111110 | 111000 | 10 | 101100010 | 1011110 | 1000100 |
Color Harmonies of #FA606F
Complementary color
Monochromatic Colors of #FA606F
Black with #FA606F
Text Example
Text Example
White with #FA606F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA606F; }
p { color: rgb(250,96,111); }
H1.HeaderClassName
{
color: #FA606F;
}
.AnyTagClassName
{
color: #FA606F;
}
</style>
background-color css
<style>
a { background-color: #FA606F; }
a { background-color: rgb(250,96,111); }
div.DivClassName
{
background-color: #FA606F;
}
.BgClassName
{
background-color: #FA606F;
}
</style>
border-color css
<style>
span { border-color: #FA606F; }
span { border-color: rgb(250,96,111); }
td.TdClassName
{
border-color: #FA606F;
}
.TagClassName
{
border-color: #FA606F;
}
</style>