Shades of Wild Watermelon #FF5F70
Tints of Wild Watermelon #FF5F70
RGB
CMYK
RGB Variations
Color information
#FF5F70 (or 0xFF5F70) is known color: Wild Watermelon. HEX triplet: FF, 5F and 70. RGB value is (255,95,112). Sum of RGB (Red+Green+Blue) = 255+95+112=462 (61% of max value = 765). Red value is 255 (100% from 255 or 55.19% from 462); Green value is 95 (37.5% from 255 or 20.56% from 462); Blue value is 112 (44.14% from 255 or 24.24% from 462); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5F70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5F70 is #00A08F. Grayscale: #909090. Windows color (decimal): -41104 or 7364607. OLE color: 7364607.
HSL color Cylindrical-coordinate representation of color #FF5F70: hue angle of 353.62º 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 #FF5F70 is Cyan = 0, Magento = 0.63, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 95 | 112 | - |
| CMYK | 0 | 0.63 | 0.56 | 0 |
| HSL | 353.63º | 1% | 0.69% | - |
| HSV(B) | 353.63º | 0.63% | 1% | - |
| XYZ | 48.26 | 30.61 | 18.69 | - |
| YUV | 144.78 | 109.51 | 206.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 95 | 112 | 0 | 0.63 | 0.56 | 0 | 353.63 | 1 | 0.69 |
| Hex | FF | 5F | 70 | 0 | 3F | 38 | 0 | 162 | 64 | 45 |
| Octal | 377 | 137 | 160 | 0 | 77 | 70 | 0 | 542 | 144 | 105 |
| Binary | 11111111 | 1011111 | 1110000 | 0 | 111111 | 111000 | 0 | 101100010 | 1100100 | 1000101 |
Color Harmonies of #FF5F70
Complementary color
Monochromatic Colors of #FF5F70
Black with #FF5F70
Text Example
Text Example
White with #FF5F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5F70; }
p { color: rgb(255,95,112); }
H1.HeaderClassName
{
color: #FF5F70;
}
.AnyTagClassName
{
color: #FF5F70;
}
</style>
background-color css
<style>
a { background-color: #FF5F70; }
a { background-color: rgb(255,95,112); }
div.DivClassName
{
background-color: #FF5F70;
}
.BgClassName
{
background-color: #FF5F70;
}
</style>
border-color css
<style>
span { border-color: #FF5F70; }
span { border-color: rgb(255,95,112); }
td.TdClassName
{
border-color: #FF5F70;
}
.TagClassName
{
border-color: #FF5F70;
}
</style>