Shades of Wild Watermelon #FF5468
Tints of Wild Watermelon #FF5468
RGB
CMYK
RGB Variations
Color information
#FF5468 (or 0xFF5468) is known color: Wild Watermelon. HEX triplet: FF, 54 and 68. RGB value is (255,84,104). Sum of RGB (Red+Green+Blue) = 255+84+104=443 (58% of max value = 765). Red value is 255 (100% from 255 or 57.56% from 443); Green value is 84 (33.20% from 255 or 18.96% from 443); Blue value is 104 (41.02% from 255 or 23.48% from 443); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5468 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5468 is #00AB97. Grayscale: #898989. Windows color (decimal): -43928 or 6837503. OLE color: 6837503.
HSL color Cylindrical-coordinate representation of color #FF5468: hue angle of 352.98º 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 #FF5468 is Cyan = 0, Magento = 0.67, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 84 | 104 | - |
| CMYK | 0 | 0.67 | 0.59 | 0 |
| HSL | 352.98º | 1% | 0.66% | - |
| HSV(B) | 352.98º | 0.67% | 1% | - |
| XYZ | 46.91 | 28.6 | 16.14 | - |
| YUV | 137.41 | 109.15 | 211.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 84 | 104 | 0 | 0.67 | 0.59 | 0 | 352.98 | 1 | 0.66 |
| Hex | FF | 54 | 68 | 0 | 43 | 3B | 0 | 161 | 64 | 42 |
| Octal | 377 | 124 | 150 | 0 | 103 | 73 | 0 | 541 | 144 | 102 |
| Binary | 11111111 | 1010100 | 1101000 | 0 | 1000011 | 111011 | 0 | 101100001 | 1100100 | 1000010 |
Color Harmonies of #FF5468
Complementary color
Monochromatic Colors of #FF5468
Black with #FF5468
Text Example
Text Example
White with #FF5468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5468; }
p { color: rgb(255,84,104); }
H1.HeaderClassName
{
color: #FF5468;
}
.AnyTagClassName
{
color: #FF5468;
}
</style>
background-color css
<style>
a { background-color: #FF5468; }
a { background-color: rgb(255,84,104); }
div.DivClassName
{
background-color: #FF5468;
}
.BgClassName
{
background-color: #FF5468;
}
</style>
border-color css
<style>
span { border-color: #FF5468; }
span { border-color: rgb(255,84,104); }
td.TdClassName
{
border-color: #FF5468;
}
.TagClassName
{
border-color: #FF5468;
}
</style>