Shades of Wild Watermelon #FB5568
Tints of Wild Watermelon #FB5568
RGB
CMYK
RGB Variations
Color information
#FB5568 (or 0xFB5568) is known color: Wild Watermelon. HEX triplet: FB, 55 and 68. RGB value is (251,85,104). Sum of RGB (Red+Green+Blue) = 251+85+104=440 (58% of max value = 765). Red value is 251 (98.44% from 255 or 57.05% from 440); Green value is 85 (33.59% from 255 or 19.32% from 440); Blue value is 104 (41.02% from 255 or 23.64% from 440); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5568 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB5568 is #04AA97. Grayscale: #888888. Windows color (decimal): -305816 or 6837755. OLE color: 6837755.
HSL color Cylindrical-coordinate representation of color #FB5568: hue angle of 353.13º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FB5568 is Cyan = 0, Magento = 0.66, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 85 | 104 | - |
| CMYK | 0 | 0.66 | 0.59 | 0.02 |
| HSL | 353.13º | 0.95% | 0.66% | - |
| HSV(B) | 353.13º | 0.66% | 0.98% | - |
| XYZ | 45.53 | 28.01 | 16.1 | - |
| YUV | 136.8 | 109.5 | 209.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 85 | 104 | 0 | 0.66 | 0.59 | 0.02 | 353.13 | 0.95 | 0.66 |
| Hex | FB | 55 | 68 | 0 | 42 | 3B | 2 | 161 | 5F | 42 |
| Octal | 373 | 125 | 150 | 0 | 102 | 73 | 2 | 541 | 137 | 102 |
| Binary | 11111011 | 1010101 | 1101000 | 0 | 1000010 | 111011 | 10 | 101100001 | 1011111 | 1000010 |
Color Harmonies of #FB5568
Complementary color
Monochromatic Colors of #FB5568
Black with #FB5568
Text Example
Text Example
White with #FB5568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5568; }
p { color: rgb(251,85,104); }
H1.HeaderClassName
{
color: #FB5568;
}
.AnyTagClassName
{
color: #FB5568;
}
</style>
background-color css
<style>
a { background-color: #FB5568; }
a { background-color: rgb(251,85,104); }
div.DivClassName
{
background-color: #FB5568;
}
.BgClassName
{
background-color: #FB5568;
}
</style>
border-color css
<style>
span { border-color: #FB5568; }
span { border-color: rgb(251,85,104); }
td.TdClassName
{
border-color: #FB5568;
}
.TagClassName
{
border-color: #FB5568;
}
</style>