Shades of Wild Watermelon #FD5C7B
Tints of Wild Watermelon #FD5C7B
RGB
CMYK
RGB Variations
Color information
#FD5C7B (or 0xFD5C7B) is known color: Wild Watermelon. HEX triplet: FD, 5C and 7B. RGB value is (253,92,123). Sum of RGB (Red+Green+Blue) = 253+92+123=468 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.06% from 468); Green value is 92 (36.33% from 255 or 19.66% from 468); Blue value is 123 (48.44% from 255 or 26.28% from 468); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5C7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD5C7B is #02A384. Grayscale: #8F8F8F. Windows color (decimal): -172933 or 8084733. OLE color: 8084733.
HSL color Cylindrical-coordinate representation of color #FD5C7B: hue angle of 348.45º 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 #FD5C7B is Cyan = 0, Magento = 0.64, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 92 | 123 | - |
| CMYK | 0 | 0.64 | 0.51 | 0.01 |
| HSL | 348.45º | 0.98% | 0.68% | - |
| HSV(B) | 348.45º | 0.64% | 0.99% | - |
| XYZ | 47.91 | 29.97 | 22 | - |
| YUV | 143.67 | 116.34 | 205.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 92 | 123 | 0 | 0.64 | 0.51 | 0.01 | 348.45 | 0.98 | 0.68 |
| Hex | FD | 5C | 7B | 0 | 40 | 33 | 1 | 15C | 62 | 44 |
| Octal | 375 | 134 | 173 | 0 | 100 | 63 | 1 | 534 | 142 | 104 |
| Binary | 11111101 | 1011100 | 1111011 | 0 | 1000000 | 110011 | 1 | 101011100 | 1100010 | 1000100 |
Color Harmonies of #FD5C7B
Complementary color
Monochromatic Colors of #FD5C7B
Black with #FD5C7B
Text Example
Text Example
White with #FD5C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD5C7B; }
p { color: rgb(253,92,123); }
H1.HeaderClassName
{
color: #FD5C7B;
}
.AnyTagClassName
{
color: #FD5C7B;
}
</style>
background-color css
<style>
a { background-color: #FD5C7B; }
a { background-color: rgb(253,92,123); }
div.DivClassName
{
background-color: #FD5C7B;
}
.BgClassName
{
background-color: #FD5C7B;
}
</style>
border-color css
<style>
span { border-color: #FD5C7B; }
span { border-color: rgb(253,92,123); }
td.TdClassName
{
border-color: #FD5C7B;
}
.TagClassName
{
border-color: #FD5C7B;
}
</style>