Shades of Wild Watermelon #F4547C
Tints of Wild Watermelon #F4547C
RGB
CMYK
RGB Variations
Color information
#F4547C (or 0xF4547C) is known color: Wild Watermelon. HEX triplet: F4, 54 and 7C. RGB value is (244,84,124). Sum of RGB (Red+Green+Blue) = 244+84+124=452 (59% of max value = 765). Red value is 244 (95.70% from 255 or 53.98% from 452); Green value is 84 (33.20% from 255 or 18.58% from 452); Blue value is 124 (48.83% from 255 or 27.43% from 452); Max value from RGB is 244 - color contains mainly: red. Hex color #F4547C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F4547C is #0BAB83. Grayscale: #888888. Windows color (decimal): -764804 or 8148212. OLE color: 8148212.
HSL color Cylindrical-coordinate representation of color #F4547C: hue angle of 345º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F4547C is Cyan = 0, Magento = 0.66, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 84 | 124 | - |
| CMYK | 0 | 0.66 | 0.49 | 0.04 |
| HSL | 345º | 0.88% | 0.64% | - |
| HSV(B) | 345º | 0.66% | 0.96% | - |
| XYZ | 44.12 | 27.03 | 21.96 | - |
| YUV | 136.4 | 121.01 | 204.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 84 | 124 | 0 | 0.66 | 0.49 | 0.04 | 345 | 0.88 | 0.64 |
| Hex | F4 | 54 | 7C | 0 | 42 | 31 | 4 | 159 | 58 | 40 |
| Octal | 364 | 124 | 174 | 0 | 102 | 61 | 4 | 531 | 130 | 100 |
| Binary | 11110100 | 1010100 | 1111100 | 0 | 1000010 | 110001 | 100 | 101011001 | 1011000 | 1000000 |
Color Harmonies of #F4547C
Complementary color
Monochromatic Colors of #F4547C
Black with #F4547C
Text Example
Text Example
White with #F4547C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4547C; }
p { color: rgb(244,84,124); }
H1.HeaderClassName
{
color: #F4547C;
}
.AnyTagClassName
{
color: #F4547C;
}
</style>
background-color css
<style>
a { background-color: #F4547C; }
a { background-color: rgb(244,84,124); }
div.DivClassName
{
background-color: #F4547C;
}
.BgClassName
{
background-color: #F4547C;
}
</style>
border-color css
<style>
span { border-color: #F4547C; }
span { border-color: rgb(244,84,124); }
td.TdClassName
{
border-color: #F4547C;
}
.TagClassName
{
border-color: #F4547C;
}
</style>