Shades of Wild Watermelon #FD486B
Tints of Wild Watermelon #FD486B
RGB
CMYK
RGB Variations
Color information
#FD486B (or 0xFD486B) is known color: Wild Watermelon. HEX triplet: FD, 48 and 6B. RGB value is (253,72,107). Sum of RGB (Red+Green+Blue) = 253+72+107=432 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.56% from 432); Green value is 72 (28.52% from 255 or 16.67% from 432); Blue value is 107 (42.19% from 255 or 24.77% from 432); Max value from RGB is 253 - color contains mainly: red. Hex color #FD486B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD486B is #02B794. Grayscale: #828282. Windows color (decimal): -178069 or 7031037. OLE color: 7031037.
HSL color Cylindrical-coordinate representation of color #FD486B: hue angle of 348.4º 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 #FD486B is Cyan = 0, Magento = 0.72, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 72 | 107 | - |
| CMYK | 0 | 0.72 | 0.58 | 0.01 |
| HSL | 348.4º | 0.98% | 0.64% | - |
| HSV(B) | 348.4º | 0.72% | 0.99% | - |
| XYZ | 45.48 | 26.58 | 16.64 | - |
| YUV | 130.11 | 114.97 | 215.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 72 | 107 | 0 | 0.72 | 0.58 | 0.01 | 348.4 | 0.98 | 0.64 |
| Hex | FD | 48 | 6B | 0 | 48 | 3A | 1 | 15C | 62 | 40 |
| Octal | 375 | 110 | 153 | 0 | 110 | 72 | 1 | 534 | 142 | 100 |
| Binary | 11111101 | 1001000 | 1101011 | 0 | 1001000 | 111010 | 1 | 101011100 | 1100010 | 1000000 |
Color Harmonies of #FD486B
Complementary color
Monochromatic Colors of #FD486B
Black with #FD486B
Text Example
Text Example
White with #FD486B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD486B; }
p { color: rgb(253,72,107); }
H1.HeaderClassName
{
color: #FD486B;
}
.AnyTagClassName
{
color: #FD486B;
}
</style>
background-color css
<style>
a { background-color: #FD486B; }
a { background-color: rgb(253,72,107); }
div.DivClassName
{
background-color: #FD486B;
}
.BgClassName
{
background-color: #FD486B;
}
</style>
border-color css
<style>
span { border-color: #FD486B; }
span { border-color: rgb(253,72,107); }
td.TdClassName
{
border-color: #FD486B;
}
.TagClassName
{
border-color: #FD486B;
}
</style>