Shades of Wild Watermelon #FF6063
Tints of Wild Watermelon #FF6063
RGB
CMYK
RGB Variations
Color information
#FF6063 (or 0xFF6063) is known color: Wild Watermelon. HEX triplet: FF, 60 and 63. RGB value is (255,96,99). Sum of RGB (Red+Green+Blue) = 255+96+99=450 (59% of max value = 765). Red value is 255 (100% from 255 or 56.67% from 450); Green value is 96 (37.89% from 255 or 21.33% from 450); Blue value is 99 (39.06% from 255 or 22% from 450); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6063 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6063 is #009F9C. Grayscale: #909090. Windows color (decimal): -40861 or 6512895. OLE color: 6512895.
HSL color Cylindrical-coordinate representation of color #FF6063: hue angle of 358.87º 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 #FF6063 is Cyan = 0, Magento = 0.62, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 96 | 99 | - |
| CMYK | 0 | 0.62 | 0.61 | 0 |
| HSL | 358.87º | 1% | 0.69% | - |
| HSV(B) | 358.87º | 0.62% | 1% | - |
| XYZ | 47.68 | 30.53 | 15.18 | - |
| YUV | 143.88 | 102.68 | 207.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 96 | 99 | 0 | 0.62 | 0.61 | 0 | 358.87 | 1 | 0.69 |
| Hex | FF | 60 | 63 | 0 | 3E | 3D | 0 | 167 | 64 | 45 |
| Octal | 377 | 140 | 143 | 0 | 76 | 75 | 0 | 547 | 144 | 105 |
| Binary | 11111111 | 1100000 | 1100011 | 0 | 111110 | 111101 | 0 | 101100111 | 1100100 | 1000101 |
Color Harmonies of #FF6063
Complementary color
Monochromatic Colors of #FF6063
Black with #FF6063
Text Example
Text Example
White with #FF6063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6063; }
p { color: rgb(255,96,99); }
H1.HeaderClassName
{
color: #FF6063;
}
.AnyTagClassName
{
color: #FF6063;
}
</style>
background-color css
<style>
a { background-color: #FF6063; }
a { background-color: rgb(255,96,99); }
div.DivClassName
{
background-color: #FF6063;
}
.BgClassName
{
background-color: #FF6063;
}
</style>
border-color css
<style>
span { border-color: #FF6063; }
span { border-color: rgb(255,96,99); }
td.TdClassName
{
border-color: #FF6063;
}
.TagClassName
{
border-color: #FF6063;
}
</style>