Shades of Wild Watermelon #F25D64
Tints of Wild Watermelon #F25D64
RGB
CMYK
RGB Variations
Color information
#F25D64 (or 0xF25D64) is known color: Wild Watermelon. HEX triplet: F2, 5D and 64. RGB value is (242,93,100). Sum of RGB (Red+Green+Blue) = 242+93+100=435 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.63% from 435); Green value is 93 (36.72% from 255 or 21.38% from 435); Blue value is 100 (39.45% from 255 or 22.99% from 435); Max value from RGB is 242 - color contains mainly: red. Hex color #F25D64 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25D64 is #0DA29B. Grayscale: #8A8A8A. Windows color (decimal): -893596 or 6577650. OLE color: 6577650.
HSL color Cylindrical-coordinate representation of color #F25D64: hue angle of 357.18º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F25D64 is Cyan = 0, Magento = 0.62, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 93 | 100 | - |
| CMYK | 0 | 0.62 | 0.59 | 0.05 |
| HSL | 357.18º | 0.85% | 0.66% | - |
| HSV(B) | 357.18º | 0.62% | 0.95% | - |
| XYZ | 42.83 | 27.63 | 15.13 | - |
| YUV | 138.35 | 106.36 | 201.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 93 | 100 | 0 | 0.62 | 0.59 | 0.05 | 357.18 | 0.85 | 0.66 |
| Hex | F2 | 5D | 64 | 0 | 3E | 3B | 5 | 165 | 55 | 42 |
| Octal | 362 | 135 | 144 | 0 | 76 | 73 | 5 | 545 | 125 | 102 |
| Binary | 11110010 | 1011101 | 1100100 | 0 | 111110 | 111011 | 101 | 101100101 | 1010101 | 1000010 |
Color Harmonies of #F25D64
Complementary color
Monochromatic Colors of #F25D64
Black with #F25D64
Text Example
Text Example
White with #F25D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25D64; }
p { color: rgb(242,93,100); }
H1.HeaderClassName
{
color: #F25D64;
}
.AnyTagClassName
{
color: #F25D64;
}
</style>
background-color css
<style>
a { background-color: #F25D64; }
a { background-color: rgb(242,93,100); }
div.DivClassName
{
background-color: #F25D64;
}
.BgClassName
{
background-color: #F25D64;
}
</style>
border-color css
<style>
span { border-color: #F25D64; }
span { border-color: rgb(242,93,100); }
td.TdClassName
{
border-color: #F25D64;
}
.TagClassName
{
border-color: #F25D64;
}
</style>