Shades of Wild Watermelon #F25B67
Tints of Wild Watermelon #F25B67
RGB
CMYK
RGB Variations
Color information
#F25B67 (or 0xF25B67) is known color: Wild Watermelon. HEX triplet: F2, 5B and 67. RGB value is (242,91,103). Sum of RGB (Red+Green+Blue) = 242+91+103=436 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.50% from 436); Green value is 91 (35.94% from 255 or 20.87% from 436); Blue value is 103 (40.62% from 255 or 23.62% from 436); Max value from RGB is 242 - color contains mainly: red. Hex color #F25B67 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25B67 is #0DA498. Grayscale: #898989. Windows color (decimal): -894105 or 6773746. OLE color: 6773746.
HSL color Cylindrical-coordinate representation of color #F25B67: hue angle of 355.23º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F25B67 is Cyan = 0, Magento = 0.62, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 91 | 103 | - |
| CMYK | 0 | 0.62 | 0.57 | 0.05 |
| HSL | 355.23º | 0.85% | 0.65% | - |
| HSV(B) | 355.23º | 0.62% | 0.95% | - |
| XYZ | 42.81 | 27.34 | 15.85 | - |
| YUV | 137.52 | 108.53 | 202.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 91 | 103 | 0 | 0.62 | 0.57 | 0.05 | 355.23 | 0.85 | 0.65 |
| Hex | F2 | 5B | 67 | 0 | 3E | 39 | 5 | 163 | 55 | 41 |
| Octal | 362 | 133 | 147 | 0 | 76 | 71 | 5 | 543 | 125 | 101 |
| Binary | 11110010 | 1011011 | 1100111 | 0 | 111110 | 111001 | 101 | 101100011 | 1010101 | 1000001 |
Color Harmonies of #F25B67
Complementary color
Monochromatic Colors of #F25B67
Black with #F25B67
Text Example
Text Example
White with #F25B67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25B67; }
p { color: rgb(242,91,103); }
H1.HeaderClassName
{
color: #F25B67;
}
.AnyTagClassName
{
color: #F25B67;
}
</style>
background-color css
<style>
a { background-color: #F25B67; }
a { background-color: rgb(242,91,103); }
div.DivClassName
{
background-color: #F25B67;
}
.BgClassName
{
background-color: #F25B67;
}
</style>
border-color css
<style>
span { border-color: #F25B67; }
span { border-color: rgb(242,91,103); }
td.TdClassName
{
border-color: #F25B67;
}
.TagClassName
{
border-color: #F25B67;
}
</style>