Shades of Wild Watermelon #FF4A70
Tints of Wild Watermelon #FF4A70
RGB
CMYK
RGB Variations
Color information
#FF4A70 (or 0xFF4A70) is known color: Wild Watermelon. HEX triplet: FF, 4A and 70. RGB value is (255,74,112). Sum of RGB (Red+Green+Blue) = 255+74+112=441 (58% of max value = 765). Red value is 255 (100% from 255 or 57.82% from 441); Green value is 74 (29.30% from 255 or 16.78% from 441); Blue value is 112 (44.14% from 255 or 25.40% from 441); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4A70 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4A70 is #00B58F. Grayscale: #848484. Windows color (decimal): -46480 or 7359231. OLE color: 7359231.
HSL color Cylindrical-coordinate representation of color #FF4A70: hue angle of 347.4º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FF4A70 is Cyan = 0, Magento = 0.71, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 74 | 112 | - |
| CMYK | 0 | 0.71 | 0.56 | 0 |
| HSL | 347.4º | 1% | 0.65% | - |
| HSV(B) | 347.4º | 0.71% | 1% | - |
| XYZ | 46.61 | 27.33 | 18.15 | - |
| YUV | 132.45 | 116.47 | 215.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 74 | 112 | 0 | 0.71 | 0.56 | 0 | 347.4 | 1 | 0.65 |
| Hex | FF | 4A | 70 | 0 | 47 | 38 | 0 | 15B | 64 | 41 |
| Octal | 377 | 112 | 160 | 0 | 107 | 70 | 0 | 533 | 144 | 101 |
| Binary | 11111111 | 1001010 | 1110000 | 0 | 1000111 | 111000 | 0 | 101011011 | 1100100 | 1000001 |
Color Harmonies of #FF4A70
Complementary color
Monochromatic Colors of #FF4A70
Black with #FF4A70
Text Example
Text Example
White with #FF4A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4A70; }
p { color: rgb(255,74,112); }
H1.HeaderClassName
{
color: #FF4A70;
}
.AnyTagClassName
{
color: #FF4A70;
}
</style>
background-color css
<style>
a { background-color: #FF4A70; }
a { background-color: rgb(255,74,112); }
div.DivClassName
{
background-color: #FF4A70;
}
.BgClassName
{
background-color: #FF4A70;
}
</style>
border-color css
<style>
span { border-color: #FF4A70; }
span { border-color: rgb(255,74,112); }
td.TdClassName
{
border-color: #FF4A70;
}
.TagClassName
{
border-color: #FF4A70;
}
</style>