Shades of Wild Watermelon #FF606F
Tints of Wild Watermelon #FF606F
RGB
CMYK
RGB Variations
Color information
#FF606F (or 0xFF606F) is known color: Wild Watermelon. HEX triplet: FF, 60 and 6F. RGB value is (255,96,111). Sum of RGB (Red+Green+Blue) = 255+96+111=462 (61% of max value = 765). Red value is 255 (100% from 255 or 55.19% from 462); Green value is 96 (37.89% from 255 or 20.78% from 462); Blue value is 111 (43.75% from 255 or 24.03% from 462); Max value from RGB is 255 - color contains mainly: red. Hex color #FF606F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF606F is #009F90. Grayscale: #919191. Windows color (decimal): -40849 or 7299327. OLE color: 7299327.
HSL color Cylindrical-coordinate representation of color #FF606F: hue angle of 354.34º 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 #FF606F is Cyan = 0, Magento = 0.62, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 96 | 111 | - |
| CMYK | 0 | 0.62 | 0.56 | 0 |
| HSL | 354.34º | 1% | 0.69% | - |
| HSV(B) | 354.34º | 0.62% | 1% | - |
| XYZ | 48.29 | 30.77 | 18.43 | - |
| YUV | 145.25 | 108.68 | 206.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 96 | 111 | 0 | 0.62 | 0.56 | 0 | 354.34 | 1 | 0.69 |
| Hex | FF | 60 | 6F | 0 | 3E | 38 | 0 | 162 | 64 | 45 |
| Octal | 377 | 140 | 157 | 0 | 76 | 70 | 0 | 542 | 144 | 105 |
| Binary | 11111111 | 1100000 | 1101111 | 0 | 111110 | 111000 | 0 | 101100010 | 1100100 | 1000101 |
Color Harmonies of #FF606F
Complementary color
Monochromatic Colors of #FF606F
Black with #FF606F
Text Example
Text Example
White with #FF606F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF606F; }
p { color: rgb(255,96,111); }
H1.HeaderClassName
{
color: #FF606F;
}
.AnyTagClassName
{
color: #FF606F;
}
</style>
background-color css
<style>
a { background-color: #FF606F; }
a { background-color: rgb(255,96,111); }
div.DivClassName
{
background-color: #FF606F;
}
.BgClassName
{
background-color: #FF606F;
}
</style>
border-color css
<style>
span { border-color: #FF606F; }
span { border-color: rgb(255,96,111); }
td.TdClassName
{
border-color: #FF606F;
}
.TagClassName
{
border-color: #FF606F;
}
</style>