Shades of Wild Strawberry #F42692
Tints of Wild Strawberry #F42692
RGB
CMYK
RGB Variations
Color information
#F42692 (or 0xF42692) is known color: Wild Strawberry. HEX triplet: F4, 26 and 92. RGB value is (244,38,146). Sum of RGB (Red+Green+Blue) = 244+38+146=428 (56% of max value = 765). Red value is 244 (95.70% from 255 or 57.01% from 428); Green value is 38 (15.23% from 255 or 8.88% from 428); Blue value is 146 (57.42% from 255 or 34.11% from 428); Max value from RGB is 244 - color contains mainly: red. Hex color #F42692 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F42692 is #0BD96D. Grayscale: #6F6F6F. Windows color (decimal): -776558 or 9578228. OLE color: 9578228.
HSL color Cylindrical-coordinate representation of color #F42692: hue angle of 328.54º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F42692 is Cyan = 0, Magento = 0.84, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 38 | 146 | - |
| CMYK | 0 | 0.84 | 0.40 | 0.04 |
| HSL | 328.54º | 0.9% | 0.55% | - |
| HSV(B) | 328.54º | 0.84% | 0.96% | - |
| XYZ | 43.19 | 22.69 | 29.3 | - |
| YUV | 111.91 | 147.25 | 222.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 38 | 146 | 0 | 0.84 | 0.40 | 0.04 | 328.54 | 0.9 | 0.55 |
| Hex | F4 | 26 | 92 | 0 | 54 | 28 | 4 | 149 | 5A | 37 |
| Octal | 364 | 46 | 222 | 0 | 124 | 50 | 4 | 511 | 132 | 67 |
| Binary | 11110100 | 100110 | 10010010 | 0 | 1010100 | 101000 | 100 | 101001001 | 1011010 | 110111 |
Color Harmonies of #F42692
Complementary color
Monochromatic Colors of #F42692
Black with #F42692
Text Example
Text Example
White with #F42692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42692; }
p { color: rgb(244,38,146); }
H1.HeaderClassName
{
color: #F42692;
}
.AnyTagClassName
{
color: #F42692;
}
</style>
background-color css
<style>
a { background-color: #F42692; }
a { background-color: rgb(244,38,146); }
div.DivClassName
{
background-color: #F42692;
}
.BgClassName
{
background-color: #F42692;
}
</style>
border-color css
<style>
span { border-color: #F42692; }
span { border-color: rgb(244,38,146); }
td.TdClassName
{
border-color: #F42692;
}
.TagClassName
{
border-color: #F42692;
}
</style>