Shades of Wild Watermelon #F25D6B
Tints of Wild Watermelon #F25D6B
RGB
CMYK
RGB Variations
Color information
#F25D6B (or 0xF25D6B) is known color: Wild Watermelon. HEX triplet: F2, 5D and 6B. RGB value is (242,93,107). Sum of RGB (Red+Green+Blue) = 242+93+107=442 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.75% from 442); Green value is 93 (36.72% from 255 or 21.04% from 442); Blue value is 107 (42.19% from 255 or 24.21% from 442); Max value from RGB is 242 - color contains mainly: red. Hex color #F25D6B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25D6B is #0DA294. Grayscale: #8B8B8B. Windows color (decimal): -893589 or 7036402. OLE color: 7036402.
HSL color Cylindrical-coordinate representation of color #F25D6B: hue angle of 354.36º 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 #F25D6B is Cyan = 0, Magento = 0.62, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 93 | 107 | - |
| CMYK | 0 | 0.62 | 0.56 | 0.05 |
| HSL | 354.36º | 0.85% | 0.66% | - |
| HSV(B) | 354.36º | 0.62% | 0.95% | - |
| XYZ | 43.19 | 27.77 | 16.99 | - |
| YUV | 139.15 | 109.86 | 201.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 93 | 107 | 0 | 0.62 | 0.56 | 0.05 | 354.36 | 0.85 | 0.66 |
| Hex | F2 | 5D | 6B | 0 | 3E | 38 | 5 | 162 | 55 | 42 |
| Octal | 362 | 135 | 153 | 0 | 76 | 70 | 5 | 542 | 125 | 102 |
| Binary | 11110010 | 1011101 | 1101011 | 0 | 111110 | 111000 | 101 | 101100010 | 1010101 | 1000010 |
Color Harmonies of #F25D6B
Complementary color
Monochromatic Colors of #F25D6B
Black with #F25D6B
Text Example
Text Example
White with #F25D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25D6B; }
p { color: rgb(242,93,107); }
H1.HeaderClassName
{
color: #F25D6B;
}
.AnyTagClassName
{
color: #F25D6B;
}
</style>
background-color css
<style>
a { background-color: #F25D6B; }
a { background-color: rgb(242,93,107); }
div.DivClassName
{
background-color: #F25D6B;
}
.BgClassName
{
background-color: #F25D6B;
}
</style>
border-color css
<style>
span { border-color: #F25D6B; }
span { border-color: rgb(242,93,107); }
td.TdClassName
{
border-color: #F25D6B;
}
.TagClassName
{
border-color: #F25D6B;
}
</style>