Shades of Wild Watermelon #FF5375
Tints of Wild Watermelon #FF5375
RGB
CMYK
RGB Variations
Color information
#FF5375 (or 0xFF5375) is known color: Wild Watermelon. HEX triplet: FF, 53 and 75. RGB value is (255,83,117). Sum of RGB (Red+Green+Blue) = 255+83+117=455 (60% of max value = 765). Red value is 255 (100% from 255 or 56.04% from 455); Green value is 83 (32.81% from 255 or 18.24% from 455); Blue value is 117 (46.09% from 255 or 25.71% from 455); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5375 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5375 is #00AC8A. Grayscale: #8A8A8A. Windows color (decimal): -44171 or 7689215. OLE color: 7689215.
HSL color Cylindrical-coordinate representation of color #FF5375: hue angle of 348.14º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FF5375 is Cyan = 0, Magento = 0.67, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 83 | 117 | - |
| CMYK | 0 | 0.67 | 0.54 | 0 |
| HSL | 348.14º | 1% | 0.66% | - |
| HSV(B) | 348.14º | 0.67% | 1% | - |
| XYZ | 47.54 | 28.73 | 19.87 | - |
| YUV | 138.3 | 115.98 | 211.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 83 | 117 | 0 | 0.67 | 0.54 | 0 | 348.14 | 1 | 0.66 |
| Hex | FF | 53 | 75 | 0 | 43 | 36 | 0 | 15C | 64 | 42 |
| Octal | 377 | 123 | 165 | 0 | 103 | 66 | 0 | 534 | 144 | 102 |
| Binary | 11111111 | 1010011 | 1110101 | 0 | 1000011 | 110110 | 0 | 101011100 | 1100100 | 1000010 |
Color Harmonies of #FF5375
Complementary color
Monochromatic Colors of #FF5375
Black with #FF5375
Text Example
Text Example
White with #FF5375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5375; }
p { color: rgb(255,83,117); }
H1.HeaderClassName
{
color: #FF5375;
}
.AnyTagClassName
{
color: #FF5375;
}
</style>
background-color css
<style>
a { background-color: #FF5375; }
a { background-color: rgb(255,83,117); }
div.DivClassName
{
background-color: #FF5375;
}
.BgClassName
{
background-color: #FF5375;
}
</style>
border-color css
<style>
span { border-color: #FF5375; }
span { border-color: rgb(255,83,117); }
td.TdClassName
{
border-color: #FF5375;
}
.TagClassName
{
border-color: #FF5375;
}
</style>