Shades of Wild Watermelon #FF5277
Tints of Wild Watermelon #FF5277
RGB
CMYK
RGB Variations
Color information
#FF5277 (or 0xFF5277) is known color: Wild Watermelon. HEX triplet: FF, 52 and 77. RGB value is (255,82,119). Sum of RGB (Red+Green+Blue) = 255+82+119=456 (60% of max value = 765). Red value is 255 (100% from 255 or 55.92% from 456); Green value is 82 (32.42% from 255 or 17.98% from 456); Blue value is 119 (46.88% from 255 or 26.10% from 456); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5277 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5277 is #00AD88. Grayscale: #898989. Windows color (decimal): -44425 or 7820031. OLE color: 7820031.
HSL color Cylindrical-coordinate representation of color #FF5277: hue angle of 347.17º 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 #FF5277 is Cyan = 0, Magento = 0.68, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 82 | 119 | - |
| CMYK | 0 | 0.68 | 0.53 | 0 |
| HSL | 347.17º | 1% | 0.66% | - |
| HSV(B) | 347.17º | 0.68% | 1% | - |
| XYZ | 47.59 | 28.63 | 20.47 | - |
| YUV | 137.95 | 117.31 | 211.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 82 | 119 | 0 | 0.68 | 0.53 | 0 | 347.17 | 1 | 0.66 |
| Hex | FF | 52 | 77 | 0 | 44 | 35 | 0 | 15B | 64 | 42 |
| Octal | 377 | 122 | 167 | 0 | 104 | 65 | 0 | 533 | 144 | 102 |
| Binary | 11111111 | 1010010 | 1110111 | 0 | 1000100 | 110101 | 0 | 101011011 | 1100100 | 1000010 |
Color Harmonies of #FF5277
Complementary color
Monochromatic Colors of #FF5277
Black with #FF5277
Text Example
Text Example
White with #FF5277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5277; }
p { color: rgb(255,82,119); }
H1.HeaderClassName
{
color: #FF5277;
}
.AnyTagClassName
{
color: #FF5277;
}
</style>
background-color css
<style>
a { background-color: #FF5277; }
a { background-color: rgb(255,82,119); }
div.DivClassName
{
background-color: #FF5277;
}
.BgClassName
{
background-color: #FF5277;
}
</style>
border-color css
<style>
span { border-color: #FF5277; }
span { border-color: rgb(255,82,119); }
td.TdClassName
{
border-color: #FF5277;
}
.TagClassName
{
border-color: #FF5277;
}
</style>