Shades of Wild Watermelon #FB5C7A
Tints of Wild Watermelon #FB5C7A
RGB
CMYK
RGB Variations
Color information
#FB5C7A (or 0xFB5C7A) is known color: Wild Watermelon. HEX triplet: FB, 5C and 7A. RGB value is (251,92,122). Sum of RGB (Red+Green+Blue) = 251+92+122=465 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.98% from 465); Green value is 92 (36.33% from 255 or 19.78% from 465); Blue value is 122 (48.05% from 255 or 26.24% from 465); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5C7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB5C7A is #04A385. Grayscale: #8E8E8E. Windows color (decimal): -304006 or 8019195. OLE color: 8019195.
HSL color Cylindrical-coordinate representation of color #FB5C7A: hue angle of 348.68º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FB5C7A is Cyan = 0, Magento = 0.63, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 92 | 122 | - |
| CMYK | 0 | 0.63 | 0.51 | 0.02 |
| HSL | 348.68º | 0.95% | 0.67% | - |
| HSV(B) | 348.68º | 0.63% | 0.98% | - |
| XYZ | 47.12 | 29.57 | 21.64 | - |
| YUV | 142.96 | 116.18 | 205.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 92 | 122 | 0 | 0.63 | 0.51 | 0.02 | 348.68 | 0.95 | 0.67 |
| Hex | FB | 5C | 7A | 0 | 3F | 33 | 2 | 15D | 5F | 43 |
| Octal | 373 | 134 | 172 | 0 | 77 | 63 | 2 | 535 | 137 | 103 |
| Binary | 11111011 | 1011100 | 1111010 | 0 | 111111 | 110011 | 10 | 101011101 | 1011111 | 1000011 |
Color Harmonies of #FB5C7A
Complementary color
Monochromatic Colors of #FB5C7A
Black with #FB5C7A
Text Example
Text Example
White with #FB5C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5C7A; }
p { color: rgb(251,92,122); }
H1.HeaderClassName
{
color: #FB5C7A;
}
.AnyTagClassName
{
color: #FB5C7A;
}
</style>
background-color css
<style>
a { background-color: #FB5C7A; }
a { background-color: rgb(251,92,122); }
div.DivClassName
{
background-color: #FB5C7A;
}
.BgClassName
{
background-color: #FB5C7A;
}
</style>
border-color css
<style>
span { border-color: #FB5C7A; }
span { border-color: rgb(251,92,122); }
td.TdClassName
{
border-color: #FB5C7A;
}
.TagClassName
{
border-color: #FB5C7A;
}
</style>