Shades of Wild Watermelon #FF4F7C
Tints of Wild Watermelon #FF4F7C
RGB
CMYK
RGB Variations
Color information
#FF4F7C (or 0xFF4F7C) is known color: Wild Watermelon. HEX triplet: FF, 4F and 7C. RGB value is (255,79,124). Sum of RGB (Red+Green+Blue) = 255+79+124=458 (60% of max value = 765). Red value is 255 (100% from 255 or 55.68% from 458); Green value is 79 (31.25% from 255 or 17.25% from 458); Blue value is 124 (48.83% from 255 or 27.07% from 458); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4F7C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF4F7C is #00B083. Grayscale: #888888. Windows color (decimal): -45188 or 8146943. OLE color: 8146943.
HSL color Cylindrical-coordinate representation of color #FF4F7C: hue angle of 344.66º 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 #FF4F7C is Cyan = 0, Magento = 0.69, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 79 | 124 | - |
| CMYK | 0 | 0.69 | 0.51 | 0 |
| HSL | 344.66º | 1% | 0.65% | - |
| HSV(B) | 344.66º | 0.69% | 1% | - |
| XYZ | 47.67 | 28.31 | 22.02 | - |
| YUV | 136.75 | 120.81 | 212.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 79 | 124 | 0 | 0.69 | 0.51 | 0 | 344.66 | 1 | 0.65 |
| Hex | FF | 4F | 7C | 0 | 45 | 33 | 0 | 159 | 64 | 41 |
| Octal | 377 | 117 | 174 | 0 | 105 | 63 | 0 | 531 | 144 | 101 |
| Binary | 11111111 | 1001111 | 1111100 | 0 | 1000101 | 110011 | 0 | 101011001 | 1100100 | 1000001 |
Color Harmonies of #FF4F7C
Complementary color
Monochromatic Colors of #FF4F7C
Black with #FF4F7C
Text Example
Text Example
White with #FF4F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4F7C; }
p { color: rgb(255,79,124); }
H1.HeaderClassName
{
color: #FF4F7C;
}
.AnyTagClassName
{
color: #FF4F7C;
}
</style>
background-color css
<style>
a { background-color: #FF4F7C; }
a { background-color: rgb(255,79,124); }
div.DivClassName
{
background-color: #FF4F7C;
}
.BgClassName
{
background-color: #FF4F7C;
}
</style>
border-color css
<style>
span { border-color: #FF4F7C; }
span { border-color: rgb(255,79,124); }
td.TdClassName
{
border-color: #FF4F7C;
}
.TagClassName
{
border-color: #FF4F7C;
}
</style>