Shades of Wild Watermelon #FF606B
Tints of Wild Watermelon #FF606B
RGB
CMYK
RGB Variations
Color information
#FF606B (or 0xFF606B) is known color: Wild Watermelon. HEX triplet: FF, 60 and 6B. RGB value is (255,96,107). Sum of RGB (Red+Green+Blue) = 255+96+107=458 (60% of max value = 765). Red value is 255 (100% from 255 or 55.68% from 458); Green value is 96 (37.89% from 255 or 20.96% from 458); Blue value is 107 (42.19% from 255 or 23.36% from 458); Max value from RGB is 255 - color contains mainly: red. Hex color #FF606B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF606B is #009F94. Grayscale: #909090. Windows color (decimal): -40853 or 7037183. OLE color: 7037183.
HSL color Cylindrical-coordinate representation of color #FF606B: hue angle of 355.85º 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 #FF606B is Cyan = 0, Magento = 0.62, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 96 | 107 | - |
| CMYK | 0 | 0.62 | 0.58 | 0 |
| HSL | 355.85º | 1% | 0.69% | - |
| HSV(B) | 355.85º | 0.62% | 1% | - |
| XYZ | 48.08 | 30.69 | 17.3 | - |
| YUV | 144.8 | 106.68 | 206.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 96 | 107 | 0 | 0.62 | 0.58 | 0 | 355.85 | 1 | 0.69 |
| Hex | FF | 60 | 6B | 0 | 3E | 3A | 0 | 164 | 64 | 45 |
| Octal | 377 | 140 | 153 | 0 | 76 | 72 | 0 | 544 | 144 | 105 |
| Binary | 11111111 | 1100000 | 1101011 | 0 | 111110 | 111010 | 0 | 101100100 | 1100100 | 1000101 |
Color Harmonies of #FF606B
Complementary color
Monochromatic Colors of #FF606B
Black with #FF606B
Text Example
Text Example
White with #FF606B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF606B; }
p { color: rgb(255,96,107); }
H1.HeaderClassName
{
color: #FF606B;
}
.AnyTagClassName
{
color: #FF606B;
}
</style>
background-color css
<style>
a { background-color: #FF606B; }
a { background-color: rgb(255,96,107); }
div.DivClassName
{
background-color: #FF606B;
}
.BgClassName
{
background-color: #FF606B;
}
</style>
border-color css
<style>
span { border-color: #FF606B; }
span { border-color: rgb(255,96,107); }
td.TdClassName
{
border-color: #FF606B;
}
.TagClassName
{
border-color: #FF606B;
}
</style>