Shades of Wild Strawberry #F92C8B
Tints of Wild Strawberry #F92C8B
RGB
CMYK
RGB Variations
Color information
#F92C8B (or 0xF92C8B) is known color: Wild Strawberry. HEX triplet: F9, 2C and 8B. RGB value is (249,44,139). Sum of RGB (Red+Green+Blue) = 249+44+139=432 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.64% from 432); Green value is 44 (17.58% from 255 or 10.19% from 432); Blue value is 139 (54.69% from 255 or 32.18% from 432); Max value from RGB is 249 - color contains mainly: red. Hex color #F92C8B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F92C8B is #06D374. Grayscale: #737373. Windows color (decimal): -447349 or 9121017. OLE color: 9121017.
HSL color Cylindrical-coordinate representation of color #F92C8B: hue angle of 332.2º 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 #F92C8B is Cyan = 0, Magento = 0.82, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 44 | 139 | - |
| CMYK | 0 | 0.82 | 0.44 | 0.02 |
| HSL | 332.2º | 0.94% | 0.57% | - |
| HSV(B) | 332.2º | 0.82% | 0.98% | - |
| XYZ | 44.63 | 23.81 | 26.67 | - |
| YUV | 116.13 | 140.92 | 222.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 44 | 139 | 0 | 0.82 | 0.44 | 0.02 | 332.2 | 0.94 | 0.57 |
| Hex | F9 | 2C | 8B | 0 | 52 | 2C | 2 | 14C | 5E | 39 |
| Octal | 371 | 54 | 213 | 0 | 122 | 54 | 2 | 514 | 136 | 71 |
| Binary | 11111001 | 101100 | 10001011 | 0 | 1010010 | 101100 | 10 | 101001100 | 1011110 | 111001 |
Color Harmonies of #F92C8B
Complementary color
Monochromatic Colors of #F92C8B
Black with #F92C8B
Text Example
Text Example
White with #F92C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92C8B; }
p { color: rgb(249,44,139); }
H1.HeaderClassName
{
color: #F92C8B;
}
.AnyTagClassName
{
color: #F92C8B;
}
</style>
background-color css
<style>
a { background-color: #F92C8B; }
a { background-color: rgb(249,44,139); }
div.DivClassName
{
background-color: #F92C8B;
}
.BgClassName
{
background-color: #F92C8B;
}
</style>
border-color css
<style>
span { border-color: #F92C8B; }
span { border-color: rgb(249,44,139); }
td.TdClassName
{
border-color: #F92C8B;
}
.TagClassName
{
border-color: #F92C8B;
}
</style>