Shades of Wild Watermelon #FF5278
Tints of Wild Watermelon #FF5278
RGB
CMYK
RGB Variations
Color information
#FF5278 (or 0xFF5278) is known color: Wild Watermelon. HEX triplet: FF, 52 and 78. RGB value is (255,82,120). Sum of RGB (Red+Green+Blue) = 255+82+120=457 (60% of max value = 765). Red value is 255 (100% from 255 or 55.80% from 457); Green value is 82 (32.42% from 255 or 17.94% from 457); Blue value is 120 (47.27% from 255 or 26.26% from 457); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5278 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5278 is #00AD87. Grayscale: #8A8A8A. Windows color (decimal): -44424 or 7885567. OLE color: 7885567.
HSL color Cylindrical-coordinate representation of color #FF5278: hue angle of 346.82º 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 #FF5278 is Cyan = 0, Magento = 0.68, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 82 | 120 | - |
| CMYK | 0 | 0.68 | 0.53 | 0 |
| HSL | 346.82º | 1% | 0.66% | - |
| HSV(B) | 346.82º | 0.68% | 1% | - |
| XYZ | 47.65 | 28.65 | 20.79 | - |
| YUV | 138.06 | 117.81 | 211.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 82 | 120 | 0 | 0.68 | 0.53 | 0 | 346.82 | 1 | 0.66 |
| Hex | FF | 52 | 78 | 0 | 44 | 35 | 0 | 15B | 64 | 42 |
| Octal | 377 | 122 | 170 | 0 | 104 | 65 | 0 | 533 | 144 | 102 |
| Binary | 11111111 | 1010010 | 1111000 | 0 | 1000100 | 110101 | 0 | 101011011 | 1100100 | 1000010 |
Color Harmonies of #FF5278
Complementary color
Monochromatic Colors of #FF5278
Black with #FF5278
Text Example
Text Example
White with #FF5278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5278; }
p { color: rgb(255,82,120); }
H1.HeaderClassName
{
color: #FF5278;
}
.AnyTagClassName
{
color: #FF5278;
}
</style>
background-color css
<style>
a { background-color: #FF5278; }
a { background-color: rgb(255,82,120); }
div.DivClassName
{
background-color: #FF5278;
}
.BgClassName
{
background-color: #FF5278;
}
</style>
border-color css
<style>
span { border-color: #FF5278; }
span { border-color: rgb(255,82,120); }
td.TdClassName
{
border-color: #FF5278;
}
.TagClassName
{
border-color: #FF5278;
}
</style>