Shades of Wild Watermelon #FB565A
Tints of Wild Watermelon #FB565A
RGB
CMYK
RGB Variations
Color information
#FB565A (or 0xFB565A) is known color: Wild Watermelon. HEX triplet: FB, 56 and 5A. RGB value is (251,86,90). Sum of RGB (Red+Green+Blue) = 251+86+90=427 (56% of max value = 765). Red value is 251 (98.44% from 255 or 58.78% from 427); Green value is 86 (33.98% from 255 or 20.14% from 427); Blue value is 90 (35.55% from 255 or 21.08% from 427); Max value from RGB is 251 - color contains mainly: red. Hex color #FB565A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB565A is #04A9A5. Grayscale: #878787. Windows color (decimal): -305574 or 5920507. OLE color: 5920507.
HSL color Cylindrical-coordinate representation of color #FB565A: hue angle of 358.55º 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 #FB565A is Cyan = 0, Magento = 0.66, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 86 | 90 | - |
| CMYK | 0 | 0.66 | 0.64 | 0.02 |
| HSL | 358.55º | 0.95% | 0.66% | - |
| HSV(B) | 358.55º | 0.66% | 0.98% | - |
| XYZ | 44.96 | 27.9 | 12.69 | - |
| YUV | 135.79 | 102.16 | 210.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 86 | 90 | 0 | 0.66 | 0.64 | 0.02 | 358.55 | 0.95 | 0.66 |
| Hex | FB | 56 | 5A | 0 | 42 | 40 | 2 | 167 | 5F | 42 |
| Octal | 373 | 126 | 132 | 0 | 102 | 100 | 2 | 547 | 137 | 102 |
| Binary | 11111011 | 1010110 | 1011010 | 0 | 1000010 | 1000000 | 10 | 101100111 | 1011111 | 1000010 |
Color Harmonies of #FB565A
Complementary color
Monochromatic Colors of #FB565A
Black with #FB565A
Text Example
Text Example
White with #FB565A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB565A; }
p { color: rgb(251,86,90); }
H1.HeaderClassName
{
color: #FB565A;
}
.AnyTagClassName
{
color: #FB565A;
}
</style>
background-color css
<style>
a { background-color: #FB565A; }
a { background-color: rgb(251,86,90); }
div.DivClassName
{
background-color: #FB565A;
}
.BgClassName
{
background-color: #FB565A;
}
</style>
border-color css
<style>
span { border-color: #FB565A; }
span { border-color: rgb(251,86,90); }
td.TdClassName
{
border-color: #FB565A;
}
.TagClassName
{
border-color: #FB565A;
}
</style>