Shades of Wild Watermelon #FF6075
Tints of Wild Watermelon #FF6075
RGB
CMYK
RGB Variations
Color information
#FF6075 (or 0xFF6075) is known color: Wild Watermelon. HEX triplet: FF, 60 and 75. RGB value is (255,96,117). Sum of RGB (Red+Green+Blue) = 255+96+117=468 (61% of max value = 765). Red value is 255 (100% from 255 or 54.49% from 468); Green value is 96 (37.89% from 255 or 20.51% from 468); Blue value is 117 (46.09% from 255 or 25% from 468); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6075 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6075 is #009F8A. Grayscale: #929292. Windows color (decimal): -40843 or 7692543. OLE color: 7692543.
HSL color Cylindrical-coordinate representation of color #FF6075: hue angle of 352.08º 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 #FF6075 is Cyan = 0, Magento = 0.62, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 96 | 117 | - |
| CMYK | 0 | 0.62 | 0.54 | 0 |
| HSL | 352.08º | 1% | 0.69% | - |
| HSV(B) | 352.08º | 0.62% | 1% | - |
| XYZ | 48.63 | 30.91 | 20.23 | - |
| YUV | 145.94 | 111.68 | 205.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 96 | 117 | 0 | 0.62 | 0.54 | 0 | 352.08 | 1 | 0.69 |
| Hex | FF | 60 | 75 | 0 | 3E | 36 | 0 | 160 | 64 | 45 |
| Octal | 377 | 140 | 165 | 0 | 76 | 66 | 0 | 540 | 144 | 105 |
| Binary | 11111111 | 1100000 | 1110101 | 0 | 111110 | 110110 | 0 | 101100000 | 1100100 | 1000101 |
Color Harmonies of #FF6075
Complementary color
Monochromatic Colors of #FF6075
Black with #FF6075
Text Example
Text Example
White with #FF6075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6075; }
p { color: rgb(255,96,117); }
H1.HeaderClassName
{
color: #FF6075;
}
.AnyTagClassName
{
color: #FF6075;
}
</style>
background-color css
<style>
a { background-color: #FF6075; }
a { background-color: rgb(255,96,117); }
div.DivClassName
{
background-color: #FF6075;
}
.BgClassName
{
background-color: #FF6075;
}
</style>
border-color css
<style>
span { border-color: #FF6075; }
span { border-color: rgb(255,96,117); }
td.TdClassName
{
border-color: #FF6075;
}
.TagClassName
{
border-color: #FF6075;
}
</style>