Shades of Wild Watermelon #FF6069
Tints of Wild Watermelon #FF6069
RGB
CMYK
RGB Variations
Color information
#FF6069 (or 0xFF6069) is known color: Wild Watermelon. HEX triplet: FF, 60 and 69. RGB value is (255,96,105). Sum of RGB (Red+Green+Blue) = 255+96+105=456 (60% of max value = 765). Red value is 255 (100% from 255 or 55.92% from 456); Green value is 96 (37.89% from 255 or 21.05% from 456); Blue value is 105 (41.41% from 255 or 23.03% from 456); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6069 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6069 is #009F96. Grayscale: #909090. Windows color (decimal): -40855 or 6906111. OLE color: 6906111.
HSL color Cylindrical-coordinate representation of color #FF6069: hue angle of 356.6º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FF6069 is Cyan = 0, Magento = 0.62, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 96 | 105 | - |
| CMYK | 0 | 0.62 | 0.59 | 0 |
| HSL | 356.6º | 1% | 0.69% | - |
| HSV(B) | 356.6º | 0.62% | 1% | - |
| XYZ | 47.97 | 30.65 | 16.75 | - |
| YUV | 144.57 | 105.68 | 206.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 96 | 105 | 0 | 0.62 | 0.59 | 0 | 356.6 | 1 | 0.69 |
| Hex | FF | 60 | 69 | 0 | 3E | 3B | 0 | 165 | 64 | 45 |
| Octal | 377 | 140 | 151 | 0 | 76 | 73 | 0 | 545 | 144 | 105 |
| Binary | 11111111 | 1100000 | 1101001 | 0 | 111110 | 111011 | 0 | 101100101 | 1100100 | 1000101 |
Color Harmonies of #FF6069
Complementary color
Monochromatic Colors of #FF6069
Black with #FF6069
Text Example
Text Example
White with #FF6069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6069; }
p { color: rgb(255,96,105); }
H1.HeaderClassName
{
color: #FF6069;
}
.AnyTagClassName
{
color: #FF6069;
}
</style>
background-color css
<style>
a { background-color: #FF6069; }
a { background-color: rgb(255,96,105); }
div.DivClassName
{
background-color: #FF6069;
}
.BgClassName
{
background-color: #FF6069;
}
</style>
border-color css
<style>
span { border-color: #FF6069; }
span { border-color: rgb(255,96,105); }
td.TdClassName
{
border-color: #FF6069;
}
.TagClassName
{
border-color: #FF6069;
}
</style>