Shades of Wild Watermelon #FB6875
Tints of Wild Watermelon #FB6875
RGB
CMYK
RGB Variations
Color information
#FB6875 (or 0xFB6875) is known color: Wild Watermelon. HEX triplet: FB, 68 and 75. RGB value is (251,104,117). Sum of RGB (Red+Green+Blue) = 251+104+117=472 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.18% from 472); Green value is 104 (41.02% from 255 or 22.03% from 472); Blue value is 117 (46.09% from 255 or 24.79% from 472); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6875 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB6875 is #04978A. Grayscale: #959595. Windows color (decimal): -300939 or 7694587. OLE color: 7694587.
HSL color Cylindrical-coordinate representation of color #FB6875: hue angle of 354.69º 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 #FB6875 is Cyan = 0, Magento = 0.59, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 104 | 117 | - |
| CMYK | 0 | 0.59 | 0.53 | 0.02 |
| HSL | 354.69º | 0.95% | 0.7% | - |
| HSV(B) | 354.69º | 0.59% | 0.98% | - |
| XYZ | 47.94 | 31.69 | 20.42 | - |
| YUV | 149.44 | 109.7 | 200.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 104 | 117 | 0 | 0.59 | 0.53 | 0.02 | 354.69 | 0.95 | 0.7 |
| Hex | FB | 68 | 75 | 0 | 3B | 35 | 2 | 163 | 5F | 46 |
| Octal | 373 | 150 | 165 | 0 | 73 | 65 | 2 | 543 | 137 | 106 |
| Binary | 11111011 | 1101000 | 1110101 | 0 | 111011 | 110101 | 10 | 101100011 | 1011111 | 1000110 |
Color Harmonies of #FB6875
Complementary color
Monochromatic Colors of #FB6875
Black with #FB6875
Text Example
Text Example
White with #FB6875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB6875; }
p { color: rgb(251,104,117); }
H1.HeaderClassName
{
color: #FB6875;
}
.AnyTagClassName
{
color: #FB6875;
}
</style>
background-color css
<style>
a { background-color: #FB6875; }
a { background-color: rgb(251,104,117); }
div.DivClassName
{
background-color: #FB6875;
}
.BgClassName
{
background-color: #FB6875;
}
</style>
border-color css
<style>
span { border-color: #FB6875; }
span { border-color: rgb(251,104,117); }
td.TdClassName
{
border-color: #FB6875;
}
.TagClassName
{
border-color: #FB6875;
}
</style>