Shades of Wild Watermelon #FB6573
Tints of Wild Watermelon #FB6573
RGB
CMYK
RGB Variations
Color information
#FB6573 (or 0xFB6573) is known color: Wild Watermelon. HEX triplet: FB, 65 and 73. RGB value is (251,101,115). Sum of RGB (Red+Green+Blue) = 251+101+115=467 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.75% from 467); Green value is 101 (39.84% from 255 or 21.63% from 467); Blue value is 115 (45.31% from 255 or 24.63% from 467); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6573 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB6573 is #049A8C. Grayscale: #939393. Windows color (decimal): -301709 or 7562747. OLE color: 7562747.
HSL color Cylindrical-coordinate representation of color #FB6573: hue angle of 354.4º 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 #FB6573 is Cyan = 0, Magento = 0.60, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 101 | 115 | - |
| CMYK | 0 | 0.60 | 0.54 | 0.02 |
| HSL | 354.4º | 0.95% | 0.69% | - |
| HSV(B) | 354.4º | 0.6% | 0.98% | - |
| XYZ | 47.53 | 31.05 | 19.71 | - |
| YUV | 147.45 | 109.7 | 201.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 101 | 115 | 0 | 0.60 | 0.54 | 0.02 | 354.4 | 0.95 | 0.69 |
| Hex | FB | 65 | 73 | 0 | 3C | 36 | 2 | 162 | 5F | 45 |
| Octal | 373 | 145 | 163 | 0 | 74 | 66 | 2 | 542 | 137 | 105 |
| Binary | 11111011 | 1100101 | 1110011 | 0 | 111100 | 110110 | 10 | 101100010 | 1011111 | 1000101 |
Color Harmonies of #FB6573
Complementary color
Monochromatic Colors of #FB6573
Black with #FB6573
Text Example
Text Example
White with #FB6573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB6573; }
p { color: rgb(251,101,115); }
H1.HeaderClassName
{
color: #FB6573;
}
.AnyTagClassName
{
color: #FB6573;
}
</style>
background-color css
<style>
a { background-color: #FB6573; }
a { background-color: rgb(251,101,115); }
div.DivClassName
{
background-color: #FB6573;
}
.BgClassName
{
background-color: #FB6573;
}
</style>
border-color css
<style>
span { border-color: #FB6573; }
span { border-color: rgb(251,101,115); }
td.TdClassName
{
border-color: #FB6573;
}
.TagClassName
{
border-color: #FB6573;
}
</style>