Shades of Wild Strawberry #F92883
Tints of Wild Strawberry #F92883
RGB
CMYK
RGB Variations
Color information
#F92883 (or 0xF92883) is known color: Wild Strawberry. HEX triplet: F9, 28 and 83. RGB value is (249,40,131). Sum of RGB (Red+Green+Blue) = 249+40+131=420 (55% of max value = 765). Red value is 249 (97.66% from 255 or 59.29% from 420); Green value is 40 (16.02% from 255 or 9.52% from 420); Blue value is 131 (51.56% from 255 or 31.19% from 420); Max value from RGB is 249 - color contains mainly: red. Hex color #F92883 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F92883 is #06D77C. Grayscale: #707070. Windows color (decimal): -448381 or 8595705. OLE color: 8595705.
HSL color Cylindrical-coordinate representation of color #F92883: hue angle of 333.88º 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 #F92883 is Cyan = 0, Magento = 0.84, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 40 | 131 | - |
| CMYK | 0 | 0.84 | 0.47 | 0.02 |
| HSL | 333.88º | 0.95% | 0.57% | - |
| HSV(B) | 333.88º | 0.84% | 0.98% | - |
| XYZ | 43.92 | 23.3 | 23.65 | - |
| YUV | 112.87 | 138.24 | 225.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 40 | 131 | 0 | 0.84 | 0.47 | 0.02 | 333.88 | 0.95 | 0.57 |
| Hex | F9 | 28 | 83 | 0 | 54 | 2F | 2 | 14E | 5F | 39 |
| Octal | 371 | 50 | 203 | 0 | 124 | 57 | 2 | 516 | 137 | 71 |
| Binary | 11111001 | 101000 | 10000011 | 0 | 1010100 | 101111 | 10 | 101001110 | 1011111 | 111001 |
Color Harmonies of #F92883
Complementary color
Monochromatic Colors of #F92883
Black with #F92883
Text Example
Text Example
White with #F92883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92883; }
p { color: rgb(249,40,131); }
H1.HeaderClassName
{
color: #F92883;
}
.AnyTagClassName
{
color: #F92883;
}
</style>
background-color css
<style>
a { background-color: #F92883; }
a { background-color: rgb(249,40,131); }
div.DivClassName
{
background-color: #F92883;
}
.BgClassName
{
background-color: #F92883;
}
</style>
border-color css
<style>
span { border-color: #F92883; }
span { border-color: rgb(249,40,131); }
td.TdClassName
{
border-color: #F92883;
}
.TagClassName
{
border-color: #F92883;
}
</style>