Shades of Wild Watermelon #FF536B
Tints of Wild Watermelon #FF536B
RGB
CMYK
RGB Variations
Color information
#FF536B (or 0xFF536B) is known color: Wild Watermelon. HEX triplet: FF, 53 and 6B. RGB value is (255,83,107). Sum of RGB (Red+Green+Blue) = 255+83+107=445 (58% of max value = 765). Red value is 255 (100% from 255 or 57.30% from 445); Green value is 83 (32.81% from 255 or 18.65% from 445); Blue value is 107 (42.19% from 255 or 24.04% from 445); Max value from RGB is 255 - color contains mainly: red. Hex color #FF536B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF536B is #00AC94. Grayscale: #898989. Windows color (decimal): -44181 or 7033855. OLE color: 7033855.
HSL color Cylindrical-coordinate representation of color #FF536B: hue angle of 351.63º 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 #FF536B is Cyan = 0, Magento = 0.67, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 83 | 107 | - |
| CMYK | 0 | 0.67 | 0.58 | 0 |
| HSL | 351.63º | 1% | 0.66% | - |
| HSV(B) | 351.63º | 0.67% | 1% | - |
| XYZ | 46.99 | 28.51 | 16.94 | - |
| YUV | 137.16 | 110.98 | 212.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 83 | 107 | 0 | 0.67 | 0.58 | 0 | 351.63 | 1 | 0.66 |
| Hex | FF | 53 | 6B | 0 | 43 | 3A | 0 | 160 | 64 | 42 |
| Octal | 377 | 123 | 153 | 0 | 103 | 72 | 0 | 540 | 144 | 102 |
| Binary | 11111111 | 1010011 | 1101011 | 0 | 1000011 | 111010 | 0 | 101100000 | 1100100 | 1000010 |
Color Harmonies of #FF536B
Complementary color
Monochromatic Colors of #FF536B
Black with #FF536B
Text Example
Text Example
White with #FF536B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF536B; }
p { color: rgb(255,83,107); }
H1.HeaderClassName
{
color: #FF536B;
}
.AnyTagClassName
{
color: #FF536B;
}
</style>
background-color css
<style>
a { background-color: #FF536B; }
a { background-color: rgb(255,83,107); }
div.DivClassName
{
background-color: #FF536B;
}
.BgClassName
{
background-color: #FF536B;
}
</style>
border-color css
<style>
span { border-color: #FF536B; }
span { border-color: rgb(255,83,107); }
td.TdClassName
{
border-color: #FF536B;
}
.TagClassName
{
border-color: #FF536B;
}
</style>