Shades of Wild Watermelon #FF606C
Tints of Wild Watermelon #FF606C
RGB
CMYK
RGB Variations
Color information
#FF606C (or 0xFF606C) is known color: Wild Watermelon. HEX triplet: FF, 60 and 6C. RGB value is (255,96,108). Sum of RGB (Red+Green+Blue) = 255+96+108=459 (60% of max value = 765). Red value is 255 (100% from 255 or 55.56% from 459); Green value is 96 (37.89% from 255 or 20.92% from 459); Blue value is 108 (42.58% from 255 or 23.53% from 459); Max value from RGB is 255 - color contains mainly: red. Hex color #FF606C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF606C is #009F93. Grayscale: #919191. Windows color (decimal): -40852 or 7102719. OLE color: 7102719.
HSL color Cylindrical-coordinate representation of color #FF606C: hue angle of 355.47º 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 #FF606C is Cyan = 0, Magento = 0.62, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 96 | 108 | - |
| CMYK | 0 | 0.62 | 0.58 | 0 |
| HSL | 355.47º | 1% | 0.69% | - |
| HSV(B) | 355.47º | 0.62% | 1% | - |
| XYZ | 48.13 | 30.71 | 17.58 | - |
| YUV | 144.91 | 107.18 | 206.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 96 | 108 | 0 | 0.62 | 0.58 | 0 | 355.47 | 1 | 0.69 |
| Hex | FF | 60 | 6C | 0 | 3E | 3A | 0 | 163 | 64 | 45 |
| Octal | 377 | 140 | 154 | 0 | 76 | 72 | 0 | 543 | 144 | 105 |
| Binary | 11111111 | 1100000 | 1101100 | 0 | 111110 | 111010 | 0 | 101100011 | 1100100 | 1000101 |
Color Harmonies of #FF606C
Complementary color
Monochromatic Colors of #FF606C
Black with #FF606C
Text Example
Text Example
White with #FF606C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF606C; }
p { color: rgb(255,96,108); }
H1.HeaderClassName
{
color: #FF606C;
}
.AnyTagClassName
{
color: #FF606C;
}
</style>
background-color css
<style>
a { background-color: #FF606C; }
a { background-color: rgb(255,96,108); }
div.DivClassName
{
background-color: #FF606C;
}
.BgClassName
{
background-color: #FF606C;
}
</style>
border-color css
<style>
span { border-color: #FF606C; }
span { border-color: rgb(255,96,108); }
td.TdClassName
{
border-color: #FF606C;
}
.TagClassName
{
border-color: #FF606C;
}
</style>