Shades of Wild Watermelon #FB517B
Tints of Wild Watermelon #FB517B
RGB
CMYK
RGB Variations
Color information
#FB517B (or 0xFB517B) is known color: Wild Watermelon. HEX triplet: FB, 51 and 7B. RGB value is (251,81,123). Sum of RGB (Red+Green+Blue) = 251+81+123=455 (60% of max value = 765). Red value is 251 (98.44% from 255 or 55.16% from 455); Green value is 81 (32.03% from 255 or 17.80% from 455); Blue value is 123 (48.44% from 255 or 27.03% from 455); Max value from RGB is 251 - color contains mainly: red. Hex color #FB517B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB517B is #04AE84. Grayscale: #888888. Windows color (decimal): -306821 or 8081915. OLE color: 8081915.
HSL color Cylindrical-coordinate representation of color #FB517B: hue angle of 345.18º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FB517B is Cyan = 0, Magento = 0.68, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 81 | 123 | - |
| CMYK | 0 | 0.68 | 0.51 | 0.02 |
| HSL | 345.18º | 0.96% | 0.65% | - |
| HSV(B) | 345.18º | 0.68% | 0.98% | - |
| XYZ | 46.3 | 27.82 | 21.67 | - |
| YUV | 136.62 | 120.32 | 209.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 81 | 123 | 0 | 0.68 | 0.51 | 0.02 | 345.18 | 0.96 | 0.65 |
| Hex | FB | 51 | 7B | 0 | 44 | 33 | 2 | 159 | 60 | 41 |
| Octal | 373 | 121 | 173 | 0 | 104 | 63 | 2 | 531 | 140 | 101 |
| Binary | 11111011 | 1010001 | 1111011 | 0 | 1000100 | 110011 | 10 | 101011001 | 1100000 | 1000001 |
Color Harmonies of #FB517B
Complementary color
Monochromatic Colors of #FB517B
Black with #FB517B
Text Example
Text Example
White with #FB517B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB517B; }
p { color: rgb(251,81,123); }
H1.HeaderClassName
{
color: #FB517B;
}
.AnyTagClassName
{
color: #FB517B;
}
</style>
background-color css
<style>
a { background-color: #FB517B; }
a { background-color: rgb(251,81,123); }
div.DivClassName
{
background-color: #FB517B;
}
.BgClassName
{
background-color: #FB517B;
}
</style>
border-color css
<style>
span { border-color: #FB517B; }
span { border-color: rgb(251,81,123); }
td.TdClassName
{
border-color: #FB517B;
}
.TagClassName
{
border-color: #FB517B;
}
</style>