Shades of Wild Watermelon #F25B68
Tints of Wild Watermelon #F25B68
RGB
CMYK
RGB Variations
Color information
#F25B68 (or 0xF25B68) is known color: Wild Watermelon. HEX triplet: F2, 5B and 68. RGB value is (242,91,104). Sum of RGB (Red+Green+Blue) = 242+91+104=437 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.38% from 437); Green value is 91 (35.94% from 255 or 20.82% from 437); Blue value is 104 (41.02% from 255 or 23.80% from 437); Max value from RGB is 242 - color contains mainly: red. Hex color #F25B68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25B68 is #0DA497. Grayscale: #898989. Windows color (decimal): -894104 or 6839282. OLE color: 6839282.
HSL color Cylindrical-coordinate representation of color #F25B68: hue angle of 354.83º 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 #F25B68 is Cyan = 0, Magento = 0.62, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 91 | 104 | - |
| CMYK | 0 | 0.62 | 0.57 | 0.05 |
| HSL | 354.83º | 0.85% | 0.65% | - |
| HSV(B) | 354.83º | 0.62% | 0.95% | - |
| XYZ | 42.86 | 27.36 | 16.12 | - |
| YUV | 137.63 | 109.03 | 202.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 91 | 104 | 0 | 0.62 | 0.57 | 0.05 | 354.83 | 0.85 | 0.65 |
| Hex | F2 | 5B | 68 | 0 | 3E | 39 | 5 | 163 | 55 | 41 |
| Octal | 362 | 133 | 150 | 0 | 76 | 71 | 5 | 543 | 125 | 101 |
| Binary | 11110010 | 1011011 | 1101000 | 0 | 111110 | 111001 | 101 | 101100011 | 1010101 | 1000001 |
Color Harmonies of #F25B68
Complementary color
Monochromatic Colors of #F25B68
Black with #F25B68
Text Example
Text Example
White with #F25B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25B68; }
p { color: rgb(242,91,104); }
H1.HeaderClassName
{
color: #F25B68;
}
.AnyTagClassName
{
color: #F25B68;
}
</style>
background-color css
<style>
a { background-color: #F25B68; }
a { background-color: rgb(242,91,104); }
div.DivClassName
{
background-color: #F25B68;
}
.BgClassName
{
background-color: #F25B68;
}
</style>
border-color css
<style>
span { border-color: #F25B68; }
span { border-color: rgb(242,91,104); }
td.TdClassName
{
border-color: #F25B68;
}
.TagClassName
{
border-color: #F25B68;
}
</style>