Shades of Wild Watermelon #FB567D
Tints of Wild Watermelon #FB567D
RGB
CMYK
RGB Variations
Color information
#FB567D (or 0xFB567D) is known color: Wild Watermelon. HEX triplet: FB, 56 and 7D. RGB value is (251,86,125). Sum of RGB (Red+Green+Blue) = 251+86+125=462 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.33% from 462); Green value is 86 (33.98% from 255 or 18.61% from 462); Blue value is 125 (49.22% from 255 or 27.06% from 462); Max value from RGB is 251 - color contains mainly: red. Hex color #FB567D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB567D is #04A982. Grayscale: #8B8B8B. Windows color (decimal): -305539 or 8214267. OLE color: 8214267.
HSL color Cylindrical-coordinate representation of color #FB567D: hue angle of 345.82º 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 #FB567D is Cyan = 0, Magento = 0.66, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 86 | 125 | - |
| CMYK | 0 | 0.66 | 0.50 | 0.02 |
| HSL | 345.82º | 0.95% | 0.66% | - |
| HSV(B) | 345.82º | 0.66% | 0.98% | - |
| XYZ | 46.81 | 28.65 | 22.46 | - |
| YUV | 139.78 | 119.66 | 207.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 86 | 125 | 0 | 0.66 | 0.50 | 0.02 | 345.82 | 0.95 | 0.66 |
| Hex | FB | 56 | 7D | 0 | 42 | 32 | 2 | 15A | 5F | 42 |
| Octal | 373 | 126 | 175 | 0 | 102 | 62 | 2 | 532 | 137 | 102 |
| Binary | 11111011 | 1010110 | 1111101 | 0 | 1000010 | 110010 | 10 | 101011010 | 1011111 | 1000010 |
Color Harmonies of #FB567D
Complementary color
Monochromatic Colors of #FB567D
Black with #FB567D
Text Example
Text Example
White with #FB567D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB567D; }
p { color: rgb(251,86,125); }
H1.HeaderClassName
{
color: #FB567D;
}
.AnyTagClassName
{
color: #FB567D;
}
</style>
background-color css
<style>
a { background-color: #FB567D; }
a { background-color: rgb(251,86,125); }
div.DivClassName
{
background-color: #FB567D;
}
.BgClassName
{
background-color: #FB567D;
}
</style>
border-color css
<style>
span { border-color: #FB567D; }
span { border-color: rgb(251,86,125); }
td.TdClassName
{
border-color: #FB567D;
}
.TagClassName
{
border-color: #FB567D;
}
</style>