Shades of Wild Watermelon #F25B7A
Tints of Wild Watermelon #F25B7A
RGB
CMYK
RGB Variations
Color information
#F25B7A (or 0xF25B7A) is known color: Wild Watermelon. HEX triplet: F2, 5B and 7A. RGB value is (242,91,122). Sum of RGB (Red+Green+Blue) = 242+91+122=455 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.19% from 455); Green value is 91 (35.94% from 255 or 20% from 455); Blue value is 122 (48.05% from 255 or 26.81% from 455); Max value from RGB is 242 - color contains mainly: red. Hex color #F25B7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25B7A is #0DA485. Grayscale: #8B8B8B. Windows color (decimal): -894086 or 8018930. OLE color: 8018930.
HSL color Cylindrical-coordinate representation of color #F25B7A: hue angle of 347.68º 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 #F25B7A is Cyan = 0, Magento = 0.62, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 91 | 122 | - |
| CMYK | 0 | 0.62 | 0.50 | 0.05 |
| HSL | 347.68º | 0.85% | 0.65% | - |
| HSV(B) | 347.68º | 0.62% | 0.95% | - |
| XYZ | 43.87 | 27.76 | 21.46 | - |
| YUV | 139.68 | 118.03 | 200.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 91 | 122 | 0 | 0.62 | 0.50 | 0.05 | 347.68 | 0.85 | 0.65 |
| Hex | F2 | 5B | 7A | 0 | 3E | 32 | 5 | 15C | 55 | 41 |
| Octal | 362 | 133 | 172 | 0 | 76 | 62 | 5 | 534 | 125 | 101 |
| Binary | 11110010 | 1011011 | 1111010 | 0 | 111110 | 110010 | 101 | 101011100 | 1010101 | 1000001 |
Color Harmonies of #F25B7A
Complementary color
Monochromatic Colors of #F25B7A
Black with #F25B7A
Text Example
Text Example
White with #F25B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25B7A; }
p { color: rgb(242,91,122); }
H1.HeaderClassName
{
color: #F25B7A;
}
.AnyTagClassName
{
color: #F25B7A;
}
</style>
background-color css
<style>
a { background-color: #F25B7A; }
a { background-color: rgb(242,91,122); }
div.DivClassName
{
background-color: #F25B7A;
}
.BgClassName
{
background-color: #F25B7A;
}
</style>
border-color css
<style>
span { border-color: #F25B7A; }
span { border-color: rgb(242,91,122); }
td.TdClassName
{
border-color: #F25B7A;
}
.TagClassName
{
border-color: #F25B7A;
}
</style>