Shades of Wild Watermelon #FF4F64
Tints of Wild Watermelon #FF4F64
RGB
CMYK
RGB Variations
Color information
#FF4F64 (or 0xFF4F64) is known color: Wild Watermelon. HEX triplet: FF, 4F and 64. RGB value is (255,79,100). Sum of RGB (Red+Green+Blue) = 255+79+100=434 (57% of max value = 765). Red value is 255 (100% from 255 or 58.76% from 434); Green value is 79 (31.25% from 255 or 18.20% from 434); Blue value is 100 (39.45% from 255 or 23.04% from 434); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4F64 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF4F64 is #00B09B. Grayscale: #868686. Windows color (decimal): -45212 or 6574079. OLE color: 6574079.
HSL color Cylindrical-coordinate representation of color #FF4F64: hue angle of 352.84º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FF4F64 is Cyan = 0, Magento = 0.69, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 79 | 100 | - |
| CMYK | 0 | 0.69 | 0.61 | 0 |
| HSL | 352.84º | 1% | 0.65% | - |
| HSV(B) | 352.84º | 0.69% | 1% | - |
| XYZ | 46.34 | 27.77 | 14.97 | - |
| YUV | 134.02 | 108.81 | 214.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 79 | 100 | 0 | 0.69 | 0.61 | 0 | 352.84 | 1 | 0.65 |
| Hex | FF | 4F | 64 | 0 | 45 | 3D | 0 | 161 | 64 | 41 |
| Octal | 377 | 117 | 144 | 0 | 105 | 75 | 0 | 541 | 144 | 101 |
| Binary | 11111111 | 1001111 | 1100100 | 0 | 1000101 | 111101 | 0 | 101100001 | 1100100 | 1000001 |
Color Harmonies of #FF4F64
Complementary color
Monochromatic Colors of #FF4F64
Black with #FF4F64
Text Example
Text Example
White with #FF4F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4F64; }
p { color: rgb(255,79,100); }
H1.HeaderClassName
{
color: #FF4F64;
}
.AnyTagClassName
{
color: #FF4F64;
}
</style>
background-color css
<style>
a { background-color: #FF4F64; }
a { background-color: rgb(255,79,100); }
div.DivClassName
{
background-color: #FF4F64;
}
.BgClassName
{
background-color: #FF4F64;
}
</style>
border-color css
<style>
span { border-color: #FF4F64; }
span { border-color: rgb(255,79,100); }
td.TdClassName
{
border-color: #FF4F64;
}
.TagClassName
{
border-color: #FF4F64;
}
</style>