Shades of Wild Watermelon #F25A68
Tints of Wild Watermelon #F25A68
RGB
CMYK
RGB Variations
Color information
#F25A68 (or 0xF25A68) is known color: Wild Watermelon. HEX triplet: F2, 5A and 68. RGB value is (242,90,104). Sum of RGB (Red+Green+Blue) = 242+90+104=436 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.50% from 436); Green value is 90 (35.55% from 255 or 20.64% from 436); Blue value is 104 (41.02% from 255 or 23.85% from 436); Max value from RGB is 242 - color contains mainly: red. Hex color #F25A68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25A68 is #0DA597. Grayscale: #898989. Windows color (decimal): -894360 or 6839026. OLE color: 6839026.
HSL color Cylindrical-coordinate representation of color #F25A68: hue angle of 354.47º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F25A68 is Cyan = 0, Magento = 0.63, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 90 | 104 | - |
| CMYK | 0 | 0.63 | 0.57 | 0.05 |
| HSL | 354.47º | 0.85% | 0.65% | - |
| HSV(B) | 354.47º | 0.63% | 0.95% | - |
| XYZ | 42.77 | 27.19 | 16.09 | - |
| YUV | 137.04 | 109.36 | 202.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 90 | 104 | 0 | 0.63 | 0.57 | 0.05 | 354.47 | 0.85 | 0.65 |
| Hex | F2 | 5A | 68 | 0 | 3F | 39 | 5 | 162 | 55 | 41 |
| Octal | 362 | 132 | 150 | 0 | 77 | 71 | 5 | 542 | 125 | 101 |
| Binary | 11110010 | 1011010 | 1101000 | 0 | 111111 | 111001 | 101 | 101100010 | 1010101 | 1000001 |
Color Harmonies of #F25A68
Complementary color
Monochromatic Colors of #F25A68
Black with #F25A68
Text Example
Text Example
White with #F25A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25A68; }
p { color: rgb(242,90,104); }
H1.HeaderClassName
{
color: #F25A68;
}
.AnyTagClassName
{
color: #F25A68;
}
</style>
background-color css
<style>
a { background-color: #F25A68; }
a { background-color: rgb(242,90,104); }
div.DivClassName
{
background-color: #F25A68;
}
.BgClassName
{
background-color: #F25A68;
}
</style>
border-color css
<style>
span { border-color: #F25A68; }
span { border-color: rgb(242,90,104); }
td.TdClassName
{
border-color: #F25A68;
}
.TagClassName
{
border-color: #F25A68;
}
</style>