Shades of Wild Watermelon #FF4474
Tints of Wild Watermelon #FF4474
RGB
CMYK
RGB Variations
Color information
#FF4474 (or 0xFF4474) is known color: Wild Watermelon. HEX triplet: FF, 44 and 74. RGB value is (255,68,116). Sum of RGB (Red+Green+Blue) = 255+68+116=439 (58% of max value = 765). Red value is 255 (100% from 255 or 58.09% from 439); Green value is 68 (26.95% from 255 or 15.49% from 439); Blue value is 116 (45.70% from 255 or 26.42% from 439); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4474 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4474 is #00BB8B. Grayscale: #818181. Windows color (decimal): -48012 or 7619839. OLE color: 7619839.
HSL color Cylindrical-coordinate representation of color #FF4474: hue angle of 344.6º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FF4474 is Cyan = 0, Magento = 0.73, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 68 | 116 | - |
| CMYK | 0 | 0.73 | 0.55 | 0 |
| HSL | 344.6º | 1% | 0.63% | - |
| HSV(B) | 344.6º | 0.73% | 1% | - |
| XYZ | 46.46 | 26.66 | 19.22 | - |
| YUV | 129.39 | 120.45 | 217.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 68 | 116 | 0 | 0.73 | 0.55 | 0 | 344.6 | 1 | 0.63 |
| Hex | FF | 44 | 74 | 0 | 49 | 37 | 0 | 159 | 64 | 3F |
| Octal | 377 | 104 | 164 | 0 | 111 | 67 | 0 | 531 | 144 | 77 |
| Binary | 11111111 | 1000100 | 1110100 | 0 | 1001001 | 110111 | 0 | 101011001 | 1100100 | 111111 |
Color Harmonies of #FF4474
Complementary color
Monochromatic Colors of #FF4474
Black with #FF4474
Text Example
Text Example
White with #FF4474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4474; }
p { color: rgb(255,68,116); }
H1.HeaderClassName
{
color: #FF4474;
}
.AnyTagClassName
{
color: #FF4474;
}
</style>
background-color css
<style>
a { background-color: #FF4474; }
a { background-color: rgb(255,68,116); }
div.DivClassName
{
background-color: #FF4474;
}
.BgClassName
{
background-color: #FF4474;
}
</style>
border-color css
<style>
span { border-color: #FF4474; }
span { border-color: rgb(255,68,116); }
td.TdClassName
{
border-color: #FF4474;
}
.TagClassName
{
border-color: #FF4474;
}
</style>