Shades of Wild Watermelon #FB565B
Tints of Wild Watermelon #FB565B
RGB
CMYK
RGB Variations
Color information
#FB565B (or 0xFB565B) is known color: Wild Watermelon. HEX triplet: FB, 56 and 5B. RGB value is (251,86,91). Sum of RGB (Red+Green+Blue) = 251+86+91=428 (56% of max value = 765). Red value is 251 (98.44% from 255 or 58.64% from 428); Green value is 86 (33.98% from 255 or 20.09% from 428); Blue value is 91 (35.94% from 255 or 21.26% from 428); Max value from RGB is 251 - color contains mainly: red. Hex color #FB565B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB565B is #04A9A4. Grayscale: #888888. Windows color (decimal): -305573 or 5986043. OLE color: 5986043.
HSL color Cylindrical-coordinate representation of color #FB565B: hue angle of 358.18º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FB565B is Cyan = 0, Magento = 0.66, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 86 | 91 | - |
| CMYK | 0 | 0.66 | 0.64 | 0.02 |
| HSL | 358.18º | 0.95% | 0.66% | - |
| HSV(B) | 358.18º | 0.66% | 0.98% | - |
| XYZ | 45 | 27.92 | 12.91 | - |
| YUV | 135.91 | 102.66 | 210.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 86 | 91 | 0 | 0.66 | 0.64 | 0.02 | 358.18 | 0.95 | 0.66 |
| Hex | FB | 56 | 5B | 0 | 42 | 40 | 2 | 166 | 5F | 42 |
| Octal | 373 | 126 | 133 | 0 | 102 | 100 | 2 | 546 | 137 | 102 |
| Binary | 11111011 | 1010110 | 1011011 | 0 | 1000010 | 1000000 | 10 | 101100110 | 1011111 | 1000010 |
Color Harmonies of #FB565B
Complementary color
Monochromatic Colors of #FB565B
Black with #FB565B
Text Example
Text Example
White with #FB565B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB565B; }
p { color: rgb(251,86,91); }
H1.HeaderClassName
{
color: #FB565B;
}
.AnyTagClassName
{
color: #FB565B;
}
</style>
background-color css
<style>
a { background-color: #FB565B; }
a { background-color: rgb(251,86,91); }
div.DivClassName
{
background-color: #FB565B;
}
.BgClassName
{
background-color: #FB565B;
}
</style>
border-color css
<style>
span { border-color: #FB565B; }
span { border-color: rgb(251,86,91); }
td.TdClassName
{
border-color: #FB565B;
}
.TagClassName
{
border-color: #FB565B;
}
</style>