Shades of Wild Watermelon #FF5378
Tints of Wild Watermelon #FF5378
RGB
CMYK
RGB Variations
Color information
#FF5378 (or 0xFF5378) is known color: Wild Watermelon. HEX triplet: FF, 53 and 78. RGB value is (255,83,120). Sum of RGB (Red+Green+Blue) = 255+83+120=458 (60% of max value = 765). Red value is 255 (100% from 255 or 55.68% from 458); Green value is 83 (32.81% from 255 or 18.12% from 458); Blue value is 120 (47.27% from 255 or 26.20% from 458); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5378 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5378 is #00AC87. Grayscale: #8A8A8A. Windows color (decimal): -44168 or 7885823. OLE color: 7885823.
HSL color Cylindrical-coordinate representation of color #FF5378: hue angle of 347.09º 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 #FF5378 is Cyan = 0, Magento = 0.67, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 83 | 120 | - |
| CMYK | 0 | 0.67 | 0.53 | 0 |
| HSL | 347.09º | 1% | 0.66% | - |
| HSV(B) | 347.09º | 0.67% | 1% | - |
| XYZ | 47.72 | 28.8 | 20.81 | - |
| YUV | 138.65 | 117.48 | 210.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 83 | 120 | 0 | 0.67 | 0.53 | 0 | 347.09 | 1 | 0.66 |
| Hex | FF | 53 | 78 | 0 | 43 | 35 | 0 | 15B | 64 | 42 |
| Octal | 377 | 123 | 170 | 0 | 103 | 65 | 0 | 533 | 144 | 102 |
| Binary | 11111111 | 1010011 | 1111000 | 0 | 1000011 | 110101 | 0 | 101011011 | 1100100 | 1000010 |
Color Harmonies of #FF5378
Complementary color
Monochromatic Colors of #FF5378
Black with #FF5378
Text Example
Text Example
White with #FF5378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5378; }
p { color: rgb(255,83,120); }
H1.HeaderClassName
{
color: #FF5378;
}
.AnyTagClassName
{
color: #FF5378;
}
</style>
background-color css
<style>
a { background-color: #FF5378; }
a { background-color: rgb(255,83,120); }
div.DivClassName
{
background-color: #FF5378;
}
.BgClassName
{
background-color: #FF5378;
}
</style>
border-color css
<style>
span { border-color: #FF5378; }
span { border-color: rgb(255,83,120); }
td.TdClassName
{
border-color: #FF5378;
}
.TagClassName
{
border-color: #FF5378;
}
</style>