Shades of Wild Watermelon #FF5481
Tints of Wild Watermelon #FF5481
RGB
CMYK
RGB Variations
Color information
#FF5481 (or 0xFF5481) is known color: Wild Watermelon. HEX triplet: FF, 54 and 81. RGB value is (255,84,129). Sum of RGB (Red+Green+Blue) = 255+84+129=468 (61% of max value = 765). Red value is 255 (100% from 255 or 54.49% from 468); Green value is 84 (33.20% from 255 or 17.95% from 468); Blue value is 129 (50.78% from 255 or 27.56% from 468); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5481 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5481 is #00AB7E. Grayscale: #8C8C8C. Windows color (decimal): -43903 or 8475903. OLE color: 8475903.
HSL color Cylindrical-coordinate representation of color #FF5481: hue angle of 344.21º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FF5481 is Cyan = 0, Magento = 0.67, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 84 | 129 | - |
| CMYK | 0 | 0.67 | 0.49 | 0 |
| HSL | 344.21º | 1% | 0.66% | - |
| HSV(B) | 344.21º | 0.67% | 1% | - |
| XYZ | 48.37 | 29.19 | 23.85 | - |
| YUV | 140.26 | 121.65 | 209.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 84 | 129 | 0 | 0.67 | 0.49 | 0 | 344.21 | 1 | 0.66 |
| Hex | FF | 54 | 81 | 0 | 43 | 31 | 0 | 158 | 64 | 42 |
| Octal | 377 | 124 | 201 | 0 | 103 | 61 | 0 | 530 | 144 | 102 |
| Binary | 11111111 | 1010100 | 10000001 | 0 | 1000011 | 110001 | 0 | 101011000 | 1100100 | 1000010 |
Color Harmonies of #FF5481
Complementary color
Monochromatic Colors of #FF5481
Black with #FF5481
Text Example
Text Example
White with #FF5481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5481; }
p { color: rgb(255,84,129); }
H1.HeaderClassName
{
color: #FF5481;
}
.AnyTagClassName
{
color: #FF5481;
}
</style>
background-color css
<style>
a { background-color: #FF5481; }
a { background-color: rgb(255,84,129); }
div.DivClassName
{
background-color: #FF5481;
}
.BgClassName
{
background-color: #FF5481;
}
</style>
border-color css
<style>
span { border-color: #FF5481; }
span { border-color: rgb(255,84,129); }
td.TdClassName
{
border-color: #FF5481;
}
.TagClassName
{
border-color: #FF5481;
}
</style>