Shades of Wild Watermelon #FF6869
Tints of Wild Watermelon #FF6869
RGB
CMYK
RGB Variations
Color information
#FF6869 (or 0xFF6869) is known color: Wild Watermelon. HEX triplet: FF, 68 and 69. RGB value is (255,104,105). Sum of RGB (Red+Green+Blue) = 255+104+105=464 (61% of max value = 765). Red value is 255 (100% from 255 or 54.96% from 464); Green value is 104 (41.02% from 255 or 22.41% from 464); Blue value is 105 (41.41% from 255 or 22.63% from 464); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6869 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6869 is #009796. Grayscale: #959595. Windows color (decimal): -38807 or 6908159. OLE color: 6908159.
HSL color Cylindrical-coordinate representation of color #FF6869: hue angle of 359.6º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FF6869 is Cyan = 0, Magento = 0.59, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 104 | 105 | - |
| CMYK | 0 | 0.59 | 0.59 | 0 |
| HSL | 359.6º | 1% | 0.7% | - |
| HSV(B) | 359.6º | 0.59% | 1% | - |
| XYZ | 48.74 | 32.18 | 17.01 | - |
| YUV | 149.26 | 103.03 | 203.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 104 | 105 | 0 | 0.59 | 0.59 | 0 | 359.6 | 1 | 0.7 |
| Hex | FF | 68 | 69 | 0 | 3B | 3B | 0 | 168 | 64 | 46 |
| Octal | 377 | 150 | 151 | 0 | 73 | 73 | 0 | 550 | 144 | 106 |
| Binary | 11111111 | 1101000 | 1101001 | 0 | 111011 | 111011 | 0 | 101101000 | 1100100 | 1000110 |
Color Harmonies of #FF6869
Complementary color
Monochromatic Colors of #FF6869
Black with #FF6869
Text Example
Text Example
White with #FF6869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6869; }
p { color: rgb(255,104,105); }
H1.HeaderClassName
{
color: #FF6869;
}
.AnyTagClassName
{
color: #FF6869;
}
</style>
background-color css
<style>
a { background-color: #FF6869; }
a { background-color: rgb(255,104,105); }
div.DivClassName
{
background-color: #FF6869;
}
.BgClassName
{
background-color: #FF6869;
}
</style>
border-color css
<style>
span { border-color: #FF6869; }
span { border-color: rgb(255,104,105); }
td.TdClassName
{
border-color: #FF6869;
}
.TagClassName
{
border-color: #FF6869;
}
</style>