Shades of Wild Watermelon #FB5E6A
Tints of Wild Watermelon #FB5E6A
RGB
CMYK
RGB Variations
Color information
#FB5E6A (or 0xFB5E6A) is known color: Wild Watermelon. HEX triplet: FB, 5E and 6A. RGB value is (251,94,106). Sum of RGB (Red+Green+Blue) = 251+94+106=451 (59% of max value = 765). Red value is 251 (98.44% from 255 or 55.65% from 451); Green value is 94 (37.11% from 255 or 20.84% from 451); Blue value is 106 (41.80% from 255 or 23.50% from 451); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5E6A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB5E6A is #04A195. Grayscale: #8E8E8E. Windows color (decimal): -303510 or 6971131. OLE color: 6971131.
HSL color Cylindrical-coordinate representation of color #FB5E6A: hue angle of 355.41º 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 #FB5E6A is Cyan = 0, Magento = 0.63, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 94 | 106 | - |
| CMYK | 0 | 0.63 | 0.58 | 0.02 |
| HSL | 355.41º | 0.95% | 0.68% | - |
| HSV(B) | 355.41º | 0.63% | 0.98% | - |
| XYZ | 46.39 | 29.56 | 16.9 | - |
| YUV | 142.31 | 107.51 | 205.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 94 | 106 | 0 | 0.63 | 0.58 | 0.02 | 355.41 | 0.95 | 0.68 |
| Hex | FB | 5E | 6A | 0 | 3F | 3A | 2 | 163 | 5F | 44 |
| Octal | 373 | 136 | 152 | 0 | 77 | 72 | 2 | 543 | 137 | 104 |
| Binary | 11111011 | 1011110 | 1101010 | 0 | 111111 | 111010 | 10 | 101100011 | 1011111 | 1000100 |
Color Harmonies of #FB5E6A
Complementary color
Monochromatic Colors of #FB5E6A
Black with #FB5E6A
Text Example
Text Example
White with #FB5E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5E6A; }
p { color: rgb(251,94,106); }
H1.HeaderClassName
{
color: #FB5E6A;
}
.AnyTagClassName
{
color: #FB5E6A;
}
</style>
background-color css
<style>
a { background-color: #FB5E6A; }
a { background-color: rgb(251,94,106); }
div.DivClassName
{
background-color: #FB5E6A;
}
.BgClassName
{
background-color: #FB5E6A;
}
</style>
border-color css
<style>
span { border-color: #FB5E6A; }
span { border-color: rgb(251,94,106); }
td.TdClassName
{
border-color: #FB5E6A;
}
.TagClassName
{
border-color: #FB5E6A;
}
</style>