Shades of Wild Watermelon #FF696B
Tints of Wild Watermelon #FF696B
RGB
CMYK
RGB Variations
Color information
#FF696B (or 0xFF696B) is known color: Wild Watermelon. HEX triplet: FF, 69 and 6B. RGB value is (255,105,107). Sum of RGB (Red+Green+Blue) = 255+105+107=467 (61% of max value = 765). Red value is 255 (100% from 255 or 54.60% from 467); Green value is 105 (41.41% from 255 or 22.48% from 467); Blue value is 107 (42.19% from 255 or 22.91% from 467); Max value from RGB is 255 - color contains mainly: red. Hex color #FF696B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF696B is #009694. Grayscale: #969696. Windows color (decimal): -38549 or 7039487. OLE color: 7039487.
HSL color Cylindrical-coordinate representation of color #FF696B: hue angle of 359.2º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FF696B is Cyan = 0, Magento = 0.59, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 105 | 107 | - |
| CMYK | 0 | 0.59 | 0.58 | 0 |
| HSL | 359.2º | 1% | 0.71% | - |
| HSV(B) | 359.2º | 0.59% | 1% | - |
| XYZ | 48.95 | 32.42 | 17.59 | - |
| YUV | 150.08 | 103.7 | 202.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 105 | 107 | 0 | 0.59 | 0.58 | 0 | 359.2 | 1 | 0.71 |
| Hex | FF | 69 | 6B | 0 | 3B | 3A | 0 | 167 | 64 | 47 |
| Octal | 377 | 151 | 153 | 0 | 73 | 72 | 0 | 547 | 144 | 107 |
| Binary | 11111111 | 1101001 | 1101011 | 0 | 111011 | 111010 | 0 | 101100111 | 1100100 | 1000111 |
Color Harmonies of #FF696B
Complementary color
Monochromatic Colors of #FF696B
Black with #FF696B
Text Example
Text Example
White with #FF696B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF696B; }
p { color: rgb(255,105,107); }
H1.HeaderClassName
{
color: #FF696B;
}
.AnyTagClassName
{
color: #FF696B;
}
</style>
background-color css
<style>
a { background-color: #FF696B; }
a { background-color: rgb(255,105,107); }
div.DivClassName
{
background-color: #FF696B;
}
.BgClassName
{
background-color: #FF696B;
}
</style>
border-color css
<style>
span { border-color: #FF696B; }
span { border-color: rgb(255,105,107); }
td.TdClassName
{
border-color: #FF696B;
}
.TagClassName
{
border-color: #FF696B;
}
</style>