Shades of Wild Watermelon #F15067
Tints of Wild Watermelon #F15067
RGB
CMYK
RGB Variations
Color information
#F15067 (or 0xF15067) is known color: Wild Watermelon. HEX triplet: F1, 50 and 67. RGB value is (241,80,103). Sum of RGB (Red+Green+Blue) = 241+80+103=424 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.84% from 424); Green value is 80 (31.64% from 255 or 18.87% from 424); Blue value is 103 (40.62% from 255 or 24.29% from 424); Max value from RGB is 241 - color contains mainly: red. Hex color #F15067 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F15067 is #0EAF98. Grayscale: #828282. Windows color (decimal): -962457 or 6770929. OLE color: 6770929.
HSL color Cylindrical-coordinate representation of color #F15067: hue angle of 351.43º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F15067 is Cyan = 0, Magento = 0.67, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 80 | 103 | - |
| CMYK | 0 | 0.67 | 0.57 | 0.05 |
| HSL | 351.43º | 0.85% | 0.63% | - |
| HSV(B) | 351.43º | 0.67% | 0.95% | - |
| XYZ | 41.59 | 25.42 | 15.55 | - |
| YUV | 130.76 | 112.34 | 206.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 80 | 103 | 0 | 0.67 | 0.57 | 0.05 | 351.43 | 0.85 | 0.63 |
| Hex | F1 | 50 | 67 | 0 | 43 | 39 | 5 | 15F | 55 | 3F |
| Octal | 361 | 120 | 147 | 0 | 103 | 71 | 5 | 537 | 125 | 77 |
| Binary | 11110001 | 1010000 | 1100111 | 0 | 1000011 | 111001 | 101 | 101011111 | 1010101 | 111111 |
Color Harmonies of #F15067
Complementary color
Monochromatic Colors of #F15067
Black with #F15067
Text Example
Text Example
White with #F15067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15067; }
p { color: rgb(241,80,103); }
H1.HeaderClassName
{
color: #F15067;
}
.AnyTagClassName
{
color: #F15067;
}
</style>
background-color css
<style>
a { background-color: #F15067; }
a { background-color: rgb(241,80,103); }
div.DivClassName
{
background-color: #F15067;
}
.BgClassName
{
background-color: #F15067;
}
</style>
border-color css
<style>
span { border-color: #F15067; }
span { border-color: rgb(241,80,103); }
td.TdClassName
{
border-color: #F15067;
}
.TagClassName
{
border-color: #F15067;
}
</style>