Shades of Wild Watermelon #FF4576
Tints of Wild Watermelon #FF4576
RGB
CMYK
RGB Variations
Color information
#FF4576 (or 0xFF4576) is known color: Wild Watermelon. HEX triplet: FF, 45 and 76. RGB value is (255,69,118). Sum of RGB (Red+Green+Blue) = 255+69+118=442 (58% of max value = 765). Red value is 255 (100% from 255 or 57.69% from 442); Green value is 69 (27.34% from 255 or 15.61% from 442); Blue value is 118 (46.48% from 255 or 26.70% from 442); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4576 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4576 is #00BA89. Grayscale: #828282. Windows color (decimal): -47754 or 7751167. OLE color: 7751167.
HSL color Cylindrical-coordinate representation of color #FF4576: hue angle of 344.19º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FF4576 is Cyan = 0, Magento = 0.73, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 69 | 118 | - |
| CMYK | 0 | 0.73 | 0.54 | 0 |
| HSL | 344.19º | 1% | 0.64% | - |
| HSV(B) | 344.19º | 0.73% | 1% | - |
| XYZ | 46.64 | 26.82 | 19.86 | - |
| YUV | 130.2 | 121.12 | 217.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 69 | 118 | 0 | 0.73 | 0.54 | 0 | 344.19 | 1 | 0.64 |
| Hex | FF | 45 | 76 | 0 | 49 | 36 | 0 | 158 | 64 | 40 |
| Octal | 377 | 105 | 166 | 0 | 111 | 66 | 0 | 530 | 144 | 100 |
| Binary | 11111111 | 1000101 | 1110110 | 0 | 1001001 | 110110 | 0 | 101011000 | 1100100 | 1000000 |
Color Harmonies of #FF4576
Complementary color
Monochromatic Colors of #FF4576
Black with #FF4576
Text Example
Text Example
White with #FF4576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4576; }
p { color: rgb(255,69,118); }
H1.HeaderClassName
{
color: #FF4576;
}
.AnyTagClassName
{
color: #FF4576;
}
</style>
background-color css
<style>
a { background-color: #FF4576; }
a { background-color: rgb(255,69,118); }
div.DivClassName
{
background-color: #FF4576;
}
.BgClassName
{
background-color: #FF4576;
}
</style>
border-color css
<style>
span { border-color: #FF4576; }
span { border-color: rgb(255,69,118); }
td.TdClassName
{
border-color: #FF4576;
}
.TagClassName
{
border-color: #FF4576;
}
</style>