Shades of Wild Strawberry #F42981
Tints of Wild Strawberry #F42981
RGB
CMYK
RGB Variations
Color information
#F42981 (or 0xF42981) is known color: Wild Strawberry. HEX triplet: F4, 29 and 81. RGB value is (244,41,129). Sum of RGB (Red+Green+Blue) = 244+41+129=414 (54% of max value = 765). Red value is 244 (95.70% from 255 or 58.94% from 414); Green value is 41 (16.41% from 255 or 9.90% from 414); Blue value is 129 (50.78% from 255 or 31.16% from 414); Max value from RGB is 244 - color contains mainly: red. Hex color #F42981 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F42981 is #0BD67E. Grayscale: #6F6F6F. Windows color (decimal): -775807 or 8464884. OLE color: 8464884.
HSL color Cylindrical-coordinate representation of color #F42981: hue angle of 333.99º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F42981 is Cyan = 0, Magento = 0.83, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 41 | 129 | - |
| CMYK | 0 | 0.83 | 0.47 | 0.04 |
| HSL | 333.99º | 0.9% | 0.56% | - |
| HSV(B) | 333.99º | 0.83% | 0.96% | - |
| XYZ | 42.06 | 22.4 | 22.88 | - |
| YUV | 111.73 | 137.75 | 222.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 41 | 129 | 0 | 0.83 | 0.47 | 0.04 | 333.99 | 0.9 | 0.56 |
| Hex | F4 | 29 | 81 | 0 | 53 | 2F | 4 | 14E | 5A | 38 |
| Octal | 364 | 51 | 201 | 0 | 123 | 57 | 4 | 516 | 132 | 70 |
| Binary | 11110100 | 101001 | 10000001 | 0 | 1010011 | 101111 | 100 | 101001110 | 1011010 | 111000 |
Color Harmonies of #F42981
Complementary color
Monochromatic Colors of #F42981
Black with #F42981
Text Example
Text Example
White with #F42981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42981; }
p { color: rgb(244,41,129); }
H1.HeaderClassName
{
color: #F42981;
}
.AnyTagClassName
{
color: #F42981;
}
</style>
background-color css
<style>
a { background-color: #F42981; }
a { background-color: rgb(244,41,129); }
div.DivClassName
{
background-color: #F42981;
}
.BgClassName
{
background-color: #F42981;
}
</style>
border-color css
<style>
span { border-color: #F42981; }
span { border-color: rgb(244,41,129); }
td.TdClassName
{
border-color: #F42981;
}
.TagClassName
{
border-color: #F42981;
}
</style>