Shades of Wild Watermelon #FF6370
Tints of Wild Watermelon #FF6370
RGB
CMYK
RGB Variations
Color information
#FF6370 (or 0xFF6370) is known color: Wild Watermelon. HEX triplet: FF, 63 and 70. RGB value is (255,99,112). Sum of RGB (Red+Green+Blue) = 255+99+112=466 (61% of max value = 765). Red value is 255 (100% from 255 or 54.72% from 466); Green value is 99 (39.06% from 255 or 21.24% from 466); Blue value is 112 (44.14% from 255 or 24.03% from 466); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6370 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6370 is #009C8F. Grayscale: #939393. Windows color (decimal): -40080 or 7365631. OLE color: 7365631.
HSL color Cylindrical-coordinate representation of color #FF6370: hue angle of 355º 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 #FF6370 is Cyan = 0, Magento = 0.61, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 99 | 112 | - |
| CMYK | 0 | 0.61 | 0.56 | 0 |
| HSL | 355º | 1% | 0.69% | - |
| HSV(B) | 355º | 0.61% | 1% | - |
| XYZ | 48.63 | 31.35 | 18.82 | - |
| YUV | 147.13 | 108.18 | 204.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 99 | 112 | 0 | 0.61 | 0.56 | 0 | 355 | 1 | 0.69 |
| Hex | FF | 63 | 70 | 0 | 3D | 38 | 0 | 163 | 64 | 45 |
| Octal | 377 | 143 | 160 | 0 | 75 | 70 | 0 | 543 | 144 | 105 |
| Binary | 11111111 | 1100011 | 1110000 | 0 | 111101 | 111000 | 0 | 101100011 | 1100100 | 1000101 |
Color Harmonies of #FF6370
Complementary color
Monochromatic Colors of #FF6370
Black with #FF6370
Text Example
Text Example
White with #FF6370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6370; }
p { color: rgb(255,99,112); }
H1.HeaderClassName
{
color: #FF6370;
}
.AnyTagClassName
{
color: #FF6370;
}
</style>
background-color css
<style>
a { background-color: #FF6370; }
a { background-color: rgb(255,99,112); }
div.DivClassName
{
background-color: #FF6370;
}
.BgClassName
{
background-color: #FF6370;
}
</style>
border-color css
<style>
span { border-color: #FF6370; }
span { border-color: rgb(255,99,112); }
td.TdClassName
{
border-color: #FF6370;
}
.TagClassName
{
border-color: #FF6370;
}
</style>