Shades of Wild Watermelon #FB5C5D
Tints of Wild Watermelon #FB5C5D
RGB
CMYK
RGB Variations
Color information
#FB5C5D (or 0xFB5C5D) is known color: Wild Watermelon. HEX triplet: FB, 5C and 5D. RGB value is (251,92,93). Sum of RGB (Red+Green+Blue) = 251+92+93=436 (57% of max value = 765). Red value is 251 (98.44% from 255 or 57.57% from 436); Green value is 92 (36.33% from 255 or 21.10% from 436); Blue value is 93 (36.72% from 255 or 21.33% from 436); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5C5D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB5C5D is #04A3A2. Grayscale: #8B8B8B. Windows color (decimal): -304035 or 6118651. OLE color: 6118651.
HSL color Cylindrical-coordinate representation of color #FB5C5D: hue angle of 359.62º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FB5C5D is Cyan = 0, Magento = 0.63, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 92 | 93 | - |
| CMYK | 0 | 0.63 | 0.63 | 0.02 |
| HSL | 359.62º | 0.95% | 0.67% | - |
| HSV(B) | 359.62º | 0.63% | 0.98% | - |
| XYZ | 45.59 | 28.95 | 13.54 | - |
| YUV | 139.66 | 101.68 | 207.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 92 | 93 | 0 | 0.63 | 0.63 | 0.02 | 359.62 | 0.95 | 0.67 |
| Hex | FB | 5C | 5D | 0 | 3F | 3F | 2 | 168 | 5F | 43 |
| Octal | 373 | 134 | 135 | 0 | 77 | 77 | 2 | 550 | 137 | 103 |
| Binary | 11111011 | 1011100 | 1011101 | 0 | 111111 | 111111 | 10 | 101101000 | 1011111 | 1000011 |
Color Harmonies of #FB5C5D
Complementary color
Monochromatic Colors of #FB5C5D
Black with #FB5C5D
Text Example
Text Example
White with #FB5C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5C5D; }
p { color: rgb(251,92,93); }
H1.HeaderClassName
{
color: #FB5C5D;
}
.AnyTagClassName
{
color: #FB5C5D;
}
</style>
background-color css
<style>
a { background-color: #FB5C5D; }
a { background-color: rgb(251,92,93); }
div.DivClassName
{
background-color: #FB5C5D;
}
.BgClassName
{
background-color: #FB5C5D;
}
</style>
border-color css
<style>
span { border-color: #FB5C5D; }
span { border-color: rgb(251,92,93); }
td.TdClassName
{
border-color: #FB5C5D;
}
.TagClassName
{
border-color: #FB5C5D;
}
</style>