Shades of Wild Watermelon #FF4F7B
Tints of Wild Watermelon #FF4F7B
RGB
CMYK
RGB Variations
Color information
#FF4F7B (or 0xFF4F7B) is known color: Wild Watermelon. HEX triplet: FF, 4F and 7B. RGB value is (255,79,123). Sum of RGB (Red+Green+Blue) = 255+79+123=457 (60% of max value = 765). Red value is 255 (100% from 255 or 55.80% from 457); Green value is 79 (31.25% from 255 or 17.29% from 457); Blue value is 123 (48.44% from 255 or 26.91% from 457); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4F7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF4F7B is #00B084. Grayscale: #888888. Windows color (decimal): -45189 or 8081407. OLE color: 8081407.
HSL color Cylindrical-coordinate representation of color #FF4F7B: hue angle of 345º 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 #FF4F7B is Cyan = 0, Magento = 0.69, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 79 | 123 | - |
| CMYK | 0 | 0.69 | 0.52 | 0 |
| HSL | 345º | 1% | 0.65% | - |
| HSV(B) | 345º | 0.69% | 1% | - |
| XYZ | 47.61 | 28.28 | 21.69 | - |
| YUV | 136.64 | 120.31 | 212.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 79 | 123 | 0 | 0.69 | 0.52 | 0 | 345 | 1 | 0.65 |
| Hex | FF | 4F | 7B | 0 | 45 | 34 | 0 | 159 | 64 | 41 |
| Octal | 377 | 117 | 173 | 0 | 105 | 64 | 0 | 531 | 144 | 101 |
| Binary | 11111111 | 1001111 | 1111011 | 0 | 1000101 | 110100 | 0 | 101011001 | 1100100 | 1000001 |
Color Harmonies of #FF4F7B
Complementary color
Monochromatic Colors of #FF4F7B
Black with #FF4F7B
Text Example
Text Example
White with #FF4F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4F7B; }
p { color: rgb(255,79,123); }
H1.HeaderClassName
{
color: #FF4F7B;
}
.AnyTagClassName
{
color: #FF4F7B;
}
</style>
background-color css
<style>
a { background-color: #FF4F7B; }
a { background-color: rgb(255,79,123); }
div.DivClassName
{
background-color: #FF4F7B;
}
.BgClassName
{
background-color: #FF4F7B;
}
</style>
border-color css
<style>
span { border-color: #FF4F7B; }
span { border-color: rgb(255,79,123); }
td.TdClassName
{
border-color: #FF4F7B;
}
.TagClassName
{
border-color: #FF4F7B;
}
</style>