Shades of Wild Watermelon #F25366
Tints of Wild Watermelon #F25366
RGB
CMYK
RGB Variations
Color information
#F25366 (or 0xF25366) is known color: Wild Watermelon. HEX triplet: F2, 53 and 66. RGB value is (242,83,102). Sum of RGB (Red+Green+Blue) = 242+83+102=427 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.67% from 427); Green value is 83 (32.81% from 255 or 19.44% from 427); Blue value is 102 (40.23% from 255 or 23.89% from 427); Max value from RGB is 242 - color contains mainly: red. Hex color #F25366 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25366 is #0DAC99. Grayscale: #848484. Windows color (decimal): -896154 or 6706162. OLE color: 6706162.
HSL color Cylindrical-coordinate representation of color #F25366: hue angle of 352.83º 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 #F25366 is Cyan = 0, Magento = 0.66, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 83 | 102 | - |
| CMYK | 0 | 0.66 | 0.58 | 0.05 |
| HSL | 352.83º | 0.86% | 0.64% | - |
| HSV(B) | 352.83º | 0.66% | 0.95% | - |
| XYZ | 42.11 | 26.02 | 15.37 | - |
| YUV | 132.71 | 110.68 | 205.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 83 | 102 | 0 | 0.66 | 0.58 | 0.05 | 352.83 | 0.86 | 0.64 |
| Hex | F2 | 53 | 66 | 0 | 42 | 3A | 5 | 161 | 56 | 40 |
| Octal | 362 | 123 | 146 | 0 | 102 | 72 | 5 | 541 | 126 | 100 |
| Binary | 11110010 | 1010011 | 1100110 | 0 | 1000010 | 111010 | 101 | 101100001 | 1010110 | 1000000 |
Color Harmonies of #F25366
Complementary color
Monochromatic Colors of #F25366
Black with #F25366
Text Example
Text Example
White with #F25366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25366; }
p { color: rgb(242,83,102); }
H1.HeaderClassName
{
color: #F25366;
}
.AnyTagClassName
{
color: #F25366;
}
</style>
background-color css
<style>
a { background-color: #F25366; }
a { background-color: rgb(242,83,102); }
div.DivClassName
{
background-color: #F25366;
}
.BgClassName
{
background-color: #F25366;
}
</style>
border-color css
<style>
span { border-color: #F25366; }
span { border-color: rgb(242,83,102); }
td.TdClassName
{
border-color: #F25366;
}
.TagClassName
{
border-color: #F25366;
}
</style>