Shades of Wild Watermelon #FF6475
Tints of Wild Watermelon #FF6475
RGB
CMYK
RGB Variations
Color information
#FF6475 (or 0xFF6475) is known color: Wild Watermelon. HEX triplet: FF, 64 and 75. RGB value is (255,100,117). Sum of RGB (Red+Green+Blue) = 255+100+117=472 (62% of max value = 765). Red value is 255 (100% from 255 or 54.03% from 472); Green value is 100 (39.45% from 255 or 21.19% from 472); Blue value is 117 (46.09% from 255 or 24.79% from 472); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6475 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6475 is #009B8A. Grayscale: #949494. Windows color (decimal): -39819 or 7693567. OLE color: 7693567.
HSL color Cylindrical-coordinate representation of color #FF6475: hue angle of 353.42º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FF6475 is Cyan = 0, Magento = 0.61, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 100 | 117 | - |
| CMYK | 0 | 0.61 | 0.54 | 0 |
| HSL | 353.42º | 1% | 0.7% | - |
| HSV(B) | 353.42º | 0.61% | 1% | - |
| XYZ | 49.01 | 31.66 | 20.36 | - |
| YUV | 148.28 | 110.35 | 204.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 100 | 117 | 0 | 0.61 | 0.54 | 0 | 353.42 | 1 | 0.7 |
| Hex | FF | 64 | 75 | 0 | 3D | 36 | 0 | 161 | 64 | 46 |
| Octal | 377 | 144 | 165 | 0 | 75 | 66 | 0 | 541 | 144 | 106 |
| Binary | 11111111 | 1100100 | 1110101 | 0 | 111101 | 110110 | 0 | 101100001 | 1100100 | 1000110 |
Color Harmonies of #FF6475
Complementary color
Monochromatic Colors of #FF6475
Black with #FF6475
Text Example
Text Example
White with #FF6475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6475; }
p { color: rgb(255,100,117); }
H1.HeaderClassName
{
color: #FF6475;
}
.AnyTagClassName
{
color: #FF6475;
}
</style>
background-color css
<style>
a { background-color: #FF6475; }
a { background-color: rgb(255,100,117); }
div.DivClassName
{
background-color: #FF6475;
}
.BgClassName
{
background-color: #FF6475;
}
</style>
border-color css
<style>
span { border-color: #FF6475; }
span { border-color: rgb(255,100,117); }
td.TdClassName
{
border-color: #FF6475;
}
.TagClassName
{
border-color: #FF6475;
}
</style>