Shades of Wild Watermelon #F25268
Tints of Wild Watermelon #F25268
RGB
CMYK
RGB Variations
Color information
#F25268 (or 0xF25268) is known color: Wild Watermelon. HEX triplet: F2, 52 and 68. RGB value is (242,82,104). Sum of RGB (Red+Green+Blue) = 242+82+104=428 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.54% from 428); Green value is 82 (32.42% from 255 or 19.16% from 428); Blue value is 104 (41.02% from 255 or 24.30% from 428); Max value from RGB is 242 - color contains mainly: red. Hex color #F25268 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25268 is #0DAD97. Grayscale: #848484. Windows color (decimal): -896408 or 6836978. OLE color: 6836978.
HSL color Cylindrical-coordinate representation of color #F25268: hue angle of 351.75º 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 #F25268 is Cyan = 0, Magento = 0.66, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 82 | 104 | - |
| CMYK | 0 | 0.66 | 0.57 | 0.05 |
| HSL | 351.75º | 0.86% | 0.64% | - |
| HSV(B) | 351.75º | 0.66% | 0.95% | - |
| XYZ | 42.13 | 25.91 | 15.88 | - |
| YUV | 132.35 | 112.01 | 206.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 82 | 104 | 0 | 0.66 | 0.57 | 0.05 | 351.75 | 0.86 | 0.64 |
| Hex | F2 | 52 | 68 | 0 | 42 | 39 | 5 | 160 | 56 | 40 |
| Octal | 362 | 122 | 150 | 0 | 102 | 71 | 5 | 540 | 126 | 100 |
| Binary | 11110010 | 1010010 | 1101000 | 0 | 1000010 | 111001 | 101 | 101100000 | 1010110 | 1000000 |
Color Harmonies of #F25268
Complementary color
Monochromatic Colors of #F25268
Black with #F25268
Text Example
Text Example
White with #F25268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25268; }
p { color: rgb(242,82,104); }
H1.HeaderClassName
{
color: #F25268;
}
.AnyTagClassName
{
color: #F25268;
}
</style>
background-color css
<style>
a { background-color: #F25268; }
a { background-color: rgb(242,82,104); }
div.DivClassName
{
background-color: #F25268;
}
.BgClassName
{
background-color: #F25268;
}
</style>
border-color css
<style>
span { border-color: #F25268; }
span { border-color: rgb(242,82,104); }
td.TdClassName
{
border-color: #F25268;
}
.TagClassName
{
border-color: #F25268;
}
</style>