Shades of Wild Watermelon #FF535F
Tints of Wild Watermelon #FF535F
RGB
CMYK
RGB Variations
Color information
#FF535F (or 0xFF535F) is known color: Wild Watermelon. HEX triplet: FF, 53 and 5F. RGB value is (255,83,95). Sum of RGB (Red+Green+Blue) = 255+83+95=433 (57% of max value = 765). Red value is 255 (100% from 255 or 58.89% from 433); Green value is 83 (32.81% from 255 or 19.17% from 433); Blue value is 95 (37.5% from 255 or 21.94% from 433); Max value from RGB is 255 - color contains mainly: red. Hex color #FF535F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF535F is #00ACA0. Grayscale: #878787. Windows color (decimal): -44193 or 6247423. OLE color: 6247423.
HSL color Cylindrical-coordinate representation of color #FF535F: hue angle of 355.81º 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 #FF535F is Cyan = 0, Magento = 0.67, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 83 | 95 | - |
| CMYK | 0 | 0.67 | 0.63 | 0 |
| HSL | 355.81º | 1% | 0.66% | - |
| HSV(B) | 355.81º | 0.67% | 1% | - |
| XYZ | 46.4 | 28.27 | 13.84 | - |
| YUV | 135.8 | 104.98 | 213.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 83 | 95 | 0 | 0.67 | 0.63 | 0 | 355.81 | 1 | 0.66 |
| Hex | FF | 53 | 5F | 0 | 43 | 3F | 0 | 164 | 64 | 42 |
| Octal | 377 | 123 | 137 | 0 | 103 | 77 | 0 | 544 | 144 | 102 |
| Binary | 11111111 | 1010011 | 1011111 | 0 | 1000011 | 111111 | 0 | 101100100 | 1100100 | 1000010 |
Color Harmonies of #FF535F
Complementary color
Monochromatic Colors of #FF535F
Black with #FF535F
Text Example
Text Example
White with #FF535F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF535F; }
p { color: rgb(255,83,95); }
H1.HeaderClassName
{
color: #FF535F;
}
.AnyTagClassName
{
color: #FF535F;
}
</style>
background-color css
<style>
a { background-color: #FF535F; }
a { background-color: rgb(255,83,95); }
div.DivClassName
{
background-color: #FF535F;
}
.BgClassName
{
background-color: #FF535F;
}
</style>
border-color css
<style>
span { border-color: #FF535F; }
span { border-color: rgb(255,83,95); }
td.TdClassName
{
border-color: #FF535F;
}
.TagClassName
{
border-color: #FF535F;
}
</style>