Shades of Wild Watermelon #FF5175
Tints of Wild Watermelon #FF5175
RGB
CMYK
RGB Variations
Color information
#FF5175 (or 0xFF5175) is known color: Wild Watermelon. HEX triplet: FF, 51 and 75. RGB value is (255,81,117). Sum of RGB (Red+Green+Blue) = 255+81+117=453 (60% of max value = 765). Red value is 255 (100% from 255 or 56.29% from 453); Green value is 81 (32.03% from 255 or 17.88% from 453); Blue value is 117 (46.09% from 255 or 25.83% from 453); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5175 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5175 is #00AE8A. Grayscale: #898989. Windows color (decimal): -44683 or 7688703. OLE color: 7688703.
HSL color Cylindrical-coordinate representation of color #FF5175: hue angle of 347.59º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FF5175 is Cyan = 0, Magento = 0.68, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 81 | 117 | - |
| CMYK | 0 | 0.68 | 0.54 | 0 |
| HSL | 347.59º | 1% | 0.66% | - |
| HSV(B) | 347.59º | 0.68% | 1% | - |
| XYZ | 47.39 | 28.43 | 19.82 | - |
| YUV | 137.13 | 116.65 | 212.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 81 | 117 | 0 | 0.68 | 0.54 | 0 | 347.59 | 1 | 0.66 |
| Hex | FF | 51 | 75 | 0 | 44 | 36 | 0 | 15C | 64 | 42 |
| Octal | 377 | 121 | 165 | 0 | 104 | 66 | 0 | 534 | 144 | 102 |
| Binary | 11111111 | 1010001 | 1110101 | 0 | 1000100 | 110110 | 0 | 101011100 | 1100100 | 1000010 |
Color Harmonies of #FF5175
Complementary color
Monochromatic Colors of #FF5175
Black with #FF5175
Text Example
Text Example
White with #FF5175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5175; }
p { color: rgb(255,81,117); }
H1.HeaderClassName
{
color: #FF5175;
}
.AnyTagClassName
{
color: #FF5175;
}
</style>
background-color css
<style>
a { background-color: #FF5175; }
a { background-color: rgb(255,81,117); }
div.DivClassName
{
background-color: #FF5175;
}
.BgClassName
{
background-color: #FF5175;
}
</style>
border-color css
<style>
span { border-color: #FF5175; }
span { border-color: rgb(255,81,117); }
td.TdClassName
{
border-color: #FF5175;
}
.TagClassName
{
border-color: #FF5175;
}
</style>