Shades of Wild Watermelon #FB486D
Tints of Wild Watermelon #FB486D
RGB
CMYK
RGB Variations
Color information
#FB486D (or 0xFB486D) is known color: Wild Watermelon. HEX triplet: FB, 48 and 6D. RGB value is (251,72,109). Sum of RGB (Red+Green+Blue) = 251+72+109=432 (57% of max value = 765). Red value is 251 (98.44% from 255 or 58.10% from 432); Green value is 72 (28.52% from 255 or 16.67% from 432); Blue value is 109 (42.97% from 255 or 25.23% from 432); Max value from RGB is 251 - color contains mainly: red. Hex color #FB486D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB486D is #04B792. Grayscale: #818181. Windows color (decimal): -309139 or 7162107. OLE color: 7162107.
HSL color Cylindrical-coordinate representation of color #FB486D: hue angle of 347.6º 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 #FB486D is Cyan = 0, Magento = 0.71, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 72 | 109 | - |
| CMYK | 0 | 0.71 | 0.57 | 0.02 |
| HSL | 347.6º | 0.96% | 0.63% | - |
| HSV(B) | 347.6º | 0.71% | 0.98% | - |
| XYZ | 44.86 | 26.25 | 17.17 | - |
| YUV | 129.74 | 116.3 | 214.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 72 | 109 | 0 | 0.71 | 0.57 | 0.02 | 347.6 | 0.96 | 0.63 |
| Hex | FB | 48 | 6D | 0 | 47 | 39 | 2 | 15C | 60 | 3F |
| Octal | 373 | 110 | 155 | 0 | 107 | 71 | 2 | 534 | 140 | 77 |
| Binary | 11111011 | 1001000 | 1101101 | 0 | 1000111 | 111001 | 10 | 101011100 | 1100000 | 111111 |
Color Harmonies of #FB486D
Complementary color
Monochromatic Colors of #FB486D
Black with #FB486D
Text Example
Text Example
White with #FB486D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB486D; }
p { color: rgb(251,72,109); }
H1.HeaderClassName
{
color: #FB486D;
}
.AnyTagClassName
{
color: #FB486D;
}
</style>
background-color css
<style>
a { background-color: #FB486D; }
a { background-color: rgb(251,72,109); }
div.DivClassName
{
background-color: #FB486D;
}
.BgClassName
{
background-color: #FB486D;
}
</style>
border-color css
<style>
span { border-color: #FB486D; }
span { border-color: rgb(251,72,109); }
td.TdClassName
{
border-color: #FB486D;
}
.TagClassName
{
border-color: #FB486D;
}
</style>