Shades of Wild Watermelon #FF5F71
Tints of Wild Watermelon #FF5F71
RGB
CMYK
RGB Variations
Color information
#FF5F71 (or 0xFF5F71) is known color: Wild Watermelon. HEX triplet: FF, 5F and 71. RGB value is (255,95,113). Sum of RGB (Red+Green+Blue) = 255+95+113=463 (61% of max value = 765). Red value is 255 (100% from 255 or 55.08% from 463); Green value is 95 (37.5% from 255 or 20.52% from 463); Blue value is 113 (44.53% from 255 or 24.41% from 463); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5F71 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5F71 is #00A08E. Grayscale: #909090. Windows color (decimal): -41103 or 7430143. OLE color: 7430143.
HSL color Cylindrical-coordinate representation of color #FF5F71: hue angle of 353.25º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FF5F71 is Cyan = 0, Magento = 0.63, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 95 | 113 | - |
| CMYK | 0 | 0.63 | 0.56 | 0 |
| HSL | 353.25º | 1% | 0.69% | - |
| HSV(B) | 353.25º | 0.63% | 1% | - |
| XYZ | 48.31 | 30.64 | 18.99 | - |
| YUV | 144.89 | 110.01 | 206.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 95 | 113 | 0 | 0.63 | 0.56 | 0 | 353.25 | 1 | 0.69 |
| Hex | FF | 5F | 71 | 0 | 3F | 38 | 0 | 161 | 64 | 45 |
| Octal | 377 | 137 | 161 | 0 | 77 | 70 | 0 | 541 | 144 | 105 |
| Binary | 11111111 | 1011111 | 1110001 | 0 | 111111 | 111000 | 0 | 101100001 | 1100100 | 1000101 |
Color Harmonies of #FF5F71
Complementary color
Monochromatic Colors of #FF5F71
Black with #FF5F71
Text Example
Text Example
White with #FF5F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5F71; }
p { color: rgb(255,95,113); }
H1.HeaderClassName
{
color: #FF5F71;
}
.AnyTagClassName
{
color: #FF5F71;
}
</style>
background-color css
<style>
a { background-color: #FF5F71; }
a { background-color: rgb(255,95,113); }
div.DivClassName
{
background-color: #FF5F71;
}
.BgClassName
{
background-color: #FF5F71;
}
</style>
border-color css
<style>
span { border-color: #FF5F71; }
span { border-color: rgb(255,95,113); }
td.TdClassName
{
border-color: #FF5F71;
}
.TagClassName
{
border-color: #FF5F71;
}
</style>