Shades of Wild Watermelon #FD535A
Tints of Wild Watermelon #FD535A
RGB
CMYK
RGB Variations
Color information
#FD535A (or 0xFD535A) is known color: Wild Watermelon. HEX triplet: FD, 53 and 5A. RGB value is (253,83,90). Sum of RGB (Red+Green+Blue) = 253+83+90=426 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.39% from 426); Green value is 83 (32.81% from 255 or 19.48% from 426); Blue value is 90 (35.55% from 255 or 21.13% from 426); Max value from RGB is 253 - color contains mainly: red. Hex color #FD535A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD535A is #02ACA5. Grayscale: #868686. Windows color (decimal): -175270 or 5919741. OLE color: 5919741.
HSL color Cylindrical-coordinate representation of color #FD535A: hue angle of 357.53º 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 #FD535A is Cyan = 0, Magento = 0.67, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 83 | 90 | - |
| CMYK | 0 | 0.67 | 0.64 | 0.01 |
| HSL | 357.53º | 0.98% | 0.66% | - |
| HSV(B) | 357.53º | 0.67% | 0.99% | - |
| XYZ | 45.45 | 27.81 | 12.64 | - |
| YUV | 134.63 | 102.82 | 212.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 83 | 90 | 0 | 0.67 | 0.64 | 0.01 | 357.53 | 0.98 | 0.66 |
| Hex | FD | 53 | 5A | 0 | 43 | 40 | 1 | 166 | 62 | 42 |
| Octal | 375 | 123 | 132 | 0 | 103 | 100 | 1 | 546 | 142 | 102 |
| Binary | 11111101 | 1010011 | 1011010 | 0 | 1000011 | 1000000 | 1 | 101100110 | 1100010 | 1000010 |
Color Harmonies of #FD535A
Complementary color
Monochromatic Colors of #FD535A
Black with #FD535A
Text Example
Text Example
White with #FD535A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD535A; }
p { color: rgb(253,83,90); }
H1.HeaderClassName
{
color: #FD535A;
}
.AnyTagClassName
{
color: #FD535A;
}
</style>
background-color css
<style>
a { background-color: #FD535A; }
a { background-color: rgb(253,83,90); }
div.DivClassName
{
background-color: #FD535A;
}
.BgClassName
{
background-color: #FD535A;
}
</style>
border-color css
<style>
span { border-color: #FD535A; }
span { border-color: rgb(253,83,90); }
td.TdClassName
{
border-color: #FD535A;
}
.TagClassName
{
border-color: #FD535A;
}
</style>