Shades of Wild Watermelon #FF5367
Tints of Wild Watermelon #FF5367
RGB
CMYK
RGB Variations
Color information
#FF5367 (or 0xFF5367) is known color: Wild Watermelon. HEX triplet: FF, 53 and 67. RGB value is (255,83,103). Sum of RGB (Red+Green+Blue) = 255+83+103=441 (58% of max value = 765). Red value is 255 (100% from 255 or 57.82% from 441); Green value is 83 (32.81% from 255 or 18.82% from 441); Blue value is 103 (40.62% from 255 or 23.36% from 441); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5367 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5367 is #00AC98. Grayscale: #888888. Windows color (decimal): -44185 or 6771711. OLE color: 6771711.
HSL color Cylindrical-coordinate representation of color #FF5367: hue angle of 353.02º 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 #FF5367 is Cyan = 0, Magento = 0.67, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 83 | 103 | - |
| CMYK | 0 | 0.67 | 0.60 | 0 |
| HSL | 353.02º | 1% | 0.66% | - |
| HSV(B) | 353.02º | 0.67% | 1% | - |
| XYZ | 46.78 | 28.43 | 15.85 | - |
| YUV | 136.71 | 108.98 | 212.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 83 | 103 | 0 | 0.67 | 0.60 | 0 | 353.02 | 1 | 0.66 |
| Hex | FF | 53 | 67 | 0 | 43 | 3C | 0 | 161 | 64 | 42 |
| Octal | 377 | 123 | 147 | 0 | 103 | 74 | 0 | 541 | 144 | 102 |
| Binary | 11111111 | 1010011 | 1100111 | 0 | 1000011 | 111100 | 0 | 101100001 | 1100100 | 1000010 |
Color Harmonies of #FF5367
Complementary color
Monochromatic Colors of #FF5367
Black with #FF5367
Text Example
Text Example
White with #FF5367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5367; }
p { color: rgb(255,83,103); }
H1.HeaderClassName
{
color: #FF5367;
}
.AnyTagClassName
{
color: #FF5367;
}
</style>
background-color css
<style>
a { background-color: #FF5367; }
a { background-color: rgb(255,83,103); }
div.DivClassName
{
background-color: #FF5367;
}
.BgClassName
{
background-color: #FF5367;
}
</style>
border-color css
<style>
span { border-color: #FF5367; }
span { border-color: rgb(255,83,103); }
td.TdClassName
{
border-color: #FF5367;
}
.TagClassName
{
border-color: #FF5367;
}
</style>