Shades of Wild Strawberry #F92C83
Tints of Wild Strawberry #F92C83
RGB
CMYK
RGB Variations
Color information
#F92C83 (or 0xF92C83) is known color: Wild Strawberry. HEX triplet: F9, 2C and 83. RGB value is (249,44,131). Sum of RGB (Red+Green+Blue) = 249+44+131=424 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.73% from 424); Green value is 44 (17.58% from 255 or 10.38% from 424); Blue value is 131 (51.56% from 255 or 30.90% from 424); Max value from RGB is 249 - color contains mainly: red. Hex color #F92C83 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F92C83 is #06D37C. Grayscale: #737373. Windows color (decimal): -447357 or 8596729. OLE color: 8596729.
HSL color Cylindrical-coordinate representation of color #F92C83: hue angle of 334.54º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F92C83 is Cyan = 0, Magento = 0.82, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 44 | 131 | - |
| CMYK | 0 | 0.82 | 0.47 | 0.02 |
| HSL | 334.54º | 0.94% | 0.57% | - |
| HSV(B) | 334.54º | 0.82% | 0.98% | - |
| XYZ | 44.06 | 23.58 | 23.7 | - |
| YUV | 115.21 | 136.92 | 223.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 44 | 131 | 0 | 0.82 | 0.47 | 0.02 | 334.54 | 0.94 | 0.57 |
| Hex | F9 | 2C | 83 | 0 | 52 | 2F | 2 | 14F | 5E | 39 |
| Octal | 371 | 54 | 203 | 0 | 122 | 57 | 2 | 517 | 136 | 71 |
| Binary | 11111001 | 101100 | 10000011 | 0 | 1010010 | 101111 | 10 | 101001111 | 1011110 | 111001 |
Color Harmonies of #F92C83
Complementary color
Monochromatic Colors of #F92C83
Black with #F92C83
Text Example
Text Example
White with #F92C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92C83; }
p { color: rgb(249,44,131); }
H1.HeaderClassName
{
color: #F92C83;
}
.AnyTagClassName
{
color: #F92C83;
}
</style>
background-color css
<style>
a { background-color: #F92C83; }
a { background-color: rgb(249,44,131); }
div.DivClassName
{
background-color: #F92C83;
}
.BgClassName
{
background-color: #F92C83;
}
</style>
border-color css
<style>
span { border-color: #F92C83; }
span { border-color: rgb(249,44,131); }
td.TdClassName
{
border-color: #F92C83;
}
.TagClassName
{
border-color: #F92C83;
}
</style>