Shades of Wild Watermelon #FB6473
Tints of Wild Watermelon #FB6473
RGB
CMYK
RGB Variations
Color information
#FB6473 (or 0xFB6473) is known color: Wild Watermelon. HEX triplet: FB, 64 and 73. RGB value is (251,100,115). Sum of RGB (Red+Green+Blue) = 251+100+115=466 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.86% from 466); Green value is 100 (39.45% from 255 or 21.46% from 466); Blue value is 115 (45.31% from 255 or 24.68% from 466); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6473 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB6473 is #049B8C. Grayscale: #929292. Windows color (decimal): -301965 or 7562491. OLE color: 7562491.
HSL color Cylindrical-coordinate representation of color #FB6473: hue angle of 354.04º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FB6473 is Cyan = 0, Magento = 0.60, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 100 | 115 | - |
| CMYK | 0 | 0.60 | 0.54 | 0.02 |
| HSL | 354.04º | 0.95% | 0.69% | - |
| HSV(B) | 354.04º | 0.6% | 0.98% | - |
| XYZ | 47.44 | 30.86 | 19.68 | - |
| YUV | 146.86 | 110.03 | 202.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 100 | 115 | 0 | 0.60 | 0.54 | 0.02 | 354.04 | 0.95 | 0.69 |
| Hex | FB | 64 | 73 | 0 | 3C | 36 | 2 | 162 | 5F | 45 |
| Octal | 373 | 144 | 163 | 0 | 74 | 66 | 2 | 542 | 137 | 105 |
| Binary | 11111011 | 1100100 | 1110011 | 0 | 111100 | 110110 | 10 | 101100010 | 1011111 | 1000101 |
Color Harmonies of #FB6473
Complementary color
Monochromatic Colors of #FB6473
Black with #FB6473
Text Example
Text Example
White with #FB6473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB6473; }
p { color: rgb(251,100,115); }
H1.HeaderClassName
{
color: #FB6473;
}
.AnyTagClassName
{
color: #FB6473;
}
</style>
background-color css
<style>
a { background-color: #FB6473; }
a { background-color: rgb(251,100,115); }
div.DivClassName
{
background-color: #FB6473;
}
.BgClassName
{
background-color: #FB6473;
}
</style>
border-color css
<style>
span { border-color: #FB6473; }
span { border-color: rgb(251,100,115); }
td.TdClassName
{
border-color: #FB6473;
}
.TagClassName
{
border-color: #FB6473;
}
</style>