Shades of Wild Watermelon #FB527D
Tints of Wild Watermelon #FB527D
RGB
CMYK
RGB Variations
Color information
#FB527D (or 0xFB527D) is known color: Wild Watermelon. HEX triplet: FB, 52 and 7D. RGB value is (251,82,125). Sum of RGB (Red+Green+Blue) = 251+82+125=458 (60% of max value = 765). Red value is 251 (98.44% from 255 or 54.80% from 458); Green value is 82 (32.42% from 255 or 17.90% from 458); Blue value is 125 (49.22% from 255 or 27.29% from 458); Max value from RGB is 251 - color contains mainly: red. Hex color #FB527D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB527D is #04AD82. Grayscale: #898989. Windows color (decimal): -306563 or 8213243. OLE color: 8213243.
HSL color Cylindrical-coordinate representation of color #FB527D: hue angle of 344.73º 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 #FB527D is Cyan = 0, Magento = 0.67, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 82 | 125 | - |
| CMYK | 0 | 0.67 | 0.50 | 0.02 |
| HSL | 344.73º | 0.95% | 0.65% | - |
| HSV(B) | 344.73º | 0.67% | 0.98% | - |
| XYZ | 46.5 | 28.02 | 22.36 | - |
| YUV | 137.43 | 120.99 | 209 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 82 | 125 | 0 | 0.67 | 0.50 | 0.02 | 344.73 | 0.95 | 0.65 |
| Hex | FB | 52 | 7D | 0 | 43 | 32 | 2 | 159 | 5F | 41 |
| Octal | 373 | 122 | 175 | 0 | 103 | 62 | 2 | 531 | 137 | 101 |
| Binary | 11111011 | 1010010 | 1111101 | 0 | 1000011 | 110010 | 10 | 101011001 | 1011111 | 1000001 |
Color Harmonies of #FB527D
Complementary color
Monochromatic Colors of #FB527D
Black with #FB527D
Text Example
Text Example
White with #FB527D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB527D; }
p { color: rgb(251,82,125); }
H1.HeaderClassName
{
color: #FB527D;
}
.AnyTagClassName
{
color: #FB527D;
}
</style>
background-color css
<style>
a { background-color: #FB527D; }
a { background-color: rgb(251,82,125); }
div.DivClassName
{
background-color: #FB527D;
}
.BgClassName
{
background-color: #FB527D;
}
</style>
border-color css
<style>
span { border-color: #FB527D; }
span { border-color: rgb(251,82,125); }
td.TdClassName
{
border-color: #FB527D;
}
.TagClassName
{
border-color: #FB527D;
}
</style>