Shades of Wild Watermelon #FD5B7B
Tints of Wild Watermelon #FD5B7B
RGB
CMYK
RGB Variations
Color information
#FD5B7B (or 0xFD5B7B) is known color: Wild Watermelon. HEX triplet: FD, 5B and 7B. RGB value is (253,91,123). Sum of RGB (Red+Green+Blue) = 253+91+123=467 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.18% from 467); Green value is 91 (35.94% from 255 or 19.49% from 467); Blue value is 123 (48.44% from 255 or 26.34% from 467); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5B7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD5B7B is #02A484. Grayscale: #8F8F8F. Windows color (decimal): -173189 or 8084477. OLE color: 8084477.
HSL color Cylindrical-coordinate representation of color #FD5B7B: hue angle of 348.15º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FD5B7B is Cyan = 0, Magento = 0.64, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 91 | 123 | - |
| CMYK | 0 | 0.64 | 0.51 | 0.01 |
| HSL | 348.15º | 0.98% | 0.67% | - |
| HSV(B) | 348.15º | 0.64% | 0.99% | - |
| XYZ | 47.82 | 29.79 | 21.97 | - |
| YUV | 143.09 | 116.67 | 206.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 91 | 123 | 0 | 0.64 | 0.51 | 0.01 | 348.15 | 0.98 | 0.67 |
| Hex | FD | 5B | 7B | 0 | 40 | 33 | 1 | 15C | 62 | 43 |
| Octal | 375 | 133 | 173 | 0 | 100 | 63 | 1 | 534 | 142 | 103 |
| Binary | 11111101 | 1011011 | 1111011 | 0 | 1000000 | 110011 | 1 | 101011100 | 1100010 | 1000011 |
Color Harmonies of #FD5B7B
Complementary color
Monochromatic Colors of #FD5B7B
Black with #FD5B7B
Text Example
Text Example
White with #FD5B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD5B7B; }
p { color: rgb(253,91,123); }
H1.HeaderClassName
{
color: #FD5B7B;
}
.AnyTagClassName
{
color: #FD5B7B;
}
</style>
background-color css
<style>
a { background-color: #FD5B7B; }
a { background-color: rgb(253,91,123); }
div.DivClassName
{
background-color: #FD5B7B;
}
.BgClassName
{
background-color: #FD5B7B;
}
</style>
border-color css
<style>
span { border-color: #FD5B7B; }
span { border-color: rgb(253,91,123); }
td.TdClassName
{
border-color: #FD5B7B;
}
.TagClassName
{
border-color: #FD5B7B;
}
</style>