Shades of Wild Watermelon #FB525D
Tints of Wild Watermelon #FB525D
RGB
CMYK
RGB Variations
Color information
#FB525D (or 0xFB525D) is known color: Wild Watermelon. HEX triplet: FB, 52 and 5D. RGB value is (251,82,93). Sum of RGB (Red+Green+Blue) = 251+82+93=426 (56% of max value = 765). Red value is 251 (98.44% from 255 or 58.92% from 426); Green value is 82 (32.42% from 255 or 19.25% from 426); Blue value is 93 (36.72% from 255 or 21.83% from 426); Max value from RGB is 251 - color contains mainly: red. Hex color #FB525D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB525D is #04ADA2. Grayscale: #858585. Windows color (decimal): -306595 or 6116091. OLE color: 6116091.
HSL color Cylindrical-coordinate representation of color #FB525D: hue angle of 356.09º 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 #FB525D is Cyan = 0, Magento = 0.67, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 82 | 93 | - |
| CMYK | 0 | 0.67 | 0.63 | 0.02 |
| HSL | 356.09º | 0.95% | 0.65% | - |
| HSV(B) | 356.09º | 0.67% | 0.98% | - |
| XYZ | 44.78 | 27.33 | 13.27 | - |
| YUV | 133.79 | 104.99 | 211.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 82 | 93 | 0 | 0.67 | 0.63 | 0.02 | 356.09 | 0.95 | 0.65 |
| Hex | FB | 52 | 5D | 0 | 43 | 3F | 2 | 164 | 5F | 41 |
| Octal | 373 | 122 | 135 | 0 | 103 | 77 | 2 | 544 | 137 | 101 |
| Binary | 11111011 | 1010010 | 1011101 | 0 | 1000011 | 111111 | 10 | 101100100 | 1011111 | 1000001 |
Color Harmonies of #FB525D
Complementary color
Monochromatic Colors of #FB525D
Black with #FB525D
Text Example
Text Example
White with #FB525D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB525D; }
p { color: rgb(251,82,93); }
H1.HeaderClassName
{
color: #FB525D;
}
.AnyTagClassName
{
color: #FB525D;
}
</style>
background-color css
<style>
a { background-color: #FB525D; }
a { background-color: rgb(251,82,93); }
div.DivClassName
{
background-color: #FB525D;
}
.BgClassName
{
background-color: #FB525D;
}
</style>
border-color css
<style>
span { border-color: #FB525D; }
span { border-color: rgb(251,82,93); }
td.TdClassName
{
border-color: #FB525D;
}
.TagClassName
{
border-color: #FB525D;
}
</style>