Shades of Wild Watermelon #FF5F7B
Tints of Wild Watermelon #FF5F7B
RGB
CMYK
RGB Variations
Color information
#FF5F7B (or 0xFF5F7B) is known color: Wild Watermelon. HEX triplet: FF, 5F and 7B. RGB value is (255,95,123). Sum of RGB (Red+Green+Blue) = 255+95+123=473 (62% of max value = 765). Red value is 255 (100% from 255 or 53.91% from 473); Green value is 95 (37.5% from 255 or 20.08% from 473); Blue value is 123 (48.44% from 255 or 26.00% from 473); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5F7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5F7B is #00A084. Grayscale: #929292. Windows color (decimal): -41093 or 8085503. OLE color: 8085503.
HSL color Cylindrical-coordinate representation of color #FF5F7B: hue angle of 349.5º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FF5F7B is Cyan = 0, Magento = 0.63, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 95 | 123 | - |
| CMYK | 0 | 0.63 | 0.52 | 0 |
| HSL | 349.5º | 1% | 0.69% | - |
| HSV(B) | 349.5º | 0.63% | 1% | - |
| XYZ | 48.91 | 30.87 | 22.12 | - |
| YUV | 146.03 | 115.01 | 205.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 95 | 123 | 0 | 0.63 | 0.52 | 0 | 349.5 | 1 | 0.69 |
| Hex | FF | 5F | 7B | 0 | 3F | 34 | 0 | 15E | 64 | 45 |
| Octal | 377 | 137 | 173 | 0 | 77 | 64 | 0 | 536 | 144 | 105 |
| Binary | 11111111 | 1011111 | 1111011 | 0 | 111111 | 110100 | 0 | 101011110 | 1100100 | 1000101 |
Color Harmonies of #FF5F7B
Complementary color
Monochromatic Colors of #FF5F7B
Black with #FF5F7B
Text Example
Text Example
White with #FF5F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5F7B; }
p { color: rgb(255,95,123); }
H1.HeaderClassName
{
color: #FF5F7B;
}
.AnyTagClassName
{
color: #FF5F7B;
}
</style>
background-color css
<style>
a { background-color: #FF5F7B; }
a { background-color: rgb(255,95,123); }
div.DivClassName
{
background-color: #FF5F7B;
}
.BgClassName
{
background-color: #FF5F7B;
}
</style>
border-color css
<style>
span { border-color: #FF5F7B; }
span { border-color: rgb(255,95,123); }
td.TdClassName
{
border-color: #FF5F7B;
}
.TagClassName
{
border-color: #FF5F7B;
}
</style>