Shades of Wild Watermelon #FB507D
Tints of Wild Watermelon #FB507D
RGB
CMYK
RGB Variations
Color information
#FB507D (or 0xFB507D) is known color: Wild Watermelon. HEX triplet: FB, 50 and 7D. RGB value is (251,80,125). Sum of RGB (Red+Green+Blue) = 251+80+125=456 (60% of max value = 765). Red value is 251 (98.44% from 255 or 55.04% from 456); Green value is 80 (31.64% from 255 or 17.54% from 456); Blue value is 125 (49.22% from 255 or 27.41% from 456); Max value from RGB is 251 - color contains mainly: red. Hex color #FB507D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB507D is #04AF82. Grayscale: #888888. Windows color (decimal): -307075 or 8212731. OLE color: 8212731.
HSL color Cylindrical-coordinate representation of color #FB507D: hue angle of 344.21º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FB507D is Cyan = 0, Magento = 0.68, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 80 | 125 | - |
| CMYK | 0 | 0.68 | 0.50 | 0.02 |
| HSL | 344.21º | 0.96% | 0.65% | - |
| HSV(B) | 344.21º | 0.68% | 0.98% | - |
| XYZ | 46.35 | 27.73 | 22.31 | - |
| YUV | 136.26 | 121.65 | 209.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 80 | 125 | 0 | 0.68 | 0.50 | 0.02 | 344.21 | 0.96 | 0.65 |
| Hex | FB | 50 | 7D | 0 | 44 | 32 | 2 | 158 | 60 | 41 |
| Octal | 373 | 120 | 175 | 0 | 104 | 62 | 2 | 530 | 140 | 101 |
| Binary | 11111011 | 1010000 | 1111101 | 0 | 1000100 | 110010 | 10 | 101011000 | 1100000 | 1000001 |
Color Harmonies of #FB507D
Complementary color
Monochromatic Colors of #FB507D
Black with #FB507D
Text Example
Text Example
White with #FB507D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB507D; }
p { color: rgb(251,80,125); }
H1.HeaderClassName
{
color: #FB507D;
}
.AnyTagClassName
{
color: #FB507D;
}
</style>
background-color css
<style>
a { background-color: #FB507D; }
a { background-color: rgb(251,80,125); }
div.DivClassName
{
background-color: #FB507D;
}
.BgClassName
{
background-color: #FB507D;
}
</style>
border-color css
<style>
span { border-color: #FB507D; }
span { border-color: rgb(251,80,125); }
td.TdClassName
{
border-color: #FB507D;
}
.TagClassName
{
border-color: #FB507D;
}
</style>