Shades of Wild Watermelon #FF4C67
Tints of Wild Watermelon #FF4C67
RGB
CMYK
RGB Variations
Color information
#FF4C67 (or 0xFF4C67) is known color: Wild Watermelon. HEX triplet: FF, 4C and 67. RGB value is (255,76,103). Sum of RGB (Red+Green+Blue) = 255+76+103=434 (57% of max value = 765). Red value is 255 (100% from 255 or 58.76% from 434); Green value is 76 (30.08% from 255 or 17.51% from 434); Blue value is 103 (40.62% from 255 or 23.73% from 434); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4C67 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4C67 is #00B398. Grayscale: #848484. Windows color (decimal): -45977 or 6769919. OLE color: 6769919.
HSL color Cylindrical-coordinate representation of color #FF4C67: hue angle of 350.95º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FF4C67 is Cyan = 0, Magento = 0.70, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 76 | 103 | - |
| CMYK | 0 | 0.70 | 0.60 | 0 |
| HSL | 350.95º | 1% | 0.65% | - |
| HSV(B) | 350.95º | 0.7% | 1% | - |
| XYZ | 46.27 | 27.41 | 15.68 | - |
| YUV | 132.6 | 111.3 | 215.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 76 | 103 | 0 | 0.70 | 0.60 | 0 | 350.95 | 1 | 0.65 |
| Hex | FF | 4C | 67 | 0 | 46 | 3C | 0 | 15F | 64 | 41 |
| Octal | 377 | 114 | 147 | 0 | 106 | 74 | 0 | 537 | 144 | 101 |
| Binary | 11111111 | 1001100 | 1100111 | 0 | 1000110 | 111100 | 0 | 101011111 | 1100100 | 1000001 |
Color Harmonies of #FF4C67
Complementary color
Monochromatic Colors of #FF4C67
Black with #FF4C67
Text Example
Text Example
White with #FF4C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4C67; }
p { color: rgb(255,76,103); }
H1.HeaderClassName
{
color: #FF4C67;
}
.AnyTagClassName
{
color: #FF4C67;
}
</style>
background-color css
<style>
a { background-color: #FF4C67; }
a { background-color: rgb(255,76,103); }
div.DivClassName
{
background-color: #FF4C67;
}
.BgClassName
{
background-color: #FF4C67;
}
</style>
border-color css
<style>
span { border-color: #FF4C67; }
span { border-color: rgb(255,76,103); }
td.TdClassName
{
border-color: #FF4C67;
}
.TagClassName
{
border-color: #FF4C67;
}
</style>