Shades of Wild Watermelon #FB5C7B
Tints of Wild Watermelon #FB5C7B
RGB
CMYK
RGB Variations
Color information
#FB5C7B (or 0xFB5C7B) is known color: Wild Watermelon. HEX triplet: FB, 5C and 7B. RGB value is (251,92,123). Sum of RGB (Red+Green+Blue) = 251+92+123=466 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.86% from 466); Green value is 92 (36.33% from 255 or 19.74% from 466); Blue value is 123 (48.44% from 255 or 26.39% from 466); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5C7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB5C7B is #04A384. Grayscale: #8F8F8F. Windows color (decimal): -304005 or 8084731. OLE color: 8084731.
HSL color Cylindrical-coordinate representation of color #FB5C7B: hue angle of 348.3º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FB5C7B is Cyan = 0, Magento = 0.63, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 92 | 123 | - |
| CMYK | 0 | 0.63 | 0.51 | 0.02 |
| HSL | 348.3º | 0.95% | 0.67% | - |
| HSV(B) | 348.3º | 0.63% | 0.98% | - |
| XYZ | 47.19 | 29.59 | 21.96 | - |
| YUV | 143.08 | 116.68 | 204.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 92 | 123 | 0 | 0.63 | 0.51 | 0.02 | 348.3 | 0.95 | 0.67 |
| Hex | FB | 5C | 7B | 0 | 3F | 33 | 2 | 15C | 5F | 43 |
| Octal | 373 | 134 | 173 | 0 | 77 | 63 | 2 | 534 | 137 | 103 |
| Binary | 11111011 | 1011100 | 1111011 | 0 | 111111 | 110011 | 10 | 101011100 | 1011111 | 1000011 |
Color Harmonies of #FB5C7B
Complementary color
Monochromatic Colors of #FB5C7B
Black with #FB5C7B
Text Example
Text Example
White with #FB5C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5C7B; }
p { color: rgb(251,92,123); }
H1.HeaderClassName
{
color: #FB5C7B;
}
.AnyTagClassName
{
color: #FB5C7B;
}
</style>
background-color css
<style>
a { background-color: #FB5C7B; }
a { background-color: rgb(251,92,123); }
div.DivClassName
{
background-color: #FB5C7B;
}
.BgClassName
{
background-color: #FB5C7B;
}
</style>
border-color css
<style>
span { border-color: #FB5C7B; }
span { border-color: rgb(251,92,123); }
td.TdClassName
{
border-color: #FB5C7B;
}
.TagClassName
{
border-color: #FB5C7B;
}
</style>