Shades of Wild Watermelon #FB696E
Tints of Wild Watermelon #FB696E
RGB
CMYK
RGB Variations
Color information
#FB696E (or 0xFB696E) is known color: Wild Watermelon. HEX triplet: FB, 69 and 6E. RGB value is (251,105,110). Sum of RGB (Red+Green+Blue) = 251+105+110=466 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.86% from 466); Green value is 105 (41.41% from 255 or 22.53% from 466); Blue value is 110 (43.36% from 255 or 23.61% from 466); Max value from RGB is 251 - color contains mainly: red. Hex color #FB696E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB696E is #049691. Grayscale: #959595. Windows color (decimal): -300690 or 7236091. OLE color: 7236091.
HSL color Cylindrical-coordinate representation of color #FB696E: hue angle of 357.95º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FB696E is Cyan = 0, Magento = 0.58, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 105 | 110 | - |
| CMYK | 0 | 0.58 | 0.56 | 0.02 |
| HSL | 357.95º | 0.95% | 0.7% | - |
| HSV(B) | 357.95º | 0.58% | 0.98% | - |
| XYZ | 47.65 | 31.74 | 18.37 | - |
| YUV | 149.22 | 105.87 | 200.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 105 | 110 | 0 | 0.58 | 0.56 | 0.02 | 357.95 | 0.95 | 0.7 |
| Hex | FB | 69 | 6E | 0 | 3A | 38 | 2 | 166 | 5F | 46 |
| Octal | 373 | 151 | 156 | 0 | 72 | 70 | 2 | 546 | 137 | 106 |
| Binary | 11111011 | 1101001 | 1101110 | 0 | 111010 | 111000 | 10 | 101100110 | 1011111 | 1000110 |
Color Harmonies of #FB696E
Complementary color
Monochromatic Colors of #FB696E
Black with #FB696E
Text Example
Text Example
White with #FB696E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB696E; }
p { color: rgb(251,105,110); }
H1.HeaderClassName
{
color: #FB696E;
}
.AnyTagClassName
{
color: #FB696E;
}
</style>
background-color css
<style>
a { background-color: #FB696E; }
a { background-color: rgb(251,105,110); }
div.DivClassName
{
background-color: #FB696E;
}
.BgClassName
{
background-color: #FB696E;
}
</style>
border-color css
<style>
span { border-color: #FB696E; }
span { border-color: rgb(251,105,110); }
td.TdClassName
{
border-color: #FB696E;
}
.TagClassName
{
border-color: #FB696E;
}
</style>