Shades of Wild Watermelon #FB5364
Tints of Wild Watermelon #FB5364
RGB
CMYK
RGB Variations
Color information
#FB5364 (or 0xFB5364) is known color: Wild Watermelon. HEX triplet: FB, 53 and 64. RGB value is (251,83,100). Sum of RGB (Red+Green+Blue) = 251+83+100=434 (57% of max value = 765). Red value is 251 (98.44% from 255 or 57.83% from 434); Green value is 83 (32.81% from 255 or 19.12% from 434); Blue value is 100 (39.45% from 255 or 23.04% from 434); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5364 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB5364 is #04AC9B. Grayscale: #878787. Windows color (decimal): -306332 or 6575099. OLE color: 6575099.
HSL color Cylindrical-coordinate representation of color #FB5364: hue angle of 353.93º degrees, saturation: 0.95, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FB5364 is Cyan = 0, Magento = 0.67, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 83 | 100 | - |
| CMYK | 0 | 0.67 | 0.60 | 0.02 |
| HSL | 353.93º | 0.95% | 0.65% | - |
| HSV(B) | 353.93º | 0.67% | 0.98% | - |
| XYZ | 45.18 | 27.62 | 15.01 | - |
| YUV | 135.17 | 108.16 | 210.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 83 | 100 | 0 | 0.67 | 0.60 | 0.02 | 353.93 | 0.95 | 0.65 |
| Hex | FB | 53 | 64 | 0 | 43 | 3C | 2 | 162 | 5F | 41 |
| Octal | 373 | 123 | 144 | 0 | 103 | 74 | 2 | 542 | 137 | 101 |
| Binary | 11111011 | 1010011 | 1100100 | 0 | 1000011 | 111100 | 10 | 101100010 | 1011111 | 1000001 |
Color Harmonies of #FB5364
Complementary color
Monochromatic Colors of #FB5364
Black with #FB5364
Text Example
Text Example
White with #FB5364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5364; }
p { color: rgb(251,83,100); }
H1.HeaderClassName
{
color: #FB5364;
}
.AnyTagClassName
{
color: #FB5364;
}
</style>
background-color css
<style>
a { background-color: #FB5364; }
a { background-color: rgb(251,83,100); }
div.DivClassName
{
background-color: #FB5364;
}
.BgClassName
{
background-color: #FB5364;
}
</style>
border-color css
<style>
span { border-color: #FB5364; }
span { border-color: rgb(251,83,100); }
td.TdClassName
{
border-color: #FB5364;
}
.TagClassName
{
border-color: #FB5364;
}
</style>