Shades of Wild Watermelon #FD547F
Tints of Wild Watermelon #FD547F
RGB
CMYK
RGB Variations
Color information
#FD547F (or 0xFD547F) is known color: Wild Watermelon. HEX triplet: FD, 54 and 7F. RGB value is (253,84,127). Sum of RGB (Red+Green+Blue) = 253+84+127=464 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.53% from 464); Green value is 84 (33.20% from 255 or 18.10% from 464); Blue value is 127 (50% from 255 or 27.37% from 464); Max value from RGB is 253 - color contains mainly: red. Hex color #FD547F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD547F is #02AB80. Grayscale: #8B8B8B. Windows color (decimal): -174977 or 8344829. OLE color: 8344829.
HSL color Cylindrical-coordinate representation of color #FD547F: hue angle of 344.73º degrees, saturation: 0.98, 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 #FD547F is Cyan = 0, Magento = 0.67, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 84 | 127 | - |
| CMYK | 0 | 0.67 | 0.50 | 0.01 |
| HSL | 344.73º | 0.98% | 0.66% | - |
| HSV(B) | 344.73º | 0.67% | 0.99% | - |
| XYZ | 47.51 | 28.76 | 23.13 | - |
| YUV | 139.43 | 120.99 | 209 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 84 | 127 | 0 | 0.67 | 0.50 | 0.01 | 344.73 | 0.98 | 0.66 |
| Hex | FD | 54 | 7F | 0 | 43 | 32 | 1 | 159 | 62 | 42 |
| Octal | 375 | 124 | 177 | 0 | 103 | 62 | 1 | 531 | 142 | 102 |
| Binary | 11111101 | 1010100 | 1111111 | 0 | 1000011 | 110010 | 1 | 101011001 | 1100010 | 1000010 |
Color Harmonies of #FD547F
Complementary color
Monochromatic Colors of #FD547F
Black with #FD547F
Text Example
Text Example
White with #FD547F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD547F; }
p { color: rgb(253,84,127); }
H1.HeaderClassName
{
color: #FD547F;
}
.AnyTagClassName
{
color: #FD547F;
}
</style>
background-color css
<style>
a { background-color: #FD547F; }
a { background-color: rgb(253,84,127); }
div.DivClassName
{
background-color: #FD547F;
}
.BgClassName
{
background-color: #FD547F;
}
</style>
border-color css
<style>
span { border-color: #FD547F; }
span { border-color: rgb(253,84,127); }
td.TdClassName
{
border-color: #FD547F;
}
.TagClassName
{
border-color: #FD547F;
}
</style>