Shades of Wild Watermelon #FE507D
Tints of Wild Watermelon #FE507D
RGB
CMYK
RGB Variations
Color information
#FE507D (or 0xFE507D) is known color: Wild Watermelon. HEX triplet: FE, 50 and 7D. RGB value is (254,80,125). Sum of RGB (Red+Green+Blue) = 254+80+125=459 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.34% from 459); Green value is 80 (31.64% from 255 or 17.43% from 459); Blue value is 125 (49.22% from 255 or 27.23% from 459); Max value from RGB is 254 - color contains mainly: red. Hex color #FE507D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE507D is #01AF82. Grayscale: #898989. Windows color (decimal): -110467 or 8212734. OLE color: 8212734.
HSL color Cylindrical-coordinate representation of color #FE507D: hue angle of 344.48º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FE507D is Cyan = 0, Magento = 0.69, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 80 | 125 | - |
| CMYK | 0 | 0.69 | 0.51 | 0.00 |
| HSL | 344.48º | 0.99% | 0.65% | - |
| HSV(B) | 344.48º | 0.69% | 1% | - |
| XYZ | 47.44 | 28.29 | 22.36 | - |
| YUV | 137.16 | 121.15 | 211.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 80 | 125 | 0 | 0.69 | 0.51 | 0.00 | 344.48 | 0.99 | 0.65 |
| Hex | FE | 50 | 7D | 0 | 45 | 33 | 0 | 158 | 63 | 41 |
| Octal | 376 | 120 | 175 | 0 | 105 | 63 | 0 | 530 | 143 | 101 |
| Binary | 11111110 | 1010000 | 1111101 | 0 | 1000101 | 110011 | 0 | 101011000 | 1100011 | 1000001 |
Color Harmonies of #FE507D
Complementary color
Monochromatic Colors of #FE507D
Black with #FE507D
Text Example
Text Example
White with #FE507D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE507D; }
p { color: rgb(254,80,125); }
H1.HeaderClassName
{
color: #FE507D;
}
.AnyTagClassName
{
color: #FE507D;
}
</style>
background-color css
<style>
a { background-color: #FE507D; }
a { background-color: rgb(254,80,125); }
div.DivClassName
{
background-color: #FE507D;
}
.BgClassName
{
background-color: #FE507D;
}
</style>
border-color css
<style>
span { border-color: #FE507D; }
span { border-color: rgb(254,80,125); }
td.TdClassName
{
border-color: #FE507D;
}
.TagClassName
{
border-color: #FE507D;
}
</style>