Shades of Wild Watermelon #FF5376
Tints of Wild Watermelon #FF5376
RGB
CMYK
RGB Variations
Color information
#FF5376 (or 0xFF5376) is known color: Wild Watermelon. HEX triplet: FF, 53 and 76. RGB value is (255,83,118). Sum of RGB (Red+Green+Blue) = 255+83+118=456 (60% of max value = 765). Red value is 255 (100% from 255 or 55.92% from 456); Green value is 83 (32.81% from 255 or 18.20% from 456); Blue value is 118 (46.48% from 255 or 25.88% from 456); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5376 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5376 is #00AC89. Grayscale: #8A8A8A. Windows color (decimal): -44170 or 7754751. OLE color: 7754751.
HSL color Cylindrical-coordinate representation of color #FF5376: hue angle of 347.79º 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 #FF5376 is Cyan = 0, Magento = 0.67, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 83 | 118 | - |
| CMYK | 0 | 0.67 | 0.54 | 0 |
| HSL | 347.79º | 1% | 0.66% | - |
| HSV(B) | 347.79º | 0.67% | 1% | - |
| XYZ | 47.6 | 28.75 | 20.18 | - |
| YUV | 138.42 | 116.48 | 211.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 83 | 118 | 0 | 0.67 | 0.54 | 0 | 347.79 | 1 | 0.66 |
| Hex | FF | 53 | 76 | 0 | 43 | 36 | 0 | 15C | 64 | 42 |
| Octal | 377 | 123 | 166 | 0 | 103 | 66 | 0 | 534 | 144 | 102 |
| Binary | 11111111 | 1010011 | 1110110 | 0 | 1000011 | 110110 | 0 | 101011100 | 1100100 | 1000010 |
Color Harmonies of #FF5376
Complementary color
Monochromatic Colors of #FF5376
Black with #FF5376
Text Example
Text Example
White with #FF5376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5376; }
p { color: rgb(255,83,118); }
H1.HeaderClassName
{
color: #FF5376;
}
.AnyTagClassName
{
color: #FF5376;
}
</style>
background-color css
<style>
a { background-color: #FF5376; }
a { background-color: rgb(255,83,118); }
div.DivClassName
{
background-color: #FF5376;
}
.BgClassName
{
background-color: #FF5376;
}
</style>
border-color css
<style>
span { border-color: #FF5376; }
span { border-color: rgb(255,83,118); }
td.TdClassName
{
border-color: #FF5376;
}
.TagClassName
{
border-color: #FF5376;
}
</style>