Shades of Wild Watermelon #F9547D
Tints of Wild Watermelon #F9547D
RGB
CMYK
RGB Variations
Color information
#F9547D (or 0xF9547D) is known color: Wild Watermelon. HEX triplet: F9, 54 and 7D. RGB value is (249,84,125). Sum of RGB (Red+Green+Blue) = 249+84+125=458 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.37% from 458); Green value is 84 (33.20% from 255 or 18.34% from 458); Blue value is 125 (49.22% from 255 or 27.29% from 458); Max value from RGB is 249 - color contains mainly: red. Hex color #F9547D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F9547D is #06AB82. Grayscale: #8A8A8A. Windows color (decimal): -437123 or 8213753. OLE color: 8213753.
HSL color Cylindrical-coordinate representation of color #F9547D: hue angle of 345.09º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F9547D is Cyan = 0, Magento = 0.66, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 84 | 125 | - |
| CMYK | 0 | 0.66 | 0.50 | 0.02 |
| HSL | 345.09º | 0.93% | 0.65% | - |
| HSV(B) | 345.09º | 0.66% | 0.98% | - |
| XYZ | 45.94 | 27.96 | 22.38 | - |
| YUV | 138.01 | 120.66 | 207.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 84 | 125 | 0 | 0.66 | 0.50 | 0.02 | 345.09 | 0.93 | 0.65 |
| Hex | F9 | 54 | 7D | 0 | 42 | 32 | 2 | 159 | 5D | 41 |
| Octal | 371 | 124 | 175 | 0 | 102 | 62 | 2 | 531 | 135 | 101 |
| Binary | 11111001 | 1010100 | 1111101 | 0 | 1000010 | 110010 | 10 | 101011001 | 1011101 | 1000001 |
Color Harmonies of #F9547D
Complementary color
Monochromatic Colors of #F9547D
Black with #F9547D
Text Example
Text Example
White with #F9547D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9547D; }
p { color: rgb(249,84,125); }
H1.HeaderClassName
{
color: #F9547D;
}
.AnyTagClassName
{
color: #F9547D;
}
</style>
background-color css
<style>
a { background-color: #F9547D; }
a { background-color: rgb(249,84,125); }
div.DivClassName
{
background-color: #F9547D;
}
.BgClassName
{
background-color: #F9547D;
}
</style>
border-color css
<style>
span { border-color: #F9547D; }
span { border-color: rgb(249,84,125); }
td.TdClassName
{
border-color: #F9547D;
}
.TagClassName
{
border-color: #F9547D;
}
</style>