Shades of Wild Watermelon #FF5467
Tints of Wild Watermelon #FF5467
RGB
CMYK
RGB Variations
Color information
#FF5467 (or 0xFF5467) is known color: Wild Watermelon. HEX triplet: FF, 54 and 67. RGB value is (255,84,103). Sum of RGB (Red+Green+Blue) = 255+84+103=442 (58% of max value = 765). Red value is 255 (100% from 255 or 57.69% from 442); Green value is 84 (33.20% from 255 or 19.00% from 442); Blue value is 103 (40.62% from 255 or 23.30% from 442); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5467 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5467 is #00AB98. Grayscale: #898989. Windows color (decimal): -43929 or 6771967. OLE color: 6771967.
HSL color Cylindrical-coordinate representation of color #FF5467: hue angle of 353.33º 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 #FF5467 is Cyan = 0, Magento = 0.67, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 84 | 103 | - |
| CMYK | 0 | 0.67 | 0.60 | 0 |
| HSL | 353.33º | 1% | 0.66% | - |
| HSV(B) | 353.33º | 0.67% | 1% | - |
| XYZ | 46.86 | 28.58 | 15.88 | - |
| YUV | 137.3 | 108.65 | 211.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 84 | 103 | 0 | 0.67 | 0.60 | 0 | 353.33 | 1 | 0.66 |
| Hex | FF | 54 | 67 | 0 | 43 | 3C | 0 | 161 | 64 | 42 |
| Octal | 377 | 124 | 147 | 0 | 103 | 74 | 0 | 541 | 144 | 102 |
| Binary | 11111111 | 1010100 | 1100111 | 0 | 1000011 | 111100 | 0 | 101100001 | 1100100 | 1000010 |
Color Harmonies of #FF5467
Complementary color
Monochromatic Colors of #FF5467
Black with #FF5467
Text Example
Text Example
White with #FF5467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5467; }
p { color: rgb(255,84,103); }
H1.HeaderClassName
{
color: #FF5467;
}
.AnyTagClassName
{
color: #FF5467;
}
</style>
background-color css
<style>
a { background-color: #FF5467; }
a { background-color: rgb(255,84,103); }
div.DivClassName
{
background-color: #FF5467;
}
.BgClassName
{
background-color: #FF5467;
}
</style>
border-color css
<style>
span { border-color: #FF5467; }
span { border-color: rgb(255,84,103); }
td.TdClassName
{
border-color: #FF5467;
}
.TagClassName
{
border-color: #FF5467;
}
</style>