Shades of Wild Watermelon #F25D70
Tints of Wild Watermelon #F25D70
RGB
CMYK
RGB Variations
Color information
#F25D70 (or 0xF25D70) is known color: Wild Watermelon. HEX triplet: F2, 5D and 70. RGB value is (242,93,112). Sum of RGB (Red+Green+Blue) = 242+93+112=447 (59% of max value = 765). Red value is 242 (94.92% from 255 or 54.14% from 447); Green value is 93 (36.72% from 255 or 20.81% from 447); Blue value is 112 (44.14% from 255 or 25.06% from 447); Max value from RGB is 242 - color contains mainly: red. Hex color #F25D70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25D70 is #0DA28F. Grayscale: #8B8B8B. Windows color (decimal): -893584 or 7364082. OLE color: 7364082.
HSL color Cylindrical-coordinate representation of color #F25D70: hue angle of 352.35º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F25D70 is Cyan = 0, Magento = 0.62, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 93 | 112 | - |
| CMYK | 0 | 0.62 | 0.54 | 0.05 |
| HSL | 352.35º | 0.85% | 0.66% | - |
| HSV(B) | 352.35º | 0.62% | 0.95% | - |
| XYZ | 43.46 | 27.88 | 18.42 | - |
| YUV | 139.72 | 112.36 | 200.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 93 | 112 | 0 | 0.62 | 0.54 | 0.05 | 352.35 | 0.85 | 0.66 |
| Hex | F2 | 5D | 70 | 0 | 3E | 36 | 5 | 160 | 55 | 42 |
| Octal | 362 | 135 | 160 | 0 | 76 | 66 | 5 | 540 | 125 | 102 |
| Binary | 11110010 | 1011101 | 1110000 | 0 | 111110 | 110110 | 101 | 101100000 | 1010101 | 1000010 |
Color Harmonies of #F25D70
Complementary color
Monochromatic Colors of #F25D70
Black with #F25D70
Text Example
Text Example
White with #F25D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25D70; }
p { color: rgb(242,93,112); }
H1.HeaderClassName
{
color: #F25D70;
}
.AnyTagClassName
{
color: #F25D70;
}
</style>
background-color css
<style>
a { background-color: #F25D70; }
a { background-color: rgb(242,93,112); }
div.DivClassName
{
background-color: #F25D70;
}
.BgClassName
{
background-color: #F25D70;
}
</style>
border-color css
<style>
span { border-color: #F25D70; }
span { border-color: rgb(242,93,112); }
td.TdClassName
{
border-color: #F25D70;
}
.TagClassName
{
border-color: #F25D70;
}
</style>