Shades of Wild Strawberry #F92881
Tints of Wild Strawberry #F92881
RGB
CMYK
RGB Variations
Color information
#F92881 (or 0xF92881) is known color: Wild Strawberry. HEX triplet: F9, 28 and 81. RGB value is (249,40,129). Sum of RGB (Red+Green+Blue) = 249+40+129=418 (55% of max value = 765). Red value is 249 (97.66% from 255 or 59.57% from 418); Green value is 40 (16.02% from 255 or 9.57% from 418); Blue value is 129 (50.78% from 255 or 30.86% from 418); Max value from RGB is 249 - color contains mainly: red. Hex color #F92881 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F92881 is #06D77E. Grayscale: #707070. Windows color (decimal): -448383 or 8464633. OLE color: 8464633.
HSL color Cylindrical-coordinate representation of color #F92881: hue angle of 334.45º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F92881 is Cyan = 0, Magento = 0.84, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 40 | 129 | - |
| CMYK | 0 | 0.84 | 0.48 | 0.02 |
| HSL | 334.45º | 0.95% | 0.57% | - |
| HSV(B) | 334.45º | 0.84% | 0.98% | - |
| XYZ | 43.79 | 23.24 | 22.95 | - |
| YUV | 112.64 | 137.24 | 225.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 40 | 129 | 0 | 0.84 | 0.48 | 0.02 | 334.45 | 0.95 | 0.57 |
| Hex | F9 | 28 | 81 | 0 | 54 | 30 | 2 | 14E | 5F | 39 |
| Octal | 371 | 50 | 201 | 0 | 124 | 60 | 2 | 516 | 137 | 71 |
| Binary | 11111001 | 101000 | 10000001 | 0 | 1010100 | 110000 | 10 | 101001110 | 1011111 | 111001 |
Color Harmonies of #F92881
Complementary color
Monochromatic Colors of #F92881
Black with #F92881
Text Example
Text Example
White with #F92881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92881; }
p { color: rgb(249,40,129); }
H1.HeaderClassName
{
color: #F92881;
}
.AnyTagClassName
{
color: #F92881;
}
</style>
background-color css
<style>
a { background-color: #F92881; }
a { background-color: rgb(249,40,129); }
div.DivClassName
{
background-color: #F92881;
}
.BgClassName
{
background-color: #F92881;
}
</style>
border-color css
<style>
span { border-color: #F92881; }
span { border-color: rgb(249,40,129); }
td.TdClassName
{
border-color: #F92881;
}
.TagClassName
{
border-color: #F92881;
}
</style>