Shades of Wild Watermelon #FB486F
Tints of Wild Watermelon #FB486F
RGB
CMYK
RGB Variations
Color information
#FB486F (or 0xFB486F) is known color: Wild Watermelon. HEX triplet: FB, 48 and 6F. RGB value is (251,72,111). Sum of RGB (Red+Green+Blue) = 251+72+111=434 (57% of max value = 765). Red value is 251 (98.44% from 255 or 57.83% from 434); Green value is 72 (28.52% from 255 or 16.59% from 434); Blue value is 111 (43.75% from 255 or 25.58% from 434); Max value from RGB is 251 - color contains mainly: red. Hex color #FB486F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB486F is #04B790. Grayscale: #818181. Windows color (decimal): -309137 or 7293179. OLE color: 7293179.
HSL color Cylindrical-coordinate representation of color #FB486F: hue angle of 346.93º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FB486F is Cyan = 0, Magento = 0.71, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 72 | 111 | - |
| CMYK | 0 | 0.71 | 0.56 | 0.02 |
| HSL | 346.93º | 0.96% | 0.63% | - |
| HSV(B) | 346.93º | 0.71% | 0.98% | - |
| XYZ | 44.97 | 26.29 | 17.74 | - |
| YUV | 129.97 | 117.3 | 214.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 72 | 111 | 0 | 0.71 | 0.56 | 0.02 | 346.93 | 0.96 | 0.63 |
| Hex | FB | 48 | 6F | 0 | 47 | 38 | 2 | 15B | 60 | 3F |
| Octal | 373 | 110 | 157 | 0 | 107 | 70 | 2 | 533 | 140 | 77 |
| Binary | 11111011 | 1001000 | 1101111 | 0 | 1000111 | 111000 | 10 | 101011011 | 1100000 | 111111 |
Color Harmonies of #FB486F
Complementary color
Monochromatic Colors of #FB486F
Black with #FB486F
Text Example
Text Example
White with #FB486F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB486F; }
p { color: rgb(251,72,111); }
H1.HeaderClassName
{
color: #FB486F;
}
.AnyTagClassName
{
color: #FB486F;
}
</style>
background-color css
<style>
a { background-color: #FB486F; }
a { background-color: rgb(251,72,111); }
div.DivClassName
{
background-color: #FB486F;
}
.BgClassName
{
background-color: #FB486F;
}
</style>
border-color css
<style>
span { border-color: #FB486F; }
span { border-color: rgb(251,72,111); }
td.TdClassName
{
border-color: #FB486F;
}
.TagClassName
{
border-color: #FB486F;
}
</style>