Shades of Wild Watermelon #F25165
Tints of Wild Watermelon #F25165
RGB
CMYK
RGB Variations
Color information
#F25165 (or 0xF25165) is known color: Wild Watermelon. HEX triplet: F2, 51 and 65. RGB value is (242,81,101). Sum of RGB (Red+Green+Blue) = 242+81+101=424 (56% of max value = 765). Red value is 242 (94.92% from 255 or 57.08% from 424); Green value is 81 (32.03% from 255 or 19.10% from 424); Blue value is 101 (39.84% from 255 or 23.82% from 424); Max value from RGB is 242 - color contains mainly: red. Hex color #F25165 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25165 is #0DAE9A. Grayscale: #838383. Windows color (decimal): -896667 or 6640114. OLE color: 6640114.
HSL color Cylindrical-coordinate representation of color #F25165: hue angle of 352.55º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F25165 is Cyan = 0, Magento = 0.67, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 81 | 101 | - |
| CMYK | 0 | 0.67 | 0.58 | 0.05 |
| HSL | 352.55º | 0.86% | 0.63% | - |
| HSV(B) | 352.55º | 0.67% | 0.95% | - |
| XYZ | 41.91 | 25.7 | 15.06 | - |
| YUV | 131.42 | 110.84 | 206.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 81 | 101 | 0 | 0.67 | 0.58 | 0.05 | 352.55 | 0.86 | 0.63 |
| Hex | F2 | 51 | 65 | 0 | 43 | 3A | 5 | 161 | 56 | 3F |
| Octal | 362 | 121 | 145 | 0 | 103 | 72 | 5 | 541 | 126 | 77 |
| Binary | 11110010 | 1010001 | 1100101 | 0 | 1000011 | 111010 | 101 | 101100001 | 1010110 | 111111 |
Color Harmonies of #F25165
Complementary color
Monochromatic Colors of #F25165
Black with #F25165
Text Example
Text Example
White with #F25165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25165; }
p { color: rgb(242,81,101); }
H1.HeaderClassName
{
color: #F25165;
}
.AnyTagClassName
{
color: #F25165;
}
</style>
background-color css
<style>
a { background-color: #F25165; }
a { background-color: rgb(242,81,101); }
div.DivClassName
{
background-color: #F25165;
}
.BgClassName
{
background-color: #F25165;
}
</style>
border-color css
<style>
span { border-color: #F25165; }
span { border-color: rgb(242,81,101); }
td.TdClassName
{
border-color: #F25165;
}
.TagClassName
{
border-color: #F25165;
}
</style>