Shades of Wild Watermelon #F25369
Tints of Wild Watermelon #F25369
RGB
CMYK
RGB Variations
Color information
#F25369 (or 0xF25369) is known color: Wild Watermelon. HEX triplet: F2, 53 and 69. RGB value is (242,83,105). Sum of RGB (Red+Green+Blue) = 242+83+105=430 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.28% from 430); Green value is 83 (32.81% from 255 or 19.30% from 430); Blue value is 105 (41.41% from 255 or 24.42% from 430); Max value from RGB is 242 - color contains mainly: red. Hex color #F25369 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25369 is #0DAC96. Grayscale: #858585. Windows color (decimal): -896151 or 6902770. OLE color: 6902770.
HSL color Cylindrical-coordinate representation of color #F25369: hue angle of 351.7º 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 #F25369 is Cyan = 0, Magento = 0.66, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 83 | 105 | - |
| CMYK | 0 | 0.66 | 0.57 | 0.05 |
| HSL | 351.7º | 0.86% | 0.64% | - |
| HSV(B) | 351.7º | 0.66% | 0.95% | - |
| XYZ | 42.26 | 26.08 | 16.17 | - |
| YUV | 133.05 | 112.18 | 205.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 83 | 105 | 0 | 0.66 | 0.57 | 0.05 | 351.7 | 0.86 | 0.64 |
| Hex | F2 | 53 | 69 | 0 | 42 | 39 | 5 | 160 | 56 | 40 |
| Octal | 362 | 123 | 151 | 0 | 102 | 71 | 5 | 540 | 126 | 100 |
| Binary | 11110010 | 1010011 | 1101001 | 0 | 1000010 | 111001 | 101 | 101100000 | 1010110 | 1000000 |
Color Harmonies of #F25369
Complementary color
Monochromatic Colors of #F25369
Black with #F25369
Text Example
Text Example
White with #F25369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25369; }
p { color: rgb(242,83,105); }
H1.HeaderClassName
{
color: #F25369;
}
.AnyTagClassName
{
color: #F25369;
}
</style>
background-color css
<style>
a { background-color: #F25369; }
a { background-color: rgb(242,83,105); }
div.DivClassName
{
background-color: #F25369;
}
.BgClassName
{
background-color: #F25369;
}
</style>
border-color css
<style>
span { border-color: #F25369; }
span { border-color: rgb(242,83,105); }
td.TdClassName
{
border-color: #F25369;
}
.TagClassName
{
border-color: #F25369;
}
</style>