Shades of Wild Watermelon #FB5E7A
Tints of Wild Watermelon #FB5E7A
RGB
CMYK
RGB Variations
Color information
#FB5E7A (or 0xFB5E7A) is known color: Wild Watermelon. HEX triplet: FB, 5E and 7A. RGB value is (251,94,122). Sum of RGB (Red+Green+Blue) = 251+94+122=467 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.75% from 467); Green value is 94 (37.11% from 255 or 20.13% from 467); Blue value is 122 (48.05% from 255 or 26.12% from 467); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5E7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB5E7A is #04A185. Grayscale: #909090. Windows color (decimal): -303494 or 8019707. OLE color: 8019707.
HSL color Cylindrical-coordinate representation of color #FB5E7A: hue angle of 349.3º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FB5E7A is Cyan = 0, Magento = 0.63, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
RGB | 251 | 94 | 122 | - |
CMYK | 0 | 0.63 | 0.51 | 0.02 |
HSL | 349.3º | 0.95% | 0.68% | - |
HSV(B) | 349.3º | 0.63% | 0.98% | - |
XYZ | 47.3 | 29.92 | 21.69 | - |
YUV | 144.14 | 115.51 | 204.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 94 | 122 | 0 | 0.63 | 0.51 | 0.02 | 349.3 | 0.95 | 0.68 |
Hex | FB | 5E | 7A | 0 | 3F | 33 | 2 | 15D | 5F | 44 |
Octal | 373 | 136 | 172 | 0 | 77 | 63 | 2 | 535 | 137 | 104 |
Binary | 11111011 | 1011110 | 1111010 | 0 | 111111 | 110011 | 10 | 101011101 | 1011111 | 1000100 |
Color Harmonies of #FB5E7A
Complementary color
Monochromatic Colors of #FB5E7A
Black with #FB5E7A
Text Example
Text Example
White with #FB5E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5E7A; }
p { color: rgb(251,94,122); }
H1.HeaderClassName
{
color: #FB5E7A;
}
.AnyTagClassName
{
color: #FB5E7A;
}
</style>
background-color css
<style>
a { background-color: #FB5E7A; }
a { background-color: rgb(251,94,122); }
div.DivClassName
{
background-color: #FB5E7A;
}
.BgClassName
{
background-color: #FB5E7A;
}
</style>
border-color css
<style>
span { border-color: #FB5E7A; }
span { border-color: rgb(251,94,122); }
td.TdClassName
{
border-color: #FB5E7A;
}
.TagClassName
{
border-color: #FB5E7A;
}
</style>