Shades of Wild Watermelon #FD507A
Tints of Wild Watermelon #FD507A
RGB
CMYK
RGB Variations
Color information
#FD507A (or 0xFD507A) is known color: Wild Watermelon. HEX triplet: FD, 50 and 7A. RGB value is (253,80,122). Sum of RGB (Red+Green+Blue) = 253+80+122=455 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.60% from 455); Green value is 80 (31.64% from 255 or 17.58% from 455); Blue value is 122 (48.05% from 255 or 26.81% from 455); Max value from RGB is 253 - color contains mainly: red. Hex color #FD507A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD507A is #02AF85. Grayscale: #888888. Windows color (decimal): -176006 or 8016125. OLE color: 8016125.
HSL color Cylindrical-coordinate representation of color #FD507A: hue angle of 345.43º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FD507A is Cyan = 0, Magento = 0.68, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 80 | 122 | - |
| CMYK | 0 | 0.68 | 0.52 | 0.01 |
| HSL | 345.43º | 0.98% | 0.65% | - |
| HSV(B) | 345.43º | 0.68% | 0.99% | - |
| XYZ | 46.89 | 28.03 | 21.35 | - |
| YUV | 136.52 | 119.81 | 211.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 80 | 122 | 0 | 0.68 | 0.52 | 0.01 | 345.43 | 0.98 | 0.65 |
| Hex | FD | 50 | 7A | 0 | 44 | 34 | 1 | 159 | 62 | 41 |
| Octal | 375 | 120 | 172 | 0 | 104 | 64 | 1 | 531 | 142 | 101 |
| Binary | 11111101 | 1010000 | 1111010 | 0 | 1000100 | 110100 | 1 | 101011001 | 1100010 | 1000001 |
Color Harmonies of #FD507A
Complementary color
Monochromatic Colors of #FD507A
Black with #FD507A
Text Example
Text Example
White with #FD507A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD507A; }
p { color: rgb(253,80,122); }
H1.HeaderClassName
{
color: #FD507A;
}
.AnyTagClassName
{
color: #FD507A;
}
</style>
background-color css
<style>
a { background-color: #FD507A; }
a { background-color: rgb(253,80,122); }
div.DivClassName
{
background-color: #FD507A;
}
.BgClassName
{
background-color: #FD507A;
}
</style>
border-color css
<style>
span { border-color: #FD507A; }
span { border-color: rgb(253,80,122); }
td.TdClassName
{
border-color: #FD507A;
}
.TagClassName
{
border-color: #FD507A;
}
</style>