Shades of Wild Watermelon #FF6366
Tints of Wild Watermelon #FF6366
RGB
CMYK
RGB Variations
Color information
#FF6366 (or 0xFF6366) is known color: Wild Watermelon. HEX triplet: FF, 63 and 66. RGB value is (255,99,102). Sum of RGB (Red+Green+Blue) = 255+99+102=456 (60% of max value = 765). Red value is 255 (100% from 255 or 55.92% from 456); Green value is 99 (39.06% from 255 or 21.71% from 456); Blue value is 102 (40.23% from 255 or 22.37% from 456); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6366 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6366 is #009C99. Grayscale: #929292. Windows color (decimal): -40090 or 6710271. OLE color: 6710271.
HSL color Cylindrical-coordinate representation of color #FF6366: hue angle of 358.85º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FF6366 is Cyan = 0, Magento = 0.61, Yellow = 0.6 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 99 | 102 | - |
| CMYK | 0 | 0.61 | 0.6 | 0 |
| HSL | 358.85º | 1% | 0.69% | - |
| HSV(B) | 358.85º | 0.61% | 1% | - |
| XYZ | 48.1 | 31.14 | 16.05 | - |
| YUV | 145.99 | 103.18 | 205.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 99 | 102 | 0 | 0.61 | 0.6 | 0 | 358.85 | 1 | 0.69 |
| Hex | FF | 63 | 66 | 0 | 3D | 3C | 0 | 167 | 64 | 45 |
| Octal | 377 | 143 | 146 | 0 | 75 | 74 | 0 | 547 | 144 | 105 |
| Binary | 11111111 | 1100011 | 1100110 | 0 | 111101 | 111100 | 0 | 101100111 | 1100100 | 1000101 |
Color Harmonies of #FF6366
Complementary color
Monochromatic Colors of #FF6366
Black with #FF6366
Text Example
Text Example
White with #FF6366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6366; }
p { color: rgb(255,99,102); }
H1.HeaderClassName
{
color: #FF6366;
}
.AnyTagClassName
{
color: #FF6366;
}
</style>
background-color css
<style>
a { background-color: #FF6366; }
a { background-color: rgb(255,99,102); }
div.DivClassName
{
background-color: #FF6366;
}
.BgClassName
{
background-color: #FF6366;
}
</style>
border-color css
<style>
span { border-color: #FF6366; }
span { border-color: rgb(255,99,102); }
td.TdClassName
{
border-color: #FF6366;
}
.TagClassName
{
border-color: #FF6366;
}
</style>