Shades of Wild Watermelon #FF4B7C
Tints of Wild Watermelon #FF4B7C
RGB
CMYK
RGB Variations
Color information
#FF4B7C (or 0xFF4B7C) is known color: Wild Watermelon. HEX triplet: FF, 4B and 7C. RGB value is (255,75,124). Sum of RGB (Red+Green+Blue) = 255+75+124=454 (60% of max value = 765). Red value is 255 (100% from 255 or 56.17% from 454); Green value is 75 (29.69% from 255 or 16.52% from 454); Blue value is 124 (48.83% from 255 or 27.31% from 454); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4B7C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4B7C is #00B483. Grayscale: #868686. Windows color (decimal): -46212 or 8145919. OLE color: 8145919.
HSL color Cylindrical-coordinate representation of color #FF4B7C: hue angle of 343.67º 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 #FF4B7C is Cyan = 0, Magento = 0.71, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 75 | 124 | - |
| CMYK | 0 | 0.71 | 0.51 | 0 |
| HSL | 343.67º | 1% | 0.65% | - |
| HSV(B) | 343.67º | 0.71% | 1% | - |
| XYZ | 47.39 | 27.75 | 21.93 | - |
| YUV | 134.41 | 122.13 | 214.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 75 | 124 | 0 | 0.71 | 0.51 | 0 | 343.67 | 1 | 0.65 |
| Hex | FF | 4B | 7C | 0 | 47 | 33 | 0 | 158 | 64 | 41 |
| Octal | 377 | 113 | 174 | 0 | 107 | 63 | 0 | 530 | 144 | 101 |
| Binary | 11111111 | 1001011 | 1111100 | 0 | 1000111 | 110011 | 0 | 101011000 | 1100100 | 1000001 |
Color Harmonies of #FF4B7C
Complementary color
Monochromatic Colors of #FF4B7C
Black with #FF4B7C
Text Example
Text Example
White with #FF4B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4B7C; }
p { color: rgb(255,75,124); }
H1.HeaderClassName
{
color: #FF4B7C;
}
.AnyTagClassName
{
color: #FF4B7C;
}
</style>
background-color css
<style>
a { background-color: #FF4B7C; }
a { background-color: rgb(255,75,124); }
div.DivClassName
{
background-color: #FF4B7C;
}
.BgClassName
{
background-color: #FF4B7C;
}
</style>
border-color css
<style>
span { border-color: #FF4B7C; }
span { border-color: rgb(255,75,124); }
td.TdClassName
{
border-color: #FF4B7C;
}
.TagClassName
{
border-color: #FF4B7C;
}
</style>