Shades of Wild Strawberry #F92D88
Tints of Wild Strawberry #F92D88
RGB
CMYK
RGB Variations
Color information
#F92D88 (or 0xF92D88) is known color: Wild Strawberry. HEX triplet: F9, 2D and 88. RGB value is (249,45,136). Sum of RGB (Red+Green+Blue) = 249+45+136=430 (56% of max value = 765). Red value is 249 (97.66% from 255 or 57.91% from 430); Green value is 45 (17.97% from 255 or 10.47% from 430); Blue value is 136 (53.52% from 255 or 31.63% from 430); Max value from RGB is 249 - color contains mainly: red. Hex color #F92D88 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F92D88 is #06D277. Grayscale: #747474. Windows color (decimal): -447096 or 8924665. OLE color: 8924665.
HSL color Cylindrical-coordinate representation of color #F92D88: hue angle of 333.24º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F92D88 is Cyan = 0, Magento = 0.82, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 45 | 136 | - |
| CMYK | 0 | 0.82 | 0.45 | 0.02 |
| HSL | 333.24º | 0.94% | 0.58% | - |
| HSV(B) | 333.24º | 0.82% | 0.98% | - |
| XYZ | 44.45 | 23.79 | 25.54 | - |
| YUV | 116.37 | 139.09 | 222.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 45 | 136 | 0 | 0.82 | 0.45 | 0.02 | 333.24 | 0.94 | 0.58 |
| Hex | F9 | 2D | 88 | 0 | 52 | 2D | 2 | 14D | 5E | 3A |
| Octal | 371 | 55 | 210 | 0 | 122 | 55 | 2 | 515 | 136 | 72 |
| Binary | 11111001 | 101101 | 10001000 | 0 | 1010010 | 101101 | 10 | 101001101 | 1011110 | 111010 |
Color Harmonies of #F92D88
Complementary color
Monochromatic Colors of #F92D88
Black with #F92D88
Text Example
Text Example
White with #F92D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92D88; }
p { color: rgb(249,45,136); }
H1.HeaderClassName
{
color: #F92D88;
}
.AnyTagClassName
{
color: #F92D88;
}
</style>
background-color css
<style>
a { background-color: #F92D88; }
a { background-color: rgb(249,45,136); }
div.DivClassName
{
background-color: #F92D88;
}
.BgClassName
{
background-color: #F92D88;
}
</style>
border-color css
<style>
span { border-color: #F92D88; }
span { border-color: rgb(249,45,136); }
td.TdClassName
{
border-color: #F92D88;
}
.TagClassName
{
border-color: #F92D88;
}
</style>