Shades of Wild Watermelon #FB696D
Tints of Wild Watermelon #FB696D
RGB
CMYK
RGB Variations
Color information
#FB696D (or 0xFB696D) is known color: Wild Watermelon. HEX triplet: FB, 69 and 6D. RGB value is (251,105,109). Sum of RGB (Red+Green+Blue) = 251+105+109=465 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.98% from 465); Green value is 105 (41.41% from 255 or 22.58% from 465); Blue value is 109 (42.97% from 255 or 23.44% from 465); Max value from RGB is 251 - color contains mainly: red. Hex color #FB696D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB696D is #049692. Grayscale: #959595. Windows color (decimal): -300691 or 7170555. OLE color: 7170555.
HSL color Cylindrical-coordinate representation of color #FB696D: hue angle of 358.36º 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 #FB696D is Cyan = 0, Magento = 0.58, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 105 | 109 | - |
| CMYK | 0 | 0.58 | 0.57 | 0.02 |
| HSL | 358.36º | 0.95% | 0.7% | - |
| HSV(B) | 358.36º | 0.58% | 0.98% | - |
| XYZ | 47.6 | 31.72 | 18.08 | - |
| YUV | 149.11 | 105.37 | 200.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 105 | 109 | 0 | 0.58 | 0.57 | 0.02 | 358.36 | 0.95 | 0.7 |
| Hex | FB | 69 | 6D | 0 | 3A | 39 | 2 | 166 | 5F | 46 |
| Octal | 373 | 151 | 155 | 0 | 72 | 71 | 2 | 546 | 137 | 106 |
| Binary | 11111011 | 1101001 | 1101101 | 0 | 111010 | 111001 | 10 | 101100110 | 1011111 | 1000110 |
Color Harmonies of #FB696D
Complementary color
Monochromatic Colors of #FB696D
Black with #FB696D
Text Example
Text Example
White with #FB696D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB696D; }
p { color: rgb(251,105,109); }
H1.HeaderClassName
{
color: #FB696D;
}
.AnyTagClassName
{
color: #FB696D;
}
</style>
background-color css
<style>
a { background-color: #FB696D; }
a { background-color: rgb(251,105,109); }
div.DivClassName
{
background-color: #FB696D;
}
.BgClassName
{
background-color: #FB696D;
}
</style>
border-color css
<style>
span { border-color: #FB696D; }
span { border-color: rgb(251,105,109); }
td.TdClassName
{
border-color: #FB696D;
}
.TagClassName
{
border-color: #FB696D;
}
</style>