Shades of Wild Watermelon #F25A79
Tints of Wild Watermelon #F25A79
RGB
CMYK
RGB Variations
Color information
#F25A79 (or 0xF25A79) is known color: Wild Watermelon. HEX triplet: F2, 5A and 79. RGB value is (242,90,121). Sum of RGB (Red+Green+Blue) = 242+90+121=453 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.42% from 453); Green value is 90 (35.55% from 255 or 19.87% from 453); Blue value is 121 (47.66% from 255 or 26.71% from 453); Max value from RGB is 242 - color contains mainly: red. Hex color #F25A79 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25A79 is #0DA586. Grayscale: #8B8B8B. Windows color (decimal): -894343 or 7953138. OLE color: 7953138.
HSL color Cylindrical-coordinate representation of color #F25A79: hue angle of 347.76º 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 #F25A79 is Cyan = 0, Magento = 0.63, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 90 | 121 | - |
| CMYK | 0 | 0.63 | 0.50 | 0.05 |
| HSL | 347.76º | 0.85% | 0.65% | - |
| HSV(B) | 347.76º | 0.63% | 0.95% | - |
| XYZ | 43.73 | 27.57 | 21.11 | - |
| YUV | 138.98 | 117.86 | 201.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 90 | 121 | 0 | 0.63 | 0.50 | 0.05 | 347.76 | 0.85 | 0.65 |
| Hex | F2 | 5A | 79 | 0 | 3F | 32 | 5 | 15C | 55 | 41 |
| Octal | 362 | 132 | 171 | 0 | 77 | 62 | 5 | 534 | 125 | 101 |
| Binary | 11110010 | 1011010 | 1111001 | 0 | 111111 | 110010 | 101 | 101011100 | 1010101 | 1000001 |
Color Harmonies of #F25A79
Complementary color
Monochromatic Colors of #F25A79
Black with #F25A79
Text Example
Text Example
White with #F25A79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25A79; }
p { color: rgb(242,90,121); }
H1.HeaderClassName
{
color: #F25A79;
}
.AnyTagClassName
{
color: #F25A79;
}
</style>
background-color css
<style>
a { background-color: #F25A79; }
a { background-color: rgb(242,90,121); }
div.DivClassName
{
background-color: #F25A79;
}
.BgClassName
{
background-color: #F25A79;
}
</style>
border-color css
<style>
span { border-color: #F25A79; }
span { border-color: rgb(242,90,121); }
td.TdClassName
{
border-color: #F25A79;
}
.TagClassName
{
border-color: #F25A79;
}
</style>