Shades of Wild Watermelon #FF5D7B
Tints of Wild Watermelon #FF5D7B
RGB
CMYK
RGB Variations
Color information
#FF5D7B (or 0xFF5D7B) is known color: Wild Watermelon. HEX triplet: FF, 5D and 7B. RGB value is (255,93,123). Sum of RGB (Red+Green+Blue) = 255+93+123=471 (62% of max value = 765). Red value is 255 (100% from 255 or 54.14% from 471); Green value is 93 (36.72% from 255 or 19.75% from 471); Blue value is 123 (48.44% from 255 or 26.11% from 471); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5D7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5D7B is #00A284. Grayscale: #909090. Windows color (decimal): -41605 or 8084991. OLE color: 8084991.
HSL color Cylindrical-coordinate representation of color #FF5D7B: hue angle of 348.89º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FF5D7B is Cyan = 0, Magento = 0.64, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 93 | 123 | - |
| CMYK | 0 | 0.64 | 0.52 | 0 |
| HSL | 348.89º | 1% | 0.68% | - |
| HSV(B) | 348.89º | 0.64% | 1% | - |
| XYZ | 48.73 | 30.52 | 22.06 | - |
| YUV | 144.86 | 115.67 | 206.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 93 | 123 | 0 | 0.64 | 0.52 | 0 | 348.89 | 1 | 0.68 |
| Hex | FF | 5D | 7B | 0 | 40 | 34 | 0 | 15D | 64 | 44 |
| Octal | 377 | 135 | 173 | 0 | 100 | 64 | 0 | 535 | 144 | 104 |
| Binary | 11111111 | 1011101 | 1111011 | 0 | 1000000 | 110100 | 0 | 101011101 | 1100100 | 1000100 |
Color Harmonies of #FF5D7B
Complementary color
Monochromatic Colors of #FF5D7B
Black with #FF5D7B
Text Example
Text Example
White with #FF5D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5D7B; }
p { color: rgb(255,93,123); }
H1.HeaderClassName
{
color: #FF5D7B;
}
.AnyTagClassName
{
color: #FF5D7B;
}
</style>
background-color css
<style>
a { background-color: #FF5D7B; }
a { background-color: rgb(255,93,123); }
div.DivClassName
{
background-color: #FF5D7B;
}
.BgClassName
{
background-color: #FF5D7B;
}
</style>
border-color css
<style>
span { border-color: #FF5D7B; }
span { border-color: rgb(255,93,123); }
td.TdClassName
{
border-color: #FF5D7B;
}
.TagClassName
{
border-color: #FF5D7B;
}
</style>