Shades of Wild Watermelon #FF5A5D
Tints of Wild Watermelon #FF5A5D
RGB
CMYK
RGB Variations
Color information
#FF5A5D (or 0xFF5A5D) is known color: Wild Watermelon. HEX triplet: FF, 5A and 5D. RGB value is (255,90,93). Sum of RGB (Red+Green+Blue) = 255+90+93=438 (58% of max value = 765). Red value is 255 (100% from 255 or 58.22% from 438); Green value is 90 (35.55% from 255 or 20.55% from 438); Blue value is 93 (36.72% from 255 or 21.23% from 438); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5A5D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5A5D is #00A5A2. Grayscale: #8B8B8B. Windows color (decimal): -42403 or 6118143. OLE color: 6118143.
HSL color Cylindrical-coordinate representation of color #FF5A5D: hue angle of 358.91º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FF5A5D is Cyan = 0, Magento = 0.65, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 90 | 93 | - |
| CMYK | 0 | 0.65 | 0.64 | 0 |
| HSL | 358.91º | 1% | 0.68% | - |
| HSV(B) | 358.91º | 0.65% | 1% | - |
| XYZ | 46.87 | 29.36 | 13.55 | - |
| YUV | 139.68 | 101.66 | 210.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 90 | 93 | 0 | 0.65 | 0.64 | 0 | 358.91 | 1 | 0.68 |
| Hex | FF | 5A | 5D | 0 | 41 | 40 | 0 | 167 | 64 | 44 |
| Octal | 377 | 132 | 135 | 0 | 101 | 100 | 0 | 547 | 144 | 104 |
| Binary | 11111111 | 1011010 | 1011101 | 0 | 1000001 | 1000000 | 0 | 101100111 | 1100100 | 1000100 |
Color Harmonies of #FF5A5D
Complementary color
Monochromatic Colors of #FF5A5D
Black with #FF5A5D
Text Example
Text Example
White with #FF5A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5A5D; }
p { color: rgb(255,90,93); }
H1.HeaderClassName
{
color: #FF5A5D;
}
.AnyTagClassName
{
color: #FF5A5D;
}
</style>
background-color css
<style>
a { background-color: #FF5A5D; }
a { background-color: rgb(255,90,93); }
div.DivClassName
{
background-color: #FF5A5D;
}
.BgClassName
{
background-color: #FF5A5D;
}
</style>
border-color css
<style>
span { border-color: #FF5A5D; }
span { border-color: rgb(255,90,93); }
td.TdClassName
{
border-color: #FF5A5D;
}
.TagClassName
{
border-color: #FF5A5D;
}
</style>