Shades of Wild Watermelon #FD486C
Tints of Wild Watermelon #FD486C
RGB
CMYK
RGB Variations
Color information
#FD486C (or 0xFD486C) is known color: Wild Watermelon. HEX triplet: FD, 48 and 6C. RGB value is (253,72,108). Sum of RGB (Red+Green+Blue) = 253+72+108=433 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.43% from 433); Green value is 72 (28.52% from 255 or 16.63% from 433); Blue value is 108 (42.58% from 255 or 24.94% from 433); Max value from RGB is 253 - color contains mainly: red. Hex color #FD486C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD486C is #02B793. Grayscale: #828282. Windows color (decimal): -178068 or 7096573. OLE color: 7096573.
HSL color Cylindrical-coordinate representation of color #FD486C: hue angle of 348.07º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FD486C is Cyan = 0, Magento = 0.72, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 72 | 108 | - |
| CMYK | 0 | 0.72 | 0.57 | 0.01 |
| HSL | 348.07º | 0.98% | 0.64% | - |
| HSV(B) | 348.07º | 0.72% | 0.99% | - |
| XYZ | 45.53 | 26.6 | 16.92 | - |
| YUV | 130.22 | 115.47 | 215.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 72 | 108 | 0 | 0.72 | 0.57 | 0.01 | 348.07 | 0.98 | 0.64 |
| Hex | FD | 48 | 6C | 0 | 48 | 39 | 1 | 15C | 62 | 40 |
| Octal | 375 | 110 | 154 | 0 | 110 | 71 | 1 | 534 | 142 | 100 |
| Binary | 11111101 | 1001000 | 1101100 | 0 | 1001000 | 111001 | 1 | 101011100 | 1100010 | 1000000 |
Color Harmonies of #FD486C
Complementary color
Monochromatic Colors of #FD486C
Black with #FD486C
Text Example
Text Example
White with #FD486C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD486C; }
p { color: rgb(253,72,108); }
H1.HeaderClassName
{
color: #FD486C;
}
.AnyTagClassName
{
color: #FD486C;
}
</style>
background-color css
<style>
a { background-color: #FD486C; }
a { background-color: rgb(253,72,108); }
div.DivClassName
{
background-color: #FD486C;
}
.BgClassName
{
background-color: #FD486C;
}
</style>
border-color css
<style>
span { border-color: #FD486C; }
span { border-color: rgb(253,72,108); }
td.TdClassName
{
border-color: #FD486C;
}
.TagClassName
{
border-color: #FD486C;
}
</style>