Shades of Wild Watermelon #FF5364
Tints of Wild Watermelon #FF5364
RGB
CMYK
RGB Variations
Color information
#FF5364 (or 0xFF5364) is known color: Wild Watermelon. HEX triplet: FF, 53 and 64. RGB value is (255,83,100). Sum of RGB (Red+Green+Blue) = 255+83+100=438 (58% of max value = 765). Red value is 255 (100% from 255 or 58.22% from 438); Green value is 83 (32.81% from 255 or 18.95% from 438); Blue value is 100 (39.45% from 255 or 22.83% from 438); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5364 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5364 is #00AC9B. Grayscale: #888888. Windows color (decimal): -44188 or 6575103. OLE color: 6575103.
HSL color Cylindrical-coordinate representation of color #FF5364: hue angle of 354.07º 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 #FF5364 is Cyan = 0, Magento = 0.67, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 83 | 100 | - |
| CMYK | 0 | 0.67 | 0.61 | 0 |
| HSL | 354.07º | 1% | 0.66% | - |
| HSV(B) | 354.07º | 0.67% | 1% | - |
| XYZ | 46.63 | 28.37 | 15.07 | - |
| YUV | 136.37 | 107.48 | 212.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 83 | 100 | 0 | 0.67 | 0.61 | 0 | 354.07 | 1 | 0.66 |
| Hex | FF | 53 | 64 | 0 | 43 | 3D | 0 | 162 | 64 | 42 |
| Octal | 377 | 123 | 144 | 0 | 103 | 75 | 0 | 542 | 144 | 102 |
| Binary | 11111111 | 1010011 | 1100100 | 0 | 1000011 | 111101 | 0 | 101100010 | 1100100 | 1000010 |
Color Harmonies of #FF5364
Complementary color
Monochromatic Colors of #FF5364
Black with #FF5364
Text Example
Text Example
White with #FF5364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5364; }
p { color: rgb(255,83,100); }
H1.HeaderClassName
{
color: #FF5364;
}
.AnyTagClassName
{
color: #FF5364;
}
</style>
background-color css
<style>
a { background-color: #FF5364; }
a { background-color: rgb(255,83,100); }
div.DivClassName
{
background-color: #FF5364;
}
.BgClassName
{
background-color: #FF5364;
}
</style>
border-color css
<style>
span { border-color: #FF5364; }
span { border-color: rgb(255,83,100); }
td.TdClassName
{
border-color: #FF5364;
}
.TagClassName
{
border-color: #FF5364;
}
</style>