Shades of Wild Watermelon #FA666F
Tints of Wild Watermelon #FA666F
RGB
CMYK
RGB Variations
Color information
#FA666F (or 0xFA666F) is known color: Wild Watermelon. HEX triplet: FA, 66 and 6F. RGB value is (250,102,111). Sum of RGB (Red+Green+Blue) = 250+102+111=463 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.00% from 463); Green value is 102 (40.23% from 255 or 22.03% from 463); Blue value is 111 (43.75% from 255 or 23.97% from 463); Max value from RGB is 250 - color contains mainly: red. Hex color #FA666F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA666F is #059990. Grayscale: #939393. Windows color (decimal): -366993 or 7300858. OLE color: 7300858.
HSL color Cylindrical-coordinate representation of color #FA666F: hue angle of 356.35º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FA666F is Cyan = 0, Magento = 0.59, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 102 | 111 | - |
| CMYK | 0 | 0.59 | 0.56 | 0.02 |
| HSL | 356.35º | 0.94% | 0.69% | - |
| HSV(B) | 356.35º | 0.59% | 0.98% | - |
| XYZ | 47.04 | 30.97 | 18.54 | - |
| YUV | 147.28 | 107.53 | 201.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 102 | 111 | 0 | 0.59 | 0.56 | 0.02 | 356.35 | 0.94 | 0.69 |
| Hex | FA | 66 | 6F | 0 | 3B | 38 | 2 | 164 | 5E | 45 |
| Octal | 372 | 146 | 157 | 0 | 73 | 70 | 2 | 544 | 136 | 105 |
| Binary | 11111010 | 1100110 | 1101111 | 0 | 111011 | 111000 | 10 | 101100100 | 1011110 | 1000101 |
Color Harmonies of #FA666F
Complementary color
Monochromatic Colors of #FA666F
Black with #FA666F
Text Example
Text Example
White with #FA666F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA666F; }
p { color: rgb(250,102,111); }
H1.HeaderClassName
{
color: #FA666F;
}
.AnyTagClassName
{
color: #FA666F;
}
</style>
background-color css
<style>
a { background-color: #FA666F; }
a { background-color: rgb(250,102,111); }
div.DivClassName
{
background-color: #FA666F;
}
.BgClassName
{
background-color: #FA666F;
}
</style>
border-color css
<style>
span { border-color: #FA666F; }
span { border-color: rgb(250,102,111); }
td.TdClassName
{
border-color: #FA666F;
}
.TagClassName
{
border-color: #FA666F;
}
</style>