Shades of Wild Watermelon #FA666B
Tints of Wild Watermelon #FA666B
RGB
CMYK
RGB Variations
Color information
#FA666B (or 0xFA666B) is known color: Wild Watermelon. HEX triplet: FA, 66 and 6B. RGB value is (250,102,107). Sum of RGB (Red+Green+Blue) = 250+102+107=459 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.47% from 459); Green value is 102 (40.23% from 255 or 22.22% from 459); Blue value is 107 (42.19% from 255 or 23.31% from 459); Max value from RGB is 250 - color contains mainly: red. Hex color #FA666B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA666B is #059994. Grayscale: #929292. Windows color (decimal): -366997 or 7038714. OLE color: 7038714.
HSL color Cylindrical-coordinate representation of color #FA666B: hue angle of 357.97º 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 #FA666B is Cyan = 0, Magento = 0.59, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 102 | 107 | - |
| CMYK | 0 | 0.59 | 0.57 | 0.02 |
| HSL | 357.97º | 0.94% | 0.69% | - |
| HSV(B) | 357.97º | 0.59% | 0.98% | - |
| XYZ | 46.83 | 30.89 | 17.4 | - |
| YUV | 146.82 | 105.53 | 201.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 102 | 107 | 0 | 0.59 | 0.57 | 0.02 | 357.97 | 0.94 | 0.69 |
| Hex | FA | 66 | 6B | 0 | 3B | 39 | 2 | 166 | 5E | 45 |
| Octal | 372 | 146 | 153 | 0 | 73 | 71 | 2 | 546 | 136 | 105 |
| Binary | 11111010 | 1100110 | 1101011 | 0 | 111011 | 111001 | 10 | 101100110 | 1011110 | 1000101 |
Color Harmonies of #FA666B
Complementary color
Monochromatic Colors of #FA666B
Black with #FA666B
Text Example
Text Example
White with #FA666B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA666B; }
p { color: rgb(250,102,107); }
H1.HeaderClassName
{
color: #FA666B;
}
.AnyTagClassName
{
color: #FA666B;
}
</style>
background-color css
<style>
a { background-color: #FA666B; }
a { background-color: rgb(250,102,107); }
div.DivClassName
{
background-color: #FA666B;
}
.BgClassName
{
background-color: #FA666B;
}
</style>
border-color css
<style>
span { border-color: #FA666B; }
span { border-color: rgb(250,102,107); }
td.TdClassName
{
border-color: #FA666B;
}
.TagClassName
{
border-color: #FA666B;
}
</style>