Shades of Wild Watermelon #FB5067
Tints of Wild Watermelon #FB5067
RGB
CMYK
RGB Variations
Color information
#FB5067 (or 0xFB5067) is known color: Wild Watermelon. HEX triplet: FB, 50 and 67. RGB value is (251,80,103). Sum of RGB (Red+Green+Blue) = 251+80+103=434 (57% of max value = 765). Red value is 251 (98.44% from 255 or 57.83% from 434); Green value is 80 (31.64% from 255 or 18.43% from 434); Blue value is 103 (40.62% from 255 or 23.73% from 434); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5067 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB5067 is #04AF98. Grayscale: #858585. Windows color (decimal): -307097 or 6770939. OLE color: 6770939.
HSL color Cylindrical-coordinate representation of color #FB5067: hue angle of 351.93º 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 #FB5067 is Cyan = 0, Magento = 0.68, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 80 | 103 | - |
| CMYK | 0 | 0.68 | 0.59 | 0.02 |
| HSL | 351.93º | 0.96% | 0.65% | - |
| HSV(B) | 351.93º | 0.68% | 0.98% | - |
| XYZ | 45.1 | 27.23 | 15.71 | - |
| YUV | 133.75 | 110.65 | 211.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 80 | 103 | 0 | 0.68 | 0.59 | 0.02 | 351.93 | 0.96 | 0.65 |
| Hex | FB | 50 | 67 | 0 | 44 | 3B | 2 | 160 | 60 | 41 |
| Octal | 373 | 120 | 147 | 0 | 104 | 73 | 2 | 540 | 140 | 101 |
| Binary | 11111011 | 1010000 | 1100111 | 0 | 1000100 | 111011 | 10 | 101100000 | 1100000 | 1000001 |
Color Harmonies of #FB5067
Complementary color
Monochromatic Colors of #FB5067
Black with #FB5067
Text Example
Text Example
White with #FB5067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5067; }
p { color: rgb(251,80,103); }
H1.HeaderClassName
{
color: #FB5067;
}
.AnyTagClassName
{
color: #FB5067;
}
</style>
background-color css
<style>
a { background-color: #FB5067; }
a { background-color: rgb(251,80,103); }
div.DivClassName
{
background-color: #FB5067;
}
.BgClassName
{
background-color: #FB5067;
}
</style>
border-color css
<style>
span { border-color: #FB5067; }
span { border-color: rgb(251,80,103); }
td.TdClassName
{
border-color: #FB5067;
}
.TagClassName
{
border-color: #FB5067;
}
</style>