Shades of Wild Watermelon #FE5380
Tints of Wild Watermelon #FE5380
RGB
CMYK
RGB Variations
Color information
#FE5380 (or 0xFE5380) is known color: Wild Watermelon. HEX triplet: FE, 53 and 80. RGB value is (254,83,128). Sum of RGB (Red+Green+Blue) = 254+83+128=465 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.62% from 465); Green value is 83 (32.81% from 255 or 17.85% from 465); Blue value is 128 (50.39% from 255 or 27.53% from 465); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5380 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5380 is #01AC7F. Grayscale: #8B8B8B. Windows color (decimal): -109696 or 8410110. OLE color: 8410110.
HSL color Cylindrical-coordinate representation of color #FE5380: hue angle of 344.21º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FE5380 is Cyan = 0, Magento = 0.67, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 83 | 128 | - |
| CMYK | 0 | 0.67 | 0.50 | 0.00 |
| HSL | 344.21º | 0.99% | 0.66% | - |
| HSV(B) | 344.21º | 0.67% | 1% | - |
| XYZ | 47.86 | 28.82 | 23.46 | - |
| YUV | 139.26 | 121.65 | 209.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 83 | 128 | 0 | 0.67 | 0.50 | 0.00 | 344.21 | 0.99 | 0.66 |
| Hex | FE | 53 | 80 | 0 | 43 | 32 | 0 | 158 | 63 | 42 |
| Octal | 376 | 123 | 200 | 0 | 103 | 62 | 0 | 530 | 143 | 102 |
| Binary | 11111110 | 1010011 | 10000000 | 0 | 1000011 | 110010 | 0 | 101011000 | 1100011 | 1000010 |
Color Harmonies of #FE5380
Complementary color
Monochromatic Colors of #FE5380
Black with #FE5380
Text Example
Text Example
White with #FE5380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5380; }
p { color: rgb(254,83,128); }
H1.HeaderClassName
{
color: #FE5380;
}
.AnyTagClassName
{
color: #FE5380;
}
</style>
background-color css
<style>
a { background-color: #FE5380; }
a { background-color: rgb(254,83,128); }
div.DivClassName
{
background-color: #FE5380;
}
.BgClassName
{
background-color: #FE5380;
}
</style>
border-color css
<style>
span { border-color: #FE5380; }
span { border-color: rgb(254,83,128); }
td.TdClassName
{
border-color: #FE5380;
}
.TagClassName
{
border-color: #FE5380;
}
</style>