Shades of Wild Watermelon #FF6067
Tints of Wild Watermelon #FF6067
RGB
CMYK
RGB Variations
Color information
#FF6067 (or 0xFF6067) is known color: Wild Watermelon. HEX triplet: FF, 60 and 67. RGB value is (255,96,103). Sum of RGB (Red+Green+Blue) = 255+96+103=454 (60% of max value = 765). Red value is 255 (100% from 255 or 56.17% from 454); Green value is 96 (37.89% from 255 or 21.15% from 454); Blue value is 103 (40.62% from 255 or 22.69% from 454); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6067 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6067 is #009F98. Grayscale: #909090. Windows color (decimal): -40857 or 6775039. OLE color: 6775039.
HSL color Cylindrical-coordinate representation of color #FF6067: hue angle of 357.36º 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 #FF6067 is Cyan = 0, Magento = 0.62, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 96 | 103 | - |
| CMYK | 0 | 0.62 | 0.60 | 0 |
| HSL | 357.36º | 1% | 0.69% | - |
| HSV(B) | 357.36º | 0.62% | 1% | - |
| XYZ | 47.87 | 30.61 | 16.22 | - |
| YUV | 144.34 | 104.68 | 206.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 96 | 103 | 0 | 0.62 | 0.60 | 0 | 357.36 | 1 | 0.69 |
| Hex | FF | 60 | 67 | 0 | 3E | 3C | 0 | 165 | 64 | 45 |
| Octal | 377 | 140 | 147 | 0 | 76 | 74 | 0 | 545 | 144 | 105 |
| Binary | 11111111 | 1100000 | 1100111 | 0 | 111110 | 111100 | 0 | 101100101 | 1100100 | 1000101 |
Color Harmonies of #FF6067
Complementary color
Monochromatic Colors of #FF6067
Black with #FF6067
Text Example
Text Example
White with #FF6067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6067; }
p { color: rgb(255,96,103); }
H1.HeaderClassName
{
color: #FF6067;
}
.AnyTagClassName
{
color: #FF6067;
}
</style>
background-color css
<style>
a { background-color: #FF6067; }
a { background-color: rgb(255,96,103); }
div.DivClassName
{
background-color: #FF6067;
}
.BgClassName
{
background-color: #FF6067;
}
</style>
border-color css
<style>
span { border-color: #FF6067; }
span { border-color: rgb(255,96,103); }
td.TdClassName
{
border-color: #FF6067;
}
.TagClassName
{
border-color: #FF6067;
}
</style>