Shades of Wild Strawberry #F42F96
Tints of Wild Strawberry #F42F96
RGB
CMYK
RGB Variations
Color information
#F42F96 (or 0xF42F96) is known color: Wild Strawberry. HEX triplet: F4, 2F and 96. RGB value is (244,47,150). Sum of RGB (Red+Green+Blue) = 244+47+150=441 (58% of max value = 765). Red value is 244 (95.70% from 255 or 55.33% from 441); Green value is 47 (18.75% from 255 or 10.66% from 441); Blue value is 150 (58.98% from 255 or 34.01% from 441); Max value from RGB is 244 - color contains mainly: red. Hex color #F42F96 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F42F96 is #0BD069. Grayscale: #757575. Windows color (decimal): -774250 or 9842676. OLE color: 9842676.
HSL color Cylindrical-coordinate representation of color #F42F96: hue angle of 328.63º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F42F96 is Cyan = 0, Magento = 0.81, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 47 | 150 | - |
| CMYK | 0 | 0.81 | 0.39 | 0.04 |
| HSL | 328.63º | 0.9% | 0.57% | - |
| HSV(B) | 328.63º | 0.81% | 0.96% | - |
| XYZ | 43.83 | 23.47 | 31.07 | - |
| YUV | 117.65 | 146.27 | 218.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 47 | 150 | 0 | 0.81 | 0.39 | 0.04 | 328.63 | 0.9 | 0.57 |
| Hex | F4 | 2F | 96 | 0 | 51 | 27 | 4 | 149 | 5A | 39 |
| Octal | 364 | 57 | 226 | 0 | 121 | 47 | 4 | 511 | 132 | 71 |
| Binary | 11110100 | 101111 | 10010110 | 0 | 1010001 | 100111 | 100 | 101001001 | 1011010 | 111001 |
Color Harmonies of #F42F96
Complementary color
Monochromatic Colors of #F42F96
Black with #F42F96
Text Example
Text Example
White with #F42F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42F96; }
p { color: rgb(244,47,150); }
H1.HeaderClassName
{
color: #F42F96;
}
.AnyTagClassName
{
color: #F42F96;
}
</style>
background-color css
<style>
a { background-color: #F42F96; }
a { background-color: rgb(244,47,150); }
div.DivClassName
{
background-color: #F42F96;
}
.BgClassName
{
background-color: #F42F96;
}
</style>
border-color css
<style>
span { border-color: #F42F96; }
span { border-color: rgb(244,47,150); }
td.TdClassName
{
border-color: #F42F96;
}
.TagClassName
{
border-color: #F42F96;
}
</style>