Shades of Wild Watermelon #F1525C
Tints of Wild Watermelon #F1525C
RGB
CMYK
RGB Variations
Color information
#F1525C (or 0xF1525C) is known color: Wild Watermelon. HEX triplet: F1, 52 and 5C. RGB value is (241,82,92). Sum of RGB (Red+Green+Blue) = 241+82+92=415 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.07% from 415); Green value is 82 (32.42% from 255 or 19.76% from 415); Blue value is 92 (36.33% from 255 or 22.17% from 415); Max value from RGB is 241 - color contains mainly: red. Hex color #F1525C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1525C is #0EADA3. Grayscale: #828282. Windows color (decimal): -961956 or 6050545. OLE color: 6050545.
HSL color Cylindrical-coordinate representation of color #F1525C: hue angle of 356.23º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F1525C is Cyan = 0, Magento = 0.66, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 82 | 92 | - |
| CMYK | 0 | 0.66 | 0.62 | 0.05 |
| HSL | 356.23º | 0.85% | 0.63% | - |
| HSV(B) | 356.23º | 0.66% | 0.95% | - |
| XYZ | 41.22 | 25.51 | 12.88 | - |
| YUV | 130.68 | 106.18 | 206.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 82 | 92 | 0 | 0.66 | 0.62 | 0.05 | 356.23 | 0.85 | 0.63 |
| Hex | F1 | 52 | 5C | 0 | 42 | 3E | 5 | 164 | 55 | 3F |
| Octal | 361 | 122 | 134 | 0 | 102 | 76 | 5 | 544 | 125 | 77 |
| Binary | 11110001 | 1010010 | 1011100 | 0 | 1000010 | 111110 | 101 | 101100100 | 1010101 | 111111 |
Color Harmonies of #F1525C
Complementary color
Monochromatic Colors of #F1525C
Black with #F1525C
Text Example
Text Example
White with #F1525C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1525C; }
p { color: rgb(241,82,92); }
H1.HeaderClassName
{
color: #F1525C;
}
.AnyTagClassName
{
color: #F1525C;
}
</style>
background-color css
<style>
a { background-color: #F1525C; }
a { background-color: rgb(241,82,92); }
div.DivClassName
{
background-color: #F1525C;
}
.BgClassName
{
background-color: #F1525C;
}
</style>
border-color css
<style>
span { border-color: #F1525C; }
span { border-color: rgb(241,82,92); }
td.TdClassName
{
border-color: #F1525C;
}
.TagClassName
{
border-color: #F1525C;
}
</style>