Shades of Wild Watermelon #FF6769
Tints of Wild Watermelon #FF6769
RGB
CMYK
RGB Variations
Color information
#FF6769 (or 0xFF6769) is known color: Wild Watermelon. HEX triplet: FF, 67 and 69. RGB value is (255,103,105). Sum of RGB (Red+Green+Blue) = 255+103+105=463 (61% of max value = 765). Red value is 255 (100% from 255 or 55.08% from 463); Green value is 103 (40.62% from 255 or 22.25% from 463); Blue value is 105 (41.41% from 255 or 22.68% from 463); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6769 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6769 is #009896. Grayscale: #949494. Windows color (decimal): -39063 or 6907903. OLE color: 6907903.
HSL color Cylindrical-coordinate representation of color #FF6769: hue angle of 359.21º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FF6769 is Cyan = 0, Magento = 0.60, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 103 | 105 | - |
| CMYK | 0 | 0.60 | 0.59 | 0 |
| HSL | 359.21º | 1% | 0.7% | - |
| HSV(B) | 359.21º | 0.6% | 1% | - |
| XYZ | 48.64 | 31.98 | 16.97 | - |
| YUV | 148.68 | 103.36 | 203.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 103 | 105 | 0 | 0.60 | 0.59 | 0 | 359.21 | 1 | 0.7 |
| Hex | FF | 67 | 69 | 0 | 3C | 3B | 0 | 167 | 64 | 46 |
| Octal | 377 | 147 | 151 | 0 | 74 | 73 | 0 | 547 | 144 | 106 |
| Binary | 11111111 | 1100111 | 1101001 | 0 | 111100 | 111011 | 0 | 101100111 | 1100100 | 1000110 |
Color Harmonies of #FF6769
Complementary color
Monochromatic Colors of #FF6769
Black with #FF6769
Text Example
Text Example
White with #FF6769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6769; }
p { color: rgb(255,103,105); }
H1.HeaderClassName
{
color: #FF6769;
}
.AnyTagClassName
{
color: #FF6769;
}
</style>
background-color css
<style>
a { background-color: #FF6769; }
a { background-color: rgb(255,103,105); }
div.DivClassName
{
background-color: #FF6769;
}
.BgClassName
{
background-color: #FF6769;
}
</style>
border-color css
<style>
span { border-color: #FF6769; }
span { border-color: rgb(255,103,105); }
td.TdClassName
{
border-color: #FF6769;
}
.TagClassName
{
border-color: #FF6769;
}
</style>