Shades of Wild Watermelon #FF6078
Tints of Wild Watermelon #FF6078
RGB
CMYK
RGB Variations
Color information
#FF6078 (or 0xFF6078) is known color: Wild Watermelon. HEX triplet: FF, 60 and 78. RGB value is (255,96,120). Sum of RGB (Red+Green+Blue) = 255+96+120=471 (62% of max value = 765). Red value is 255 (100% from 255 or 54.14% from 471); Green value is 96 (37.89% from 255 or 20.38% from 471); Blue value is 120 (47.27% from 255 or 25.48% from 471); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6078 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6078 is #009F87. Grayscale: #929292. Windows color (decimal): -40840 or 7889151. OLE color: 7889151.
HSL color Cylindrical-coordinate representation of color #FF6078: hue angle of 350.94º 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 #FF6078 is Cyan = 0, Magento = 0.62, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 96 | 120 | - |
| CMYK | 0 | 0.62 | 0.53 | 0 |
| HSL | 350.94º | 1% | 0.69% | - |
| HSV(B) | 350.94º | 0.62% | 1% | - |
| XYZ | 48.81 | 30.98 | 21.18 | - |
| YUV | 146.28 | 113.18 | 205.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 96 | 120 | 0 | 0.62 | 0.53 | 0 | 350.94 | 1 | 0.69 |
| Hex | FF | 60 | 78 | 0 | 3E | 35 | 0 | 15F | 64 | 45 |
| Octal | 377 | 140 | 170 | 0 | 76 | 65 | 0 | 537 | 144 | 105 |
| Binary | 11111111 | 1100000 | 1111000 | 0 | 111110 | 110101 | 0 | 101011111 | 1100100 | 1000101 |
Color Harmonies of #FF6078
Complementary color
Monochromatic Colors of #FF6078
Black with #FF6078
Text Example
Text Example
White with #FF6078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6078; }
p { color: rgb(255,96,120); }
H1.HeaderClassName
{
color: #FF6078;
}
.AnyTagClassName
{
color: #FF6078;
}
</style>
background-color css
<style>
a { background-color: #FF6078; }
a { background-color: rgb(255,96,120); }
div.DivClassName
{
background-color: #FF6078;
}
.BgClassName
{
background-color: #FF6078;
}
</style>
border-color css
<style>
span { border-color: #FF6078; }
span { border-color: rgb(255,96,120); }
td.TdClassName
{
border-color: #FF6078;
}
.TagClassName
{
border-color: #FF6078;
}
</style>