Shades of Wild Watermelon #FB506B
Tints of Wild Watermelon #FB506B
RGB
CMYK
RGB Variations
Color information
#FB506B (or 0xFB506B) is known color: Wild Watermelon. HEX triplet: FB, 50 and 6B. RGB value is (251,80,107). Sum of RGB (Red+Green+Blue) = 251+80+107=438 (58% of max value = 765). Red value is 251 (98.44% from 255 or 57.31% from 438); Green value is 80 (31.64% from 255 or 18.26% from 438); Blue value is 107 (42.19% from 255 or 24.43% from 438); Max value from RGB is 251 - color contains mainly: red. Hex color #FB506B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB506B is #04AF94. Grayscale: #868686. Windows color (decimal): -307093 or 7033083. OLE color: 7033083.
HSL color Cylindrical-coordinate representation of color #FB506B: hue angle of 350.53º 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 #FB506B is Cyan = 0, Magento = 0.68, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 80 | 107 | - |
| CMYK | 0 | 0.68 | 0.57 | 0.02 |
| HSL | 350.53º | 0.96% | 0.65% | - |
| HSV(B) | 350.53º | 0.68% | 0.98% | - |
| XYZ | 45.31 | 27.31 | 16.79 | - |
| YUV | 134.21 | 112.65 | 211.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 80 | 107 | 0 | 0.68 | 0.57 | 0.02 | 350.53 | 0.96 | 0.65 |
| Hex | FB | 50 | 6B | 0 | 44 | 39 | 2 | 15F | 60 | 41 |
| Octal | 373 | 120 | 153 | 0 | 104 | 71 | 2 | 537 | 140 | 101 |
| Binary | 11111011 | 1010000 | 1101011 | 0 | 1000100 | 111001 | 10 | 101011111 | 1100000 | 1000001 |
Color Harmonies of #FB506B
Complementary color
Monochromatic Colors of #FB506B
Black with #FB506B
Text Example
Text Example
White with #FB506B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB506B; }
p { color: rgb(251,80,107); }
H1.HeaderClassName
{
color: #FB506B;
}
.AnyTagClassName
{
color: #FB506B;
}
</style>
background-color css
<style>
a { background-color: #FB506B; }
a { background-color: rgb(251,80,107); }
div.DivClassName
{
background-color: #FB506B;
}
.BgClassName
{
background-color: #FB506B;
}
</style>
border-color css
<style>
span { border-color: #FB506B; }
span { border-color: rgb(251,80,107); }
td.TdClassName
{
border-color: #FB506B;
}
.TagClassName
{
border-color: #FB506B;
}
</style>