Shades of Wild Watermelon #FD4A7A
Tints of Wild Watermelon #FD4A7A
RGB
CMYK
RGB Variations
Color information
#FD4A7A (or 0xFD4A7A) is known color: Wild Watermelon. HEX triplet: FD, 4A and 7A. RGB value is (253,74,122). Sum of RGB (Red+Green+Blue) = 253+74+122=449 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.35% from 449); Green value is 74 (29.30% from 255 or 16.48% from 449); Blue value is 122 (48.05% from 255 or 27.17% from 449); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4A7A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD4A7A is #02B585. Grayscale: #848484. Windows color (decimal): -177542 or 8014589. OLE color: 8014589.
HSL color Cylindrical-coordinate representation of color #FD4A7A: hue angle of 343.91º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FD4A7A is Cyan = 0, Magento = 0.71, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 74 | 122 | - |
| CMYK | 0 | 0.71 | 0.52 | 0.01 |
| HSL | 343.91º | 0.98% | 0.64% | - |
| HSV(B) | 343.91º | 0.71% | 0.99% | - |
| XYZ | 46.47 | 27.19 | 21.21 | - |
| YUV | 132.99 | 121.8 | 213.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 74 | 122 | 0 | 0.71 | 0.52 | 0.01 | 343.91 | 0.98 | 0.64 |
| Hex | FD | 4A | 7A | 0 | 47 | 34 | 1 | 158 | 62 | 40 |
| Octal | 375 | 112 | 172 | 0 | 107 | 64 | 1 | 530 | 142 | 100 |
| Binary | 11111101 | 1001010 | 1111010 | 0 | 1000111 | 110100 | 1 | 101011000 | 1100010 | 1000000 |
Color Harmonies of #FD4A7A
Complementary color
Monochromatic Colors of #FD4A7A
Black with #FD4A7A
Text Example
Text Example
White with #FD4A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD4A7A; }
p { color: rgb(253,74,122); }
H1.HeaderClassName
{
color: #FD4A7A;
}
.AnyTagClassName
{
color: #FD4A7A;
}
</style>
background-color css
<style>
a { background-color: #FD4A7A; }
a { background-color: rgb(253,74,122); }
div.DivClassName
{
background-color: #FD4A7A;
}
.BgClassName
{
background-color: #FD4A7A;
}
</style>
border-color css
<style>
span { border-color: #FD4A7A; }
span { border-color: rgb(253,74,122); }
td.TdClassName
{
border-color: #FD4A7A;
}
.TagClassName
{
border-color: #FD4A7A;
}
</style>