Shades of Wild Watermelon #FB5D7A
Tints of Wild Watermelon #FB5D7A
RGB
CMYK
RGB Variations
Color information
#FB5D7A (or 0xFB5D7A) is known color: Wild Watermelon. HEX triplet: FB, 5D and 7A. RGB value is (251,93,122). Sum of RGB (Red+Green+Blue) = 251+93+122=466 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.86% from 466); Green value is 93 (36.72% from 255 or 19.96% from 466); Blue value is 122 (48.05% from 255 or 26.18% from 466); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5D7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB5D7A is #04A285. Grayscale: #8F8F8F. Windows color (decimal): -303750 or 8019451. OLE color: 8019451.
HSL color Cylindrical-coordinate representation of color #FB5D7A: hue angle of 348.99º 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 #FB5D7A is Cyan = 0, Magento = 0.63, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 93 | 122 | - |
| CMYK | 0 | 0.63 | 0.51 | 0.02 |
| HSL | 348.99º | 0.95% | 0.67% | - |
| HSV(B) | 348.99º | 0.63% | 0.98% | - |
| XYZ | 47.21 | 29.74 | 21.67 | - |
| YUV | 143.55 | 115.85 | 204.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 93 | 122 | 0 | 0.63 | 0.51 | 0.02 | 348.99 | 0.95 | 0.67 |
| Hex | FB | 5D | 7A | 0 | 3F | 33 | 2 | 15D | 5F | 43 |
| Octal | 373 | 135 | 172 | 0 | 77 | 63 | 2 | 535 | 137 | 103 |
| Binary | 11111011 | 1011101 | 1111010 | 0 | 111111 | 110011 | 10 | 101011101 | 1011111 | 1000011 |
Color Harmonies of #FB5D7A
Complementary color
Monochromatic Colors of #FB5D7A
Black with #FB5D7A
Text Example
Text Example
White with #FB5D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5D7A; }
p { color: rgb(251,93,122); }
H1.HeaderClassName
{
color: #FB5D7A;
}
.AnyTagClassName
{
color: #FB5D7A;
}
</style>
background-color css
<style>
a { background-color: #FB5D7A; }
a { background-color: rgb(251,93,122); }
div.DivClassName
{
background-color: #FB5D7A;
}
.BgClassName
{
background-color: #FB5D7A;
}
</style>
border-color css
<style>
span { border-color: #FB5D7A; }
span { border-color: rgb(251,93,122); }
td.TdClassName
{
border-color: #FB5D7A;
}
.TagClassName
{
border-color: #FB5D7A;
}
</style>