Shades of Wild Watermelon #FB527A
Tints of Wild Watermelon #FB527A
RGB
CMYK
RGB Variations
Color information
#FB527A (or 0xFB527A) is known color: Wild Watermelon. HEX triplet: FB, 52 and 7A. RGB value is (251,82,122). Sum of RGB (Red+Green+Blue) = 251+82+122=455 (60% of max value = 765). Red value is 251 (98.44% from 255 or 55.16% from 455); Green value is 82 (32.42% from 255 or 18.02% from 455); Blue value is 122 (48.05% from 255 or 26.81% from 455); Max value from RGB is 251 - color contains mainly: red. Hex color #FB527A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB527A is #04AD85. Grayscale: #898989. Windows color (decimal): -306566 or 8016635. OLE color: 8016635.
HSL color Cylindrical-coordinate representation of color #FB527A: hue angle of 345.8º 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 #FB527A is Cyan = 0, Magento = 0.67, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 82 | 122 | - |
| CMYK | 0 | 0.67 | 0.51 | 0.02 |
| HSL | 345.8º | 0.95% | 0.65% | - |
| HSV(B) | 345.8º | 0.67% | 0.98% | - |
| XYZ | 46.31 | 27.95 | 21.37 | - |
| YUV | 137.09 | 119.49 | 209.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 82 | 122 | 0 | 0.67 | 0.51 | 0.02 | 345.8 | 0.95 | 0.65 |
| Hex | FB | 52 | 7A | 0 | 43 | 33 | 2 | 15A | 5F | 41 |
| Octal | 373 | 122 | 172 | 0 | 103 | 63 | 2 | 532 | 137 | 101 |
| Binary | 11111011 | 1010010 | 1111010 | 0 | 1000011 | 110011 | 10 | 101011010 | 1011111 | 1000001 |
Color Harmonies of #FB527A
Complementary color
Monochromatic Colors of #FB527A
Black with #FB527A
Text Example
Text Example
White with #FB527A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB527A; }
p { color: rgb(251,82,122); }
H1.HeaderClassName
{
color: #FB527A;
}
.AnyTagClassName
{
color: #FB527A;
}
</style>
background-color css
<style>
a { background-color: #FB527A; }
a { background-color: rgb(251,82,122); }
div.DivClassName
{
background-color: #FB527A;
}
.BgClassName
{
background-color: #FB527A;
}
</style>
border-color css
<style>
span { border-color: #FB527A; }
span { border-color: rgb(251,82,122); }
td.TdClassName
{
border-color: #FB527A;
}
.TagClassName
{
border-color: #FB527A;
}
</style>