Shades of Wild Watermelon #FE5381
Tints of Wild Watermelon #FE5381
RGB
CMYK
RGB Variations
Color information
#FE5381 (or 0xFE5381) is known color: Wild Watermelon. HEX triplet: FE, 53 and 81. RGB value is (254,83,129). Sum of RGB (Red+Green+Blue) = 254+83+129=466 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.51% from 466); Green value is 83 (32.81% from 255 or 17.81% from 466); Blue value is 129 (50.78% from 255 or 27.68% from 466); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5381 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5381 is #01AC7E. Grayscale: #8B8B8B. Windows color (decimal): -109695 or 8475646. OLE color: 8475646.
HSL color Cylindrical-coordinate representation of color #FE5381: hue angle of 343.86º 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 #FE5381 is Cyan = 0, Magento = 0.67, Yellow = 0.49 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 83 | 129 | - |
| CMYK | 0 | 0.67 | 0.49 | 0.00 |
| HSL | 343.86º | 0.99% | 0.66% | - |
| HSV(B) | 343.86º | 0.67% | 1% | - |
| XYZ | 47.93 | 28.84 | 23.81 | - |
| YUV | 139.37 | 122.15 | 209.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 83 | 129 | 0 | 0.67 | 0.49 | 0.00 | 343.86 | 0.99 | 0.66 |
| Hex | FE | 53 | 81 | 0 | 43 | 31 | 0 | 158 | 63 | 42 |
| Octal | 376 | 123 | 201 | 0 | 103 | 61 | 0 | 530 | 143 | 102 |
| Binary | 11111110 | 1010011 | 10000001 | 0 | 1000011 | 110001 | 0 | 101011000 | 1100011 | 1000010 |
Color Harmonies of #FE5381
Complementary color
Monochromatic Colors of #FE5381
Black with #FE5381
Text Example
Text Example
White with #FE5381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5381; }
p { color: rgb(254,83,129); }
H1.HeaderClassName
{
color: #FE5381;
}
.AnyTagClassName
{
color: #FE5381;
}
</style>
background-color css
<style>
a { background-color: #FE5381; }
a { background-color: rgb(254,83,129); }
div.DivClassName
{
background-color: #FE5381;
}
.BgClassName
{
background-color: #FE5381;
}
</style>
border-color css
<style>
span { border-color: #FE5381; }
span { border-color: rgb(254,83,129); }
td.TdClassName
{
border-color: #FE5381;
}
.TagClassName
{
border-color: #FE5381;
}
</style>