Shades of Wild Watermelon #FB6870
Tints of Wild Watermelon #FB6870
RGB
CMYK
RGB Variations
Color information
#FB6870 (or 0xFB6870) is known color: Wild Watermelon. HEX triplet: FB, 68 and 70. RGB value is (251,104,112). Sum of RGB (Red+Green+Blue) = 251+104+112=467 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.75% from 467); Green value is 104 (41.02% from 255 or 22.27% from 467); Blue value is 112 (44.14% from 255 or 23.98% from 467); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6870 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB6870 is #04978F. Grayscale: #949494. Windows color (decimal): -300944 or 7366907. OLE color: 7366907.
HSL color Cylindrical-coordinate representation of color #FB6870: hue angle of 356.73º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FB6870 is Cyan = 0, Magento = 0.59, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 104 | 112 | - |
| CMYK | 0 | 0.59 | 0.55 | 0.02 |
| HSL | 356.73º | 0.95% | 0.7% | - |
| HSV(B) | 356.73º | 0.59% | 0.98% | - |
| XYZ | 47.66 | 31.58 | 18.91 | - |
| YUV | 148.87 | 107.2 | 200.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 104 | 112 | 0 | 0.59 | 0.55 | 0.02 | 356.73 | 0.95 | 0.7 |
| Hex | FB | 68 | 70 | 0 | 3B | 37 | 2 | 165 | 5F | 46 |
| Octal | 373 | 150 | 160 | 0 | 73 | 67 | 2 | 545 | 137 | 106 |
| Binary | 11111011 | 1101000 | 1110000 | 0 | 111011 | 110111 | 10 | 101100101 | 1011111 | 1000110 |
Color Harmonies of #FB6870
Complementary color
Monochromatic Colors of #FB6870
Black with #FB6870
Text Example
Text Example
White with #FB6870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB6870; }
p { color: rgb(251,104,112); }
H1.HeaderClassName
{
color: #FB6870;
}
.AnyTagClassName
{
color: #FB6870;
}
</style>
background-color css
<style>
a { background-color: #FB6870; }
a { background-color: rgb(251,104,112); }
div.DivClassName
{
background-color: #FB6870;
}
.BgClassName
{
background-color: #FB6870;
}
</style>
border-color css
<style>
span { border-color: #FB6870; }
span { border-color: rgb(251,104,112); }
td.TdClassName
{
border-color: #FB6870;
}
.TagClassName
{
border-color: #FB6870;
}
</style>