Shades of Wild Watermelon #F25264
Tints of Wild Watermelon #F25264
RGB
CMYK
RGB Variations
Color information
#F25264 (or 0xF25264) is known color: Wild Watermelon. HEX triplet: F2, 52 and 64. RGB value is (242,82,100). Sum of RGB (Red+Green+Blue) = 242+82+100=424 (56% of max value = 765). Red value is 242 (94.92% from 255 or 57.08% from 424); Green value is 82 (32.42% from 255 or 19.34% from 424); Blue value is 100 (39.45% from 255 or 23.58% from 424); Max value from RGB is 242 - color contains mainly: red. Hex color #F25264 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25264 is #0DAD9B. Grayscale: #838383. Windows color (decimal): -896412 or 6574834. OLE color: 6574834.
HSL color Cylindrical-coordinate representation of color #F25264: hue angle of 353.25º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F25264 is Cyan = 0, Magento = 0.66, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 82 | 100 | - |
| CMYK | 0 | 0.66 | 0.59 | 0.05 |
| HSL | 353.25º | 0.86% | 0.64% | - |
| HSV(B) | 353.25º | 0.66% | 0.95% | - |
| XYZ | 41.94 | 25.83 | 14.83 | - |
| YUV | 131.89 | 110.01 | 206.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 82 | 100 | 0 | 0.66 | 0.59 | 0.05 | 353.25 | 0.86 | 0.64 |
| Hex | F2 | 52 | 64 | 0 | 42 | 3B | 5 | 161 | 56 | 40 |
| Octal | 362 | 122 | 144 | 0 | 102 | 73 | 5 | 541 | 126 | 100 |
| Binary | 11110010 | 1010010 | 1100100 | 0 | 1000010 | 111011 | 101 | 101100001 | 1010110 | 1000000 |
Color Harmonies of #F25264
Complementary color
Monochromatic Colors of #F25264
Black with #F25264
Text Example
Text Example
White with #F25264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25264; }
p { color: rgb(242,82,100); }
H1.HeaderClassName
{
color: #F25264;
}
.AnyTagClassName
{
color: #F25264;
}
</style>
background-color css
<style>
a { background-color: #F25264; }
a { background-color: rgb(242,82,100); }
div.DivClassName
{
background-color: #F25264;
}
.BgClassName
{
background-color: #F25264;
}
</style>
border-color css
<style>
span { border-color: #F25264; }
span { border-color: rgb(242,82,100); }
td.TdClassName
{
border-color: #F25264;
}
.TagClassName
{
border-color: #F25264;
}
</style>