Shades of Wild Watermelon #FB5B7A
Tints of Wild Watermelon #FB5B7A
RGB
CMYK
RGB Variations
Color information
#FB5B7A (or 0xFB5B7A) is known color: Wild Watermelon. HEX triplet: FB, 5B and 7A. RGB value is (251,91,122). Sum of RGB (Red+Green+Blue) = 251+91+122=464 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.09% from 464); Green value is 91 (35.94% from 255 or 19.61% from 464); Blue value is 122 (48.05% from 255 or 26.29% from 464); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5B7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB5B7A is #04A485. Grayscale: #8E8E8E. Windows color (decimal): -304262 or 8018939. OLE color: 8018939.
HSL color Cylindrical-coordinate representation of color #FB5B7A: hue angle of 348.38º 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 #FB5B7A is Cyan = 0, Magento = 0.64, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 91 | 122 | - |
| CMYK | 0 | 0.64 | 0.51 | 0.02 |
| HSL | 348.38º | 0.95% | 0.67% | - |
| HSV(B) | 348.38º | 0.64% | 0.98% | - |
| XYZ | 47.04 | 29.4 | 21.61 | - |
| YUV | 142.37 | 116.51 | 205.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 91 | 122 | 0 | 0.64 | 0.51 | 0.02 | 348.38 | 0.95 | 0.67 |
| Hex | FB | 5B | 7A | 0 | 40 | 33 | 2 | 15C | 5F | 43 |
| Octal | 373 | 133 | 172 | 0 | 100 | 63 | 2 | 534 | 137 | 103 |
| Binary | 11111011 | 1011011 | 1111010 | 0 | 1000000 | 110011 | 10 | 101011100 | 1011111 | 1000011 |
Color Harmonies of #FB5B7A
Complementary color
Monochromatic Colors of #FB5B7A
Black with #FB5B7A
Text Example
Text Example
White with #FB5B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5B7A; }
p { color: rgb(251,91,122); }
H1.HeaderClassName
{
color: #FB5B7A;
}
.AnyTagClassName
{
color: #FB5B7A;
}
</style>
background-color css
<style>
a { background-color: #FB5B7A; }
a { background-color: rgb(251,91,122); }
div.DivClassName
{
background-color: #FB5B7A;
}
.BgClassName
{
background-color: #FB5B7A;
}
</style>
border-color css
<style>
span { border-color: #FB5B7A; }
span { border-color: rgb(251,91,122); }
td.TdClassName
{
border-color: #FB5B7A;
}
.TagClassName
{
border-color: #FB5B7A;
}
</style>