Shades of Wild Watermelon #FB5066
Tints of Wild Watermelon #FB5066
RGB
CMYK
RGB Variations
Color information
#FB5066 (or 0xFB5066) is known color: Wild Watermelon. HEX triplet: FB, 50 and 66. RGB value is (251,80,102). Sum of RGB (Red+Green+Blue) = 251+80+102=433 (57% of max value = 765). Red value is 251 (98.44% from 255 or 57.97% from 433); Green value is 80 (31.64% from 255 or 18.48% from 433); Blue value is 102 (40.23% from 255 or 23.56% from 433); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5066 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB5066 is #04AF99. Grayscale: #858585. Windows color (decimal): -307098 or 6705403. OLE color: 6705403.
HSL color Cylindrical-coordinate representation of color #FB5066: hue angle of 352.28º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FB5066 is Cyan = 0, Magento = 0.68, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 80 | 102 | - |
| CMYK | 0 | 0.68 | 0.59 | 0.02 |
| HSL | 352.28º | 0.96% | 0.65% | - |
| HSV(B) | 352.28º | 0.68% | 0.98% | - |
| XYZ | 45.05 | 27.21 | 15.45 | - |
| YUV | 133.64 | 110.15 | 211.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 80 | 102 | 0 | 0.68 | 0.59 | 0.02 | 352.28 | 0.96 | 0.65 |
| Hex | FB | 50 | 66 | 0 | 44 | 3B | 2 | 160 | 60 | 41 |
| Octal | 373 | 120 | 146 | 0 | 104 | 73 | 2 | 540 | 140 | 101 |
| Binary | 11111011 | 1010000 | 1100110 | 0 | 1000100 | 111011 | 10 | 101100000 | 1100000 | 1000001 |
Color Harmonies of #FB5066
Complementary color
Monochromatic Colors of #FB5066
Black with #FB5066
Text Example
Text Example
White with #FB5066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5066; }
p { color: rgb(251,80,102); }
H1.HeaderClassName
{
color: #FB5066;
}
.AnyTagClassName
{
color: #FB5066;
}
</style>
background-color css
<style>
a { background-color: #FB5066; }
a { background-color: rgb(251,80,102); }
div.DivClassName
{
background-color: #FB5066;
}
.BgClassName
{
background-color: #FB5066;
}
</style>
border-color css
<style>
span { border-color: #FB5066; }
span { border-color: rgb(251,80,102); }
td.TdClassName
{
border-color: #FB5066;
}
.TagClassName
{
border-color: #FB5066;
}
</style>