Shades of Wild Watermelon #FB6575
Tints of Wild Watermelon #FB6575
RGB
CMYK
RGB Variations
Color information
#FB6575 (or 0xFB6575) is known color: Wild Watermelon. HEX triplet: FB, 65 and 75. RGB value is (251,101,117). Sum of RGB (Red+Green+Blue) = 251+101+117=469 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.52% from 469); Green value is 101 (39.84% from 255 or 21.54% from 469); Blue value is 117 (46.09% from 255 or 24.95% from 469); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6575 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB6575 is #049A8A. Grayscale: #939393. Windows color (decimal): -301707 or 7693819. OLE color: 7693819.
HSL color Cylindrical-coordinate representation of color #FB6575: hue angle of 353.6º 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 #FB6575 is Cyan = 0, Magento = 0.60, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 101 | 117 | - |
| CMYK | 0 | 0.60 | 0.53 | 0.02 |
| HSL | 353.6º | 0.95% | 0.69% | - |
| HSV(B) | 353.6º | 0.6% | 0.98% | - |
| XYZ | 47.65 | 31.1 | 20.32 | - |
| YUV | 147.67 | 110.7 | 201.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 101 | 117 | 0 | 0.60 | 0.53 | 0.02 | 353.6 | 0.95 | 0.69 |
| Hex | FB | 65 | 75 | 0 | 3C | 35 | 2 | 162 | 5F | 45 |
| Octal | 373 | 145 | 165 | 0 | 74 | 65 | 2 | 542 | 137 | 105 |
| Binary | 11111011 | 1100101 | 1110101 | 0 | 111100 | 110101 | 10 | 101100010 | 1011111 | 1000101 |
Color Harmonies of #FB6575
Complementary color
Monochromatic Colors of #FB6575
Black with #FB6575
Text Example
Text Example
White with #FB6575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB6575; }
p { color: rgb(251,101,117); }
H1.HeaderClassName
{
color: #FB6575;
}
.AnyTagClassName
{
color: #FB6575;
}
</style>
background-color css
<style>
a { background-color: #FB6575; }
a { background-color: rgb(251,101,117); }
div.DivClassName
{
background-color: #FB6575;
}
.BgClassName
{
background-color: #FB6575;
}
</style>
border-color css
<style>
span { border-color: #FB6575; }
span { border-color: rgb(251,101,117); }
td.TdClassName
{
border-color: #FB6575;
}
.TagClassName
{
border-color: #FB6575;
}
</style>