Shades of Wild Watermelon #FF4575
Tints of Wild Watermelon #FF4575
RGB
CMYK
RGB Variations
Color information
#FF4575 (or 0xFF4575) is known color: Wild Watermelon. HEX triplet: FF, 45 and 75. RGB value is (255,69,117). Sum of RGB (Red+Green+Blue) = 255+69+117=441 (58% of max value = 765). Red value is 255 (100% from 255 or 57.82% from 441); Green value is 69 (27.34% from 255 or 15.65% from 441); Blue value is 117 (46.09% from 255 or 26.53% from 441); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4575 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4575 is #00BA8A. Grayscale: #828282. Windows color (decimal): -47755 or 7685631. OLE color: 7685631.
HSL color Cylindrical-coordinate representation of color #FF4575: hue angle of 344.52º 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 #FF4575 is Cyan = 0, Magento = 0.73, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 69 | 117 | - |
| CMYK | 0 | 0.73 | 0.54 | 0 |
| HSL | 344.52º | 1% | 0.64% | - |
| HSV(B) | 344.52º | 0.73% | 1% | - |
| XYZ | 46.58 | 26.8 | 19.55 | - |
| YUV | 130.09 | 120.62 | 217.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 69 | 117 | 0 | 0.73 | 0.54 | 0 | 344.52 | 1 | 0.64 |
| Hex | FF | 45 | 75 | 0 | 49 | 36 | 0 | 159 | 64 | 40 |
| Octal | 377 | 105 | 165 | 0 | 111 | 66 | 0 | 531 | 144 | 100 |
| Binary | 11111111 | 1000101 | 1110101 | 0 | 1001001 | 110110 | 0 | 101011001 | 1100100 | 1000000 |
Color Harmonies of #FF4575
Complementary color
Monochromatic Colors of #FF4575
Black with #FF4575
Text Example
Text Example
White with #FF4575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4575; }
p { color: rgb(255,69,117); }
H1.HeaderClassName
{
color: #FF4575;
}
.AnyTagClassName
{
color: #FF4575;
}
</style>
background-color css
<style>
a { background-color: #FF4575; }
a { background-color: rgb(255,69,117); }
div.DivClassName
{
background-color: #FF4575;
}
.BgClassName
{
background-color: #FF4575;
}
</style>
border-color css
<style>
span { border-color: #FF4575; }
span { border-color: rgb(255,69,117); }
td.TdClassName
{
border-color: #FF4575;
}
.TagClassName
{
border-color: #FF4575;
}
</style>