Shades of Wild Watermelon #FD5C6A
Tints of Wild Watermelon #FD5C6A
RGB
CMYK
RGB Variations
Color information
#FD5C6A (or 0xFD5C6A) is known color: Wild Watermelon. HEX triplet: FD, 5C and 6A. RGB value is (253,92,106). Sum of RGB (Red+Green+Blue) = 253+92+106=451 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.10% from 451); Green value is 92 (36.33% from 255 or 20.40% from 451); Blue value is 106 (41.80% from 255 or 23.50% from 451); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5C6A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD5C6A is #02A395. Grayscale: #8D8D8D. Windows color (decimal): -172950 or 6970621. OLE color: 6970621.
HSL color Cylindrical-coordinate representation of color #FD5C6A: hue angle of 354.78º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FD5C6A is Cyan = 0, Magento = 0.64, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 92 | 106 | - |
| CMYK | 0 | 0.64 | 0.58 | 0.01 |
| HSL | 354.78º | 0.98% | 0.68% | - |
| HSV(B) | 354.78º | 0.64% | 0.99% | - |
| XYZ | 46.94 | 29.58 | 16.87 | - |
| YUV | 141.74 | 107.84 | 207.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 92 | 106 | 0 | 0.64 | 0.58 | 0.01 | 354.78 | 0.98 | 0.68 |
| Hex | FD | 5C | 6A | 0 | 40 | 3A | 1 | 163 | 62 | 44 |
| Octal | 375 | 134 | 152 | 0 | 100 | 72 | 1 | 543 | 142 | 104 |
| Binary | 11111101 | 1011100 | 1101010 | 0 | 1000000 | 111010 | 1 | 101100011 | 1100010 | 1000100 |
Color Harmonies of #FD5C6A
Complementary color
Monochromatic Colors of #FD5C6A
Black with #FD5C6A
Text Example
Text Example
White with #FD5C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD5C6A; }
p { color: rgb(253,92,106); }
H1.HeaderClassName
{
color: #FD5C6A;
}
.AnyTagClassName
{
color: #FD5C6A;
}
</style>
background-color css
<style>
a { background-color: #FD5C6A; }
a { background-color: rgb(253,92,106); }
div.DivClassName
{
background-color: #FD5C6A;
}
.BgClassName
{
background-color: #FD5C6A;
}
</style>
border-color css
<style>
span { border-color: #FD5C6A; }
span { border-color: rgb(253,92,106); }
td.TdClassName
{
border-color: #FD5C6A;
}
.TagClassName
{
border-color: #FD5C6A;
}
</style>