Shades of Wild Watermelon #F15467
Tints of Wild Watermelon #F15467
RGB
CMYK
RGB Variations
Color information
#F15467 (or 0xF15467) is known color: Wild Watermelon. HEX triplet: F1, 54 and 67. RGB value is (241,84,103). Sum of RGB (Red+Green+Blue) = 241+84+103=428 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.31% from 428); Green value is 84 (33.20% from 255 or 19.63% from 428); Blue value is 103 (40.62% from 255 or 24.07% from 428); Max value from RGB is 241 - color contains mainly: red. Hex color #F15467 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F15467 is #0EAB98. Grayscale: #858585. Windows color (decimal): -961433 or 6771953. OLE color: 6771953.
HSL color Cylindrical-coordinate representation of color #F15467: hue angle of 352.74º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F15467 is Cyan = 0, Magento = 0.65, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 84 | 103 | - |
| CMYK | 0 | 0.65 | 0.57 | 0.05 |
| HSL | 352.74º | 0.85% | 0.64% | - |
| HSV(B) | 352.74º | 0.65% | 0.95% | - |
| XYZ | 41.89 | 26.02 | 15.65 | - |
| YUV | 133.11 | 111.01 | 204.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 84 | 103 | 0 | 0.65 | 0.57 | 0.05 | 352.74 | 0.85 | 0.64 |
| Hex | F1 | 54 | 67 | 0 | 41 | 39 | 5 | 161 | 55 | 40 |
| Octal | 361 | 124 | 147 | 0 | 101 | 71 | 5 | 541 | 125 | 100 |
| Binary | 11110001 | 1010100 | 1100111 | 0 | 1000001 | 111001 | 101 | 101100001 | 1010101 | 1000000 |
Color Harmonies of #F15467
Complementary color
Monochromatic Colors of #F15467
Black with #F15467
Text Example
Text Example
White with #F15467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15467; }
p { color: rgb(241,84,103); }
H1.HeaderClassName
{
color: #F15467;
}
.AnyTagClassName
{
color: #F15467;
}
</style>
background-color css
<style>
a { background-color: #F15467; }
a { background-color: rgb(241,84,103); }
div.DivClassName
{
background-color: #F15467;
}
.BgClassName
{
background-color: #F15467;
}
</style>
border-color css
<style>
span { border-color: #F15467; }
span { border-color: rgb(241,84,103); }
td.TdClassName
{
border-color: #F15467;
}
.TagClassName
{
border-color: #F15467;
}
</style>