Shades of Wild Watermelon #FB577A
Tints of Wild Watermelon #FB577A
RGB
CMYK
RGB Variations
Color information
#FB577A (or 0xFB577A) is known color: Wild Watermelon. HEX triplet: FB, 57 and 7A. RGB value is (251,87,122). Sum of RGB (Red+Green+Blue) = 251+87+122=460 (60% of max value = 765). Red value is 251 (98.44% from 255 or 54.57% from 460); Green value is 87 (34.38% from 255 or 18.91% from 460); Blue value is 122 (48.05% from 255 or 26.52% from 460); Max value from RGB is 251 - color contains mainly: red. Hex color #FB577A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB577A is #04A885. Grayscale: #8C8C8C. Windows color (decimal): -305286 or 8017915. OLE color: 8017915.
HSL color Cylindrical-coordinate representation of color #FB577A: hue angle of 347.2º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FB577A is Cyan = 0, Magento = 0.65, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 87 | 122 | - |
| CMYK | 0 | 0.65 | 0.51 | 0.02 |
| HSL | 347.2º | 0.95% | 0.66% | - |
| HSV(B) | 347.2º | 0.65% | 0.98% | - |
| XYZ | 46.7 | 28.73 | 21.5 | - |
| YUV | 140.03 | 117.83 | 207.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 87 | 122 | 0 | 0.65 | 0.51 | 0.02 | 347.2 | 0.95 | 0.66 |
| Hex | FB | 57 | 7A | 0 | 41 | 33 | 2 | 15B | 5F | 42 |
| Octal | 373 | 127 | 172 | 0 | 101 | 63 | 2 | 533 | 137 | 102 |
| Binary | 11111011 | 1010111 | 1111010 | 0 | 1000001 | 110011 | 10 | 101011011 | 1011111 | 1000010 |
Color Harmonies of #FB577A
Complementary color
Monochromatic Colors of #FB577A
Black with #FB577A
Text Example
Text Example
White with #FB577A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB577A; }
p { color: rgb(251,87,122); }
H1.HeaderClassName
{
color: #FB577A;
}
.AnyTagClassName
{
color: #FB577A;
}
</style>
background-color css
<style>
a { background-color: #FB577A; }
a { background-color: rgb(251,87,122); }
div.DivClassName
{
background-color: #FB577A;
}
.BgClassName
{
background-color: #FB577A;
}
</style>
border-color css
<style>
span { border-color: #FB577A; }
span { border-color: rgb(251,87,122); }
td.TdClassName
{
border-color: #FB577A;
}
.TagClassName
{
border-color: #FB577A;
}
</style>