Shades of Wild Watermelon #FB486C
Tints of Wild Watermelon #FB486C
RGB
CMYK
RGB Variations
Color information
#FB486C (or 0xFB486C) is known color: Wild Watermelon. HEX triplet: FB, 48 and 6C. RGB value is (251,72,108). Sum of RGB (Red+Green+Blue) = 251+72+108=431 (57% of max value = 765). Red value is 251 (98.44% from 255 or 58.24% from 431); Green value is 72 (28.52% from 255 or 16.71% from 431); Blue value is 108 (42.58% from 255 or 25.06% from 431); Max value from RGB is 251 - color contains mainly: red. Hex color #FB486C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB486C is #04B793. Grayscale: #818181. Windows color (decimal): -309140 or 7096571. OLE color: 7096571.
HSL color Cylindrical-coordinate representation of color #FB486C: hue angle of 347.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 #FB486C is Cyan = 0, Magento = 0.71, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 72 | 108 | - |
| CMYK | 0 | 0.71 | 0.57 | 0.02 |
| HSL | 347.93º | 0.96% | 0.63% | - |
| HSV(B) | 347.93º | 0.71% | 0.98% | - |
| XYZ | 44.81 | 26.23 | 16.89 | - |
| YUV | 129.63 | 115.8 | 214.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 72 | 108 | 0 | 0.71 | 0.57 | 0.02 | 347.93 | 0.96 | 0.63 |
| Hex | FB | 48 | 6C | 0 | 47 | 39 | 2 | 15C | 60 | 3F |
| Octal | 373 | 110 | 154 | 0 | 107 | 71 | 2 | 534 | 140 | 77 |
| Binary | 11111011 | 1001000 | 1101100 | 0 | 1000111 | 111001 | 10 | 101011100 | 1100000 | 111111 |
Color Harmonies of #FB486C
Complementary color
Monochromatic Colors of #FB486C
Black with #FB486C
Text Example
Text Example
White with #FB486C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB486C; }
p { color: rgb(251,72,108); }
H1.HeaderClassName
{
color: #FB486C;
}
.AnyTagClassName
{
color: #FB486C;
}
</style>
background-color css
<style>
a { background-color: #FB486C; }
a { background-color: rgb(251,72,108); }
div.DivClassName
{
background-color: #FB486C;
}
.BgClassName
{
background-color: #FB486C;
}
</style>
border-color css
<style>
span { border-color: #FB486C; }
span { border-color: rgb(251,72,108); }
td.TdClassName
{
border-color: #FB486C;
}
.TagClassName
{
border-color: #FB486C;
}
</style>