Shades of Wild Watermelon #FF5A5F
Tints of Wild Watermelon #FF5A5F
RGB
CMYK
RGB Variations
Color information
#FF5A5F (or 0xFF5A5F) is known color: Wild Watermelon. HEX triplet: FF, 5A and 5F. RGB value is (255,90,95). Sum of RGB (Red+Green+Blue) = 255+90+95=440 (58% of max value = 765). Red value is 255 (100% from 255 or 57.95% from 440); Green value is 90 (35.55% from 255 or 20.45% from 440); Blue value is 95 (37.5% from 255 or 21.59% from 440); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5A5F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5A5F is #00A5A0. Grayscale: #8C8C8C. Windows color (decimal): -42401 or 6249215. OLE color: 6249215.
HSL color Cylindrical-coordinate representation of color #FF5A5F: hue angle of 358.18º 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 #FF5A5F is Cyan = 0, Magento = 0.65, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 90 | 95 | - |
| CMYK | 0 | 0.65 | 0.63 | 0 |
| HSL | 358.18º | 1% | 0.68% | - |
| HSV(B) | 358.18º | 0.65% | 1% | - |
| XYZ | 46.96 | 29.4 | 14.03 | - |
| YUV | 139.91 | 102.66 | 210.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 90 | 95 | 0 | 0.65 | 0.63 | 0 | 358.18 | 1 | 0.68 |
| Hex | FF | 5A | 5F | 0 | 41 | 3F | 0 | 166 | 64 | 44 |
| Octal | 377 | 132 | 137 | 0 | 101 | 77 | 0 | 546 | 144 | 104 |
| Binary | 11111111 | 1011010 | 1011111 | 0 | 1000001 | 111111 | 0 | 101100110 | 1100100 | 1000100 |
Color Harmonies of #FF5A5F
Complementary color
Monochromatic Colors of #FF5A5F
Black with #FF5A5F
Text Example
Text Example
White with #FF5A5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5A5F; }
p { color: rgb(255,90,95); }
H1.HeaderClassName
{
color: #FF5A5F;
}
.AnyTagClassName
{
color: #FF5A5F;
}
</style>
background-color css
<style>
a { background-color: #FF5A5F; }
a { background-color: rgb(255,90,95); }
div.DivClassName
{
background-color: #FF5A5F;
}
.BgClassName
{
background-color: #FF5A5F;
}
</style>
border-color css
<style>
span { border-color: #FF5A5F; }
span { border-color: rgb(255,90,95); }
td.TdClassName
{
border-color: #FF5A5F;
}
.TagClassName
{
border-color: #FF5A5F;
}
</style>