Shades of Wild Watermelon #FF5181
Tints of Wild Watermelon #FF5181
RGB
CMYK
RGB Variations
Color information
#FF5181 (or 0xFF5181) is known color: Wild Watermelon. HEX triplet: FF, 51 and 81. RGB value is (255,81,129). Sum of RGB (Red+Green+Blue) = 255+81+129=465 (61% of max value = 765). Red value is 255 (100% from 255 or 54.84% from 465); Green value is 81 (32.03% from 255 or 17.42% from 465); Blue value is 129 (50.78% from 255 or 27.74% from 465); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5181 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5181 is #00AE7E. Grayscale: #8A8A8A. Windows color (decimal): -44671 or 8475135. OLE color: 8475135.
HSL color Cylindrical-coordinate representation of color #FF5181: hue angle of 343.45º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FF5181 is Cyan = 0, Magento = 0.68, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 81 | 129 | - |
| CMYK | 0 | 0.68 | 0.49 | 0 |
| HSL | 343.45º | 1% | 0.66% | - |
| HSV(B) | 343.45º | 0.68% | 1% | - |
| XYZ | 48.14 | 28.73 | 23.78 | - |
| YUV | 138.5 | 122.65 | 211.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 81 | 129 | 0 | 0.68 | 0.49 | 0 | 343.45 | 1 | 0.66 |
| Hex | FF | 51 | 81 | 0 | 44 | 31 | 0 | 157 | 64 | 42 |
| Octal | 377 | 121 | 201 | 0 | 104 | 61 | 0 | 527 | 144 | 102 |
| Binary | 11111111 | 1010001 | 10000001 | 0 | 1000100 | 110001 | 0 | 101010111 | 1100100 | 1000010 |
Color Harmonies of #FF5181
Complementary color
Monochromatic Colors of #FF5181
Black with #FF5181
Text Example
Text Example
White with #FF5181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5181; }
p { color: rgb(255,81,129); }
H1.HeaderClassName
{
color: #FF5181;
}
.AnyTagClassName
{
color: #FF5181;
}
</style>
background-color css
<style>
a { background-color: #FF5181; }
a { background-color: rgb(255,81,129); }
div.DivClassName
{
background-color: #FF5181;
}
.BgClassName
{
background-color: #FF5181;
}
</style>
border-color css
<style>
span { border-color: #FF5181; }
span { border-color: rgb(255,81,129); }
td.TdClassName
{
border-color: #FF5181;
}
.TagClassName
{
border-color: #FF5181;
}
</style>