Shades of Wild Watermelon #FF5374
Tints of Wild Watermelon #FF5374
RGB
CMYK
RGB Variations
Color information
#FF5374 (or 0xFF5374) is known color: Wild Watermelon. HEX triplet: FF, 53 and 74. RGB value is (255,83,116). Sum of RGB (Red+Green+Blue) = 255+83+116=454 (60% of max value = 765). Red value is 255 (100% from 255 or 56.17% from 454); Green value is 83 (32.81% from 255 or 18.28% from 454); Blue value is 116 (45.70% from 255 or 25.55% from 454); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5374 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5374 is #00AC8B. Grayscale: #8A8A8A. Windows color (decimal): -44172 or 7623679. OLE color: 7623679.
HSL color Cylindrical-coordinate representation of color #FF5374: hue angle of 348.49º 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 #FF5374 is Cyan = 0, Magento = 0.67, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 83 | 116 | - |
| CMYK | 0 | 0.67 | 0.55 | 0 |
| HSL | 348.49º | 1% | 0.66% | - |
| HSV(B) | 348.49º | 0.67% | 1% | - |
| XYZ | 47.49 | 28.71 | 19.56 | - |
| YUV | 138.19 | 115.48 | 211.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 83 | 116 | 0 | 0.67 | 0.55 | 0 | 348.49 | 1 | 0.66 |
| Hex | FF | 53 | 74 | 0 | 43 | 37 | 0 | 15C | 64 | 42 |
| Octal | 377 | 123 | 164 | 0 | 103 | 67 | 0 | 534 | 144 | 102 |
| Binary | 11111111 | 1010011 | 1110100 | 0 | 1000011 | 110111 | 0 | 101011100 | 1100100 | 1000010 |
Color Harmonies of #FF5374
Complementary color
Monochromatic Colors of #FF5374
Black with #FF5374
Text Example
Text Example
White with #FF5374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5374; }
p { color: rgb(255,83,116); }
H1.HeaderClassName
{
color: #FF5374;
}
.AnyTagClassName
{
color: #FF5374;
}
</style>
background-color css
<style>
a { background-color: #FF5374; }
a { background-color: rgb(255,83,116); }
div.DivClassName
{
background-color: #FF5374;
}
.BgClassName
{
background-color: #FF5374;
}
</style>
border-color css
<style>
span { border-color: #FF5374; }
span { border-color: rgb(255,83,116); }
td.TdClassName
{
border-color: #FF5374;
}
.TagClassName
{
border-color: #FF5374;
}
</style>