Shades of Wild Watermelon #F25B5C
Tints of Wild Watermelon #F25B5C
RGB
CMYK
RGB Variations
Color information
#F25B5C (or 0xF25B5C) is known color: Wild Watermelon. HEX triplet: F2, 5B and 5C. RGB value is (242,91,92). Sum of RGB (Red+Green+Blue) = 242+91+92=425 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.94% from 425); Green value is 91 (35.94% from 255 or 21.41% from 425); Blue value is 92 (36.33% from 255 or 21.65% from 425); Max value from RGB is 242 - color contains mainly: red. Hex color #F25B5C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25B5C is #0DA4A3. Grayscale: #888888. Windows color (decimal): -894116 or 6052850. OLE color: 6052850.
HSL color Cylindrical-coordinate representation of color #F25B5C: hue angle of 359.6º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F25B5C is Cyan = 0, Magento = 0.62, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 91 | 92 | - |
| CMYK | 0 | 0.62 | 0.62 | 0.05 |
| HSL | 359.6º | 0.85% | 0.65% | - |
| HSV(B) | 359.6º | 0.62% | 0.95% | - |
| XYZ | 42.29 | 27.13 | 13.13 | - |
| YUV | 136.26 | 103.03 | 203.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 91 | 92 | 0 | 0.62 | 0.62 | 0.05 | 359.6 | 0.85 | 0.65 |
| Hex | F2 | 5B | 5C | 0 | 3E | 3E | 5 | 168 | 55 | 41 |
| Octal | 362 | 133 | 134 | 0 | 76 | 76 | 5 | 550 | 125 | 101 |
| Binary | 11110010 | 1011011 | 1011100 | 0 | 111110 | 111110 | 101 | 101101000 | 1010101 | 1000001 |
Color Harmonies of #F25B5C
Complementary color
Monochromatic Colors of #F25B5C
Black with #F25B5C
Text Example
Text Example
White with #F25B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25B5C; }
p { color: rgb(242,91,92); }
H1.HeaderClassName
{
color: #F25B5C;
}
.AnyTagClassName
{
color: #F25B5C;
}
</style>
background-color css
<style>
a { background-color: #F25B5C; }
a { background-color: rgb(242,91,92); }
div.DivClassName
{
background-color: #F25B5C;
}
.BgClassName
{
background-color: #F25B5C;
}
</style>
border-color css
<style>
span { border-color: #F25B5C; }
span { border-color: rgb(242,91,92); }
td.TdClassName
{
border-color: #F25B5C;
}
.TagClassName
{
border-color: #F25B5C;
}
</style>