Shades of Wild Watermelon #F15367
Tints of Wild Watermelon #F15367
RGB
CMYK
RGB Variations
Color information
#F15367 (or 0xF15367) is known color: Wild Watermelon. HEX triplet: F1, 53 and 67. RGB value is (241,83,103). Sum of RGB (Red+Green+Blue) = 241+83+103=427 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.44% from 427); Green value is 83 (32.81% from 255 or 19.44% from 427); Blue value is 103 (40.62% from 255 or 24.12% from 427); Max value from RGB is 241 - color contains mainly: red. Hex color #F15367 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F15367 is #0EAC98. Grayscale: #848484. Windows color (decimal): -961689 or 6771697. OLE color: 6771697.
HSL color Cylindrical-coordinate representation of color #F15367: hue angle of 352.41º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F15367 is Cyan = 0, Magento = 0.66, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 83 | 103 | - |
| CMYK | 0 | 0.66 | 0.57 | 0.05 |
| HSL | 352.41º | 0.85% | 0.64% | - |
| HSV(B) | 352.41º | 0.66% | 0.95% | - |
| XYZ | 41.82 | 25.87 | 15.62 | - |
| YUV | 132.52 | 111.35 | 205.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 83 | 103 | 0 | 0.66 | 0.57 | 0.05 | 352.41 | 0.85 | 0.64 |
| Hex | F1 | 53 | 67 | 0 | 42 | 39 | 5 | 160 | 55 | 40 |
| Octal | 361 | 123 | 147 | 0 | 102 | 71 | 5 | 540 | 125 | 100 |
| Binary | 11110001 | 1010011 | 1100111 | 0 | 1000010 | 111001 | 101 | 101100000 | 1010101 | 1000000 |
Color Harmonies of #F15367
Complementary color
Monochromatic Colors of #F15367
Black with #F15367
Text Example
Text Example
White with #F15367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15367; }
p { color: rgb(241,83,103); }
H1.HeaderClassName
{
color: #F15367;
}
.AnyTagClassName
{
color: #F15367;
}
</style>
background-color css
<style>
a { background-color: #F15367; }
a { background-color: rgb(241,83,103); }
div.DivClassName
{
background-color: #F15367;
}
.BgClassName
{
background-color: #F15367;
}
</style>
border-color css
<style>
span { border-color: #F15367; }
span { border-color: rgb(241,83,103); }
td.TdClassName
{
border-color: #F15367;
}
.TagClassName
{
border-color: #F15367;
}
</style>