Shades of Wild Watermelon #FB466F
Tints of Wild Watermelon #FB466F
RGB
CMYK
RGB Variations
Color information
#FB466F (or 0xFB466F) is known color: Wild Watermelon. HEX triplet: FB, 46 and 6F. RGB value is (251,70,111). Sum of RGB (Red+Green+Blue) = 251+70+111=432 (57% of max value = 765). Red value is 251 (98.44% from 255 or 58.10% from 432); Green value is 70 (27.73% from 255 or 16.20% from 432); Blue value is 111 (43.75% from 255 or 25.69% from 432); Max value from RGB is 251 - color contains mainly: red. Hex color #FB466F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB466F is #04B990. Grayscale: #808080. Windows color (decimal): -309649 or 7292667. OLE color: 7292667.
HSL color Cylindrical-coordinate representation of color #FB466F: hue angle of 346.41º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FB466F is Cyan = 0, Magento = 0.72, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 70 | 111 | - |
| CMYK | 0 | 0.72 | 0.56 | 0.02 |
| HSL | 346.41º | 0.96% | 0.63% | - |
| HSV(B) | 346.41º | 0.72% | 0.98% | - |
| XYZ | 44.84 | 26.04 | 17.7 | - |
| YUV | 128.79 | 117.97 | 215.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 70 | 111 | 0 | 0.72 | 0.56 | 0.02 | 346.41 | 0.96 | 0.63 |
| Hex | FB | 46 | 6F | 0 | 48 | 38 | 2 | 15A | 60 | 3F |
| Octal | 373 | 106 | 157 | 0 | 110 | 70 | 2 | 532 | 140 | 77 |
| Binary | 11111011 | 1000110 | 1101111 | 0 | 1001000 | 111000 | 10 | 101011010 | 1100000 | 111111 |
Color Harmonies of #FB466F
Complementary color
Monochromatic Colors of #FB466F
Black with #FB466F
Text Example
Text Example
White with #FB466F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB466F; }
p { color: rgb(251,70,111); }
H1.HeaderClassName
{
color: #FB466F;
}
.AnyTagClassName
{
color: #FB466F;
}
</style>
background-color css
<style>
a { background-color: #FB466F; }
a { background-color: rgb(251,70,111); }
div.DivClassName
{
background-color: #FB466F;
}
.BgClassName
{
background-color: #FB466F;
}
</style>
border-color css
<style>
span { border-color: #FB466F; }
span { border-color: rgb(251,70,111); }
td.TdClassName
{
border-color: #FB466F;
}
.TagClassName
{
border-color: #FB466F;
}
</style>