Shades of Wild Watermelon #FB5278
Tints of Wild Watermelon #FB5278
RGB
CMYK
RGB Variations
Color information
#FB5278 (or 0xFB5278) is known color: Wild Watermelon. HEX triplet: FB, 52 and 78. RGB value is (251,82,120). Sum of RGB (Red+Green+Blue) = 251+82+120=453 (60% of max value = 765). Red value is 251 (98.44% from 255 or 55.41% from 453); Green value is 82 (32.42% from 255 or 18.10% from 453); Blue value is 120 (47.27% from 255 or 26.49% from 453); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5278 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB5278 is #04AD87. Grayscale: #888888. Windows color (decimal): -306568 or 7885563. OLE color: 7885563.
HSL color Cylindrical-coordinate representation of color #FB5278: hue angle of 346.51º degrees, saturation: 0.95, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FB5278 is Cyan = 0, Magento = 0.67, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 82 | 120 | - |
| CMYK | 0 | 0.67 | 0.52 | 0.02 |
| HSL | 346.51º | 0.95% | 0.65% | - |
| HSV(B) | 346.51º | 0.67% | 0.98% | - |
| XYZ | 46.19 | 27.9 | 20.72 | - |
| YUV | 136.86 | 118.49 | 209.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 82 | 120 | 0 | 0.67 | 0.52 | 0.02 | 346.51 | 0.95 | 0.65 |
| Hex | FB | 52 | 78 | 0 | 43 | 34 | 2 | 15B | 5F | 41 |
| Octal | 373 | 122 | 170 | 0 | 103 | 64 | 2 | 533 | 137 | 101 |
| Binary | 11111011 | 1010010 | 1111000 | 0 | 1000011 | 110100 | 10 | 101011011 | 1011111 | 1000001 |
Color Harmonies of #FB5278
Complementary color
Monochromatic Colors of #FB5278
Black with #FB5278
Text Example
Text Example
White with #FB5278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5278; }
p { color: rgb(251,82,120); }
H1.HeaderClassName
{
color: #FB5278;
}
.AnyTagClassName
{
color: #FB5278;
}
</style>
background-color css
<style>
a { background-color: #FB5278; }
a { background-color: rgb(251,82,120); }
div.DivClassName
{
background-color: #FB5278;
}
.BgClassName
{
background-color: #FB5278;
}
</style>
border-color css
<style>
span { border-color: #FB5278; }
span { border-color: rgb(251,82,120); }
td.TdClassName
{
border-color: #FB5278;
}
.TagClassName
{
border-color: #FB5278;
}
</style>