Shades of Wild Watermelon #FD535E
Tints of Wild Watermelon #FD535E
RGB
CMYK
RGB Variations
Color information
#FD535E (or 0xFD535E) is known color: Wild Watermelon. HEX triplet: FD, 53 and 5E. RGB value is (253,83,94). Sum of RGB (Red+Green+Blue) = 253+83+94=430 (56% of max value = 765). Red value is 253 (99.22% from 255 or 58.84% from 430); Green value is 83 (32.81% from 255 or 19.30% from 430); Blue value is 94 (37.11% from 255 or 21.86% from 430); Max value from RGB is 253 - color contains mainly: red. Hex color #FD535E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD535E is #02ACA1. Grayscale: #878787. Windows color (decimal): -175266 or 6181885. OLE color: 6181885.
HSL color Cylindrical-coordinate representation of color #FD535E: hue angle of 356.12º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FD535E is Cyan = 0, Magento = 0.67, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 83 | 94 | - |
| CMYK | 0 | 0.67 | 0.63 | 0.01 |
| HSL | 356.12º | 0.98% | 0.66% | - |
| HSV(B) | 356.12º | 0.67% | 0.99% | - |
| XYZ | 45.62 | 27.88 | 13.57 | - |
| YUV | 135.08 | 104.82 | 212.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 83 | 94 | 0 | 0.67 | 0.63 | 0.01 | 356.12 | 0.98 | 0.66 |
| Hex | FD | 53 | 5E | 0 | 43 | 3F | 1 | 164 | 62 | 42 |
| Octal | 375 | 123 | 136 | 0 | 103 | 77 | 1 | 544 | 142 | 102 |
| Binary | 11111101 | 1010011 | 1011110 | 0 | 1000011 | 111111 | 1 | 101100100 | 1100010 | 1000010 |
Color Harmonies of #FD535E
Complementary color
Monochromatic Colors of #FD535E
Black with #FD535E
Text Example
Text Example
White with #FD535E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD535E; }
p { color: rgb(253,83,94); }
H1.HeaderClassName
{
color: #FD535E;
}
.AnyTagClassName
{
color: #FD535E;
}
</style>
background-color css
<style>
a { background-color: #FD535E; }
a { background-color: rgb(253,83,94); }
div.DivClassName
{
background-color: #FD535E;
}
.BgClassName
{
background-color: #FD535E;
}
</style>
border-color css
<style>
span { border-color: #FD535E; }
span { border-color: rgb(253,83,94); }
td.TdClassName
{
border-color: #FD535E;
}
.TagClassName
{
border-color: #FD535E;
}
</style>