Shades of Wild Watermelon #FC547B
Tints of Wild Watermelon #FC547B
RGB
CMYK
RGB Variations
Color information
#FC547B (or 0xFC547B) is known color: Wild Watermelon. HEX triplet: FC, 54 and 7B. RGB value is (252,84,123). Sum of RGB (Red+Green+Blue) = 252+84+123=459 (60% of max value = 765). Red value is 252 (98.83% from 255 or 54.90% from 459); Green value is 84 (33.20% from 255 or 18.30% from 459); Blue value is 123 (48.44% from 255 or 26.80% from 459); Max value from RGB is 252 - color contains mainly: red. Hex color #FC547B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC547B is #03AB84. Grayscale: #8A8A8A. Windows color (decimal): -240517 or 8082684. OLE color: 8082684.
HSL color Cylindrical-coordinate representation of color #FC547B: hue angle of 346.07º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FC547B is Cyan = 0, Magento = 0.67, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 84 | 123 | - |
| CMYK | 0 | 0.67 | 0.51 | 0.01 |
| HSL | 346.07º | 0.97% | 0.66% | - |
| HSV(B) | 346.07º | 0.67% | 0.99% | - |
| XYZ | 46.89 | 28.47 | 21.76 | - |
| YUV | 138.68 | 119.16 | 208.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 84 | 123 | 0 | 0.67 | 0.51 | 0.01 | 346.07 | 0.97 | 0.66 |
| Hex | FC | 54 | 7B | 0 | 43 | 33 | 1 | 15A | 61 | 42 |
| Octal | 374 | 124 | 173 | 0 | 103 | 63 | 1 | 532 | 141 | 102 |
| Binary | 11111100 | 1010100 | 1111011 | 0 | 1000011 | 110011 | 1 | 101011010 | 1100001 | 1000010 |
Color Harmonies of #FC547B
Complementary color
Monochromatic Colors of #FC547B
Black with #FC547B
Text Example
Text Example
White with #FC547B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC547B; }
p { color: rgb(252,84,123); }
H1.HeaderClassName
{
color: #FC547B;
}
.AnyTagClassName
{
color: #FC547B;
}
</style>
background-color css
<style>
a { background-color: #FC547B; }
a { background-color: rgb(252,84,123); }
div.DivClassName
{
background-color: #FC547B;
}
.BgClassName
{
background-color: #FC547B;
}
</style>
border-color css
<style>
span { border-color: #FC547B; }
span { border-color: rgb(252,84,123); }
td.TdClassName
{
border-color: #FC547B;
}
.TagClassName
{
border-color: #FC547B;
}
</style>