Shades of Wild Watermelon #FD527E
Tints of Wild Watermelon #FD527E
RGB
CMYK
RGB Variations
Color information
#FD527E (or 0xFD527E) is known color: Wild Watermelon. HEX triplet: FD, 52 and 7E. RGB value is (253,82,126). Sum of RGB (Red+Green+Blue) = 253+82+126=461 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.88% from 461); Green value is 82 (32.42% from 255 or 17.79% from 461); Blue value is 126 (49.61% from 255 or 27.33% from 461); Max value from RGB is 253 - color contains mainly: red. Hex color #FD527E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD527E is #02AD81. Grayscale: #8A8A8A. Windows color (decimal): -175490 or 8278781. OLE color: 8278781.
HSL color Cylindrical-coordinate representation of color #FD527E: hue angle of 344.56º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FD527E is Cyan = 0, Magento = 0.68, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 82 | 126 | - |
| CMYK | 0 | 0.68 | 0.50 | 0.01 |
| HSL | 344.56º | 0.98% | 0.66% | - |
| HSV(B) | 344.56º | 0.68% | 0.99% | - |
| XYZ | 47.29 | 28.42 | 22.73 | - |
| YUV | 138.15 | 121.15 | 209.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 82 | 126 | 0 | 0.68 | 0.50 | 0.01 | 344.56 | 0.98 | 0.66 |
| Hex | FD | 52 | 7E | 0 | 44 | 32 | 1 | 159 | 62 | 42 |
| Octal | 375 | 122 | 176 | 0 | 104 | 62 | 1 | 531 | 142 | 102 |
| Binary | 11111101 | 1010010 | 1111110 | 0 | 1000100 | 110010 | 1 | 101011001 | 1100010 | 1000010 |
Color Harmonies of #FD527E
Complementary color
Monochromatic Colors of #FD527E
Black with #FD527E
Text Example
Text Example
White with #FD527E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD527E; }
p { color: rgb(253,82,126); }
H1.HeaderClassName
{
color: #FD527E;
}
.AnyTagClassName
{
color: #FD527E;
}
</style>
background-color css
<style>
a { background-color: #FD527E; }
a { background-color: rgb(253,82,126); }
div.DivClassName
{
background-color: #FD527E;
}
.BgClassName
{
background-color: #FD527E;
}
</style>
border-color css
<style>
span { border-color: #FD527E; }
span { border-color: rgb(253,82,126); }
td.TdClassName
{
border-color: #FD527E;
}
.TagClassName
{
border-color: #FD527E;
}
</style>