Shades of Wild Watermelon #FB486E
Tints of Wild Watermelon #FB486E
RGB
CMYK
RGB Variations
Color information
#FB486E (or 0xFB486E) is known color: Wild Watermelon. HEX triplet: FB, 48 and 6E. RGB value is (251,72,110). Sum of RGB (Red+Green+Blue) = 251+72+110=433 (57% of max value = 765). Red value is 251 (98.44% from 255 or 57.97% from 433); Green value is 72 (28.52% from 255 or 16.63% from 433); Blue value is 110 (43.36% from 255 or 25.40% from 433); Max value from RGB is 251 - color contains mainly: red. Hex color #FB486E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB486E is #04B791. Grayscale: #818181. Windows color (decimal): -309138 or 7227643. OLE color: 7227643.
HSL color Cylindrical-coordinate representation of color #FB486E: hue angle of 347.26º 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 #FB486E is Cyan = 0, Magento = 0.71, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 72 | 110 | - |
| CMYK | 0 | 0.71 | 0.56 | 0.02 |
| HSL | 347.26º | 0.96% | 0.63% | - |
| HSV(B) | 347.26º | 0.71% | 0.98% | - |
| XYZ | 44.92 | 26.27 | 17.46 | - |
| YUV | 129.85 | 116.8 | 214.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 72 | 110 | 0 | 0.71 | 0.56 | 0.02 | 347.26 | 0.96 | 0.63 |
| Hex | FB | 48 | 6E | 0 | 47 | 38 | 2 | 15B | 60 | 3F |
| Octal | 373 | 110 | 156 | 0 | 107 | 70 | 2 | 533 | 140 | 77 |
| Binary | 11111011 | 1001000 | 1101110 | 0 | 1000111 | 111000 | 10 | 101011011 | 1100000 | 111111 |
Color Harmonies of #FB486E
Complementary color
Monochromatic Colors of #FB486E
Black with #FB486E
Text Example
Text Example
White with #FB486E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB486E; }
p { color: rgb(251,72,110); }
H1.HeaderClassName
{
color: #FB486E;
}
.AnyTagClassName
{
color: #FB486E;
}
</style>
background-color css
<style>
a { background-color: #FB486E; }
a { background-color: rgb(251,72,110); }
div.DivClassName
{
background-color: #FB486E;
}
.BgClassName
{
background-color: #FB486E;
}
</style>
border-color css
<style>
span { border-color: #FB486E; }
span { border-color: rgb(251,72,110); }
td.TdClassName
{
border-color: #FB486E;
}
.TagClassName
{
border-color: #FB486E;
}
</style>