Shades of Wild Watermelon #FF6471
Tints of Wild Watermelon #FF6471
RGB
CMYK
RGB Variations
Color information
#FF6471 (or 0xFF6471) is known color: Wild Watermelon. HEX triplet: FF, 64 and 71. RGB value is (255,100,113). Sum of RGB (Red+Green+Blue) = 255+100+113=468 (61% of max value = 765). Red value is 255 (100% from 255 or 54.49% from 468); Green value is 100 (39.45% from 255 or 21.37% from 468); Blue value is 113 (44.53% from 255 or 24.15% from 468); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6471 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6471 is #009B8E. Grayscale: #939393. Windows color (decimal): -39823 or 7431423. OLE color: 7431423.
HSL color Cylindrical-coordinate representation of color #FF6471: hue angle of 354.97º 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 #FF6471 is Cyan = 0, Magento = 0.61, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 100 | 113 | - |
| CMYK | 0 | 0.61 | 0.56 | 0 |
| HSL | 354.97º | 1% | 0.7% | - |
| HSV(B) | 354.97º | 0.61% | 1% | - |
| XYZ | 48.78 | 31.57 | 19.14 | - |
| YUV | 147.83 | 108.35 | 204.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 100 | 113 | 0 | 0.61 | 0.56 | 0 | 354.97 | 1 | 0.7 |
| Hex | FF | 64 | 71 | 0 | 3D | 38 | 0 | 163 | 64 | 46 |
| Octal | 377 | 144 | 161 | 0 | 75 | 70 | 0 | 543 | 144 | 106 |
| Binary | 11111111 | 1100100 | 1110001 | 0 | 111101 | 111000 | 0 | 101100011 | 1100100 | 1000110 |
Color Harmonies of #FF6471
Complementary color
Monochromatic Colors of #FF6471
Black with #FF6471
Text Example
Text Example
White with #FF6471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6471; }
p { color: rgb(255,100,113); }
H1.HeaderClassName
{
color: #FF6471;
}
.AnyTagClassName
{
color: #FF6471;
}
</style>
background-color css
<style>
a { background-color: #FF6471; }
a { background-color: rgb(255,100,113); }
div.DivClassName
{
background-color: #FF6471;
}
.BgClassName
{
background-color: #FF6471;
}
</style>
border-color css
<style>
span { border-color: #FF6471; }
span { border-color: rgb(255,100,113); }
td.TdClassName
{
border-color: #FF6471;
}
.TagClassName
{
border-color: #FF6471;
}
</style>