Shades of Wild Watermelon #FF4B74
Tints of Wild Watermelon #FF4B74
RGB
CMYK
RGB Variations
Color information
#FF4B74 (or 0xFF4B74) is known color: Wild Watermelon. HEX triplet: FF, 4B and 74. RGB value is (255,75,116). Sum of RGB (Red+Green+Blue) = 255+75+116=446 (59% of max value = 765). Red value is 255 (100% from 255 or 57.17% from 446); Green value is 75 (29.69% from 255 or 16.82% from 446); Blue value is 116 (45.70% from 255 or 26.01% from 446); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4B74 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4B74 is #00B48B. Grayscale: #858585. Windows color (decimal): -46220 or 7621631. OLE color: 7621631.
HSL color Cylindrical-coordinate representation of color #FF4B74: hue angle of 346.33º 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 #FF4B74 is Cyan = 0, Magento = 0.71, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 75 | 116 | - |
| CMYK | 0 | 0.71 | 0.55 | 0 |
| HSL | 346.33º | 1% | 0.65% | - |
| HSV(B) | 346.33º | 0.71% | 1% | - |
| XYZ | 46.91 | 27.55 | 19.37 | - |
| YUV | 133.49 | 118.13 | 214.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 75 | 116 | 0 | 0.71 | 0.55 | 0 | 346.33 | 1 | 0.65 |
| Hex | FF | 4B | 74 | 0 | 47 | 37 | 0 | 15A | 64 | 41 |
| Octal | 377 | 113 | 164 | 0 | 107 | 67 | 0 | 532 | 144 | 101 |
| Binary | 11111111 | 1001011 | 1110100 | 0 | 1000111 | 110111 | 0 | 101011010 | 1100100 | 1000001 |
Color Harmonies of #FF4B74
Complementary color
Monochromatic Colors of #FF4B74
Black with #FF4B74
Text Example
Text Example
White with #FF4B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4B74; }
p { color: rgb(255,75,116); }
H1.HeaderClassName
{
color: #FF4B74;
}
.AnyTagClassName
{
color: #FF4B74;
}
</style>
background-color css
<style>
a { background-color: #FF4B74; }
a { background-color: rgb(255,75,116); }
div.DivClassName
{
background-color: #FF4B74;
}
.BgClassName
{
background-color: #FF4B74;
}
</style>
border-color css
<style>
span { border-color: #FF4B74; }
span { border-color: rgb(255,75,116); }
td.TdClassName
{
border-color: #FF4B74;
}
.TagClassName
{
border-color: #FF4B74;
}
</style>