Shades of Wild Watermelon #FB586A
Tints of Wild Watermelon #FB586A
RGB
CMYK
RGB Variations
Color information
#FB586A (or 0xFB586A) is known color: Wild Watermelon. HEX triplet: FB, 58 and 6A. RGB value is (251,88,106). Sum of RGB (Red+Green+Blue) = 251+88+106=445 (58% of max value = 765). Red value is 251 (98.44% from 255 or 56.40% from 445); Green value is 88 (34.77% from 255 or 19.78% from 445); Blue value is 106 (41.80% from 255 or 23.82% from 445); Max value from RGB is 251 - color contains mainly: red. Hex color #FB586A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB586A is #04A795. Grayscale: #8A8A8A. Windows color (decimal): -305046 or 6969595. OLE color: 6969595.
HSL color Cylindrical-coordinate representation of color #FB586A: hue angle of 353.37º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FB586A is Cyan = 0, Magento = 0.65, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 88 | 106 | - |
| CMYK | 0 | 0.65 | 0.58 | 0.02 |
| HSL | 353.37º | 0.95% | 0.66% | - |
| HSV(B) | 353.37º | 0.65% | 0.98% | - |
| XYZ | 45.87 | 28.53 | 16.72 | - |
| YUV | 138.79 | 109.5 | 208.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 88 | 106 | 0 | 0.65 | 0.58 | 0.02 | 353.37 | 0.95 | 0.66 |
| Hex | FB | 58 | 6A | 0 | 41 | 3A | 2 | 161 | 5F | 42 |
| Octal | 373 | 130 | 152 | 0 | 101 | 72 | 2 | 541 | 137 | 102 |
| Binary | 11111011 | 1011000 | 1101010 | 0 | 1000001 | 111010 | 10 | 101100001 | 1011111 | 1000010 |
Color Harmonies of #FB586A
Complementary color
Monochromatic Colors of #FB586A
Black with #FB586A
Text Example
Text Example
White with #FB586A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB586A; }
p { color: rgb(251,88,106); }
H1.HeaderClassName
{
color: #FB586A;
}
.AnyTagClassName
{
color: #FB586A;
}
</style>
background-color css
<style>
a { background-color: #FB586A; }
a { background-color: rgb(251,88,106); }
div.DivClassName
{
background-color: #FB586A;
}
.BgClassName
{
background-color: #FB586A;
}
</style>
border-color css
<style>
span { border-color: #FB586A; }
span { border-color: rgb(251,88,106); }
td.TdClassName
{
border-color: #FB586A;
}
.TagClassName
{
border-color: #FB586A;
}
</style>