Shades of Wild Watermelon #FB5464
Tints of Wild Watermelon #FB5464
RGB
CMYK
RGB Variations
Color information
#FB5464 (or 0xFB5464) is known color: Wild Watermelon. HEX triplet: FB, 54 and 64. RGB value is (251,84,100). Sum of RGB (Red+Green+Blue) = 251+84+100=435 (57% of max value = 765). Red value is 251 (98.44% from 255 or 57.70% from 435); Green value is 84 (33.20% from 255 or 19.31% from 435); Blue value is 100 (39.45% from 255 or 22.99% from 435); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5464 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB5464 is #04AB9B. Grayscale: #878787. Windows color (decimal): -306076 or 6575355. OLE color: 6575355.
HSL color Cylindrical-coordinate representation of color #FB5464: hue angle of 354.25º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FB5464 is Cyan = 0, Magento = 0.67, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 84 | 100 | - |
| CMYK | 0 | 0.67 | 0.60 | 0.02 |
| HSL | 354.25º | 0.95% | 0.66% | - |
| HSV(B) | 354.25º | 0.67% | 0.98% | - |
| XYZ | 45.25 | 27.77 | 15.03 | - |
| YUV | 135.76 | 107.83 | 210.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 84 | 100 | 0 | 0.67 | 0.60 | 0.02 | 354.25 | 0.95 | 0.66 |
| Hex | FB | 54 | 64 | 0 | 43 | 3C | 2 | 162 | 5F | 42 |
| Octal | 373 | 124 | 144 | 0 | 103 | 74 | 2 | 542 | 137 | 102 |
| Binary | 11111011 | 1010100 | 1100100 | 0 | 1000011 | 111100 | 10 | 101100010 | 1011111 | 1000010 |
Color Harmonies of #FB5464
Complementary color
Monochromatic Colors of #FB5464
Black with #FB5464
Text Example
Text Example
White with #FB5464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5464; }
p { color: rgb(251,84,100); }
H1.HeaderClassName
{
color: #FB5464;
}
.AnyTagClassName
{
color: #FB5464;
}
</style>
background-color css
<style>
a { background-color: #FB5464; }
a { background-color: rgb(251,84,100); }
div.DivClassName
{
background-color: #FB5464;
}
.BgClassName
{
background-color: #FB5464;
}
</style>
border-color css
<style>
span { border-color: #FB5464; }
span { border-color: rgb(251,84,100); }
td.TdClassName
{
border-color: #FB5464;
}
.TagClassName
{
border-color: #FB5464;
}
</style>