Shades of Wild Watermelon #FB5A7B
Tints of Wild Watermelon #FB5A7B
RGB
CMYK
RGB Variations
Color information
#FB5A7B (or 0xFB5A7B) is known color: Wild Watermelon. HEX triplet: FB, 5A and 7B. RGB value is (251,90,123). Sum of RGB (Red+Green+Blue) = 251+90+123=464 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.09% from 464); Green value is 90 (35.55% from 255 or 19.40% from 464); Blue value is 123 (48.44% from 255 or 26.51% from 464); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5A7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB5A7B is #04A584. Grayscale: #8D8D8D. Windows color (decimal): -304517 or 8084219. OLE color: 8084219.
HSL color Cylindrical-coordinate representation of color #FB5A7B: hue angle of 347.7º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FB5A7B is Cyan = 0, Magento = 0.64, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 90 | 123 | - |
| CMYK | 0 | 0.64 | 0.51 | 0.02 |
| HSL | 347.7º | 0.95% | 0.67% | - |
| HSV(B) | 347.7º | 0.64% | 0.98% | - |
| XYZ | 47.01 | 29.25 | 21.91 | - |
| YUV | 141.9 | 117.34 | 205.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 90 | 123 | 0 | 0.64 | 0.51 | 0.02 | 347.7 | 0.95 | 0.67 |
| Hex | FB | 5A | 7B | 0 | 40 | 33 | 2 | 15C | 5F | 43 |
| Octal | 373 | 132 | 173 | 0 | 100 | 63 | 2 | 534 | 137 | 103 |
| Binary | 11111011 | 1011010 | 1111011 | 0 | 1000000 | 110011 | 10 | 101011100 | 1011111 | 1000011 |
Color Harmonies of #FB5A7B
Complementary color
Monochromatic Colors of #FB5A7B
Black with #FB5A7B
Text Example
Text Example
White with #FB5A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5A7B; }
p { color: rgb(251,90,123); }
H1.HeaderClassName
{
color: #FB5A7B;
}
.AnyTagClassName
{
color: #FB5A7B;
}
</style>
background-color css
<style>
a { background-color: #FB5A7B; }
a { background-color: rgb(251,90,123); }
div.DivClassName
{
background-color: #FB5A7B;
}
.BgClassName
{
background-color: #FB5A7B;
}
</style>
border-color css
<style>
span { border-color: #FB5A7B; }
span { border-color: rgb(251,90,123); }
td.TdClassName
{
border-color: #FB5A7B;
}
.TagClassName
{
border-color: #FB5A7B;
}
</style>