Shades of Wild Watermelon #FB547F
Tints of Wild Watermelon #FB547F
RGB
CMYK
RGB Variations
Color information
#FB547F (or 0xFB547F) is known color: Wild Watermelon. HEX triplet: FB, 54 and 7F. RGB value is (251,84,127). Sum of RGB (Red+Green+Blue) = 251+84+127=462 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.33% from 462); Green value is 84 (33.20% from 255 or 18.18% from 462); Blue value is 127 (50% from 255 or 27.49% from 462); Max value from RGB is 251 - color contains mainly: red. Hex color #FB547F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB547F is #04AB80. Grayscale: #8A8A8A. Windows color (decimal): -306049 or 8344827. OLE color: 8344827.
HSL color Cylindrical-coordinate representation of color #FB547F: hue angle of 344.55º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FB547F is Cyan = 0, Magento = 0.67, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 84 | 127 | - |
| CMYK | 0 | 0.67 | 0.49 | 0.02 |
| HSL | 344.55º | 0.95% | 0.66% | - |
| HSV(B) | 344.55º | 0.67% | 0.98% | - |
| XYZ | 46.78 | 28.38 | 23.09 | - |
| YUV | 138.84 | 121.33 | 208 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 84 | 127 | 0 | 0.67 | 0.49 | 0.02 | 344.55 | 0.95 | 0.66 |
| Hex | FB | 54 | 7F | 0 | 43 | 31 | 2 | 159 | 5F | 42 |
| Octal | 373 | 124 | 177 | 0 | 103 | 61 | 2 | 531 | 137 | 102 |
| Binary | 11111011 | 1010100 | 1111111 | 0 | 1000011 | 110001 | 10 | 101011001 | 1011111 | 1000010 |
Color Harmonies of #FB547F
Complementary color
Monochromatic Colors of #FB547F
Black with #FB547F
Text Example
Text Example
White with #FB547F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB547F; }
p { color: rgb(251,84,127); }
H1.HeaderClassName
{
color: #FB547F;
}
.AnyTagClassName
{
color: #FB547F;
}
</style>
background-color css
<style>
a { background-color: #FB547F; }
a { background-color: rgb(251,84,127); }
div.DivClassName
{
background-color: #FB547F;
}
.BgClassName
{
background-color: #FB547F;
}
</style>
border-color css
<style>
span { border-color: #FB547F; }
span { border-color: rgb(251,84,127); }
td.TdClassName
{
border-color: #FB547F;
}
.TagClassName
{
border-color: #FB547F;
}
</style>