Shades of Wild Strawberry #F92D9A
Tints of Wild Strawberry #F92D9A
RGB
CMYK
RGB Variations
Color information
#F92D9A (or 0xF92D9A) is known color: Wild Strawberry. HEX triplet: F9, 2D and 9A. RGB value is (249,45,154). Sum of RGB (Red+Green+Blue) = 249+45+154=448 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.58% from 448); Green value is 45 (17.97% from 255 or 10.04% from 448); Blue value is 154 (60.55% from 255 or 34.38% from 448); Max value from RGB is 249 - color contains mainly: red. Hex color #F92D9A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F92D9A is #06D265. Grayscale: #767676. Windows color (decimal): -447078 or 10104313. OLE color: 10104313.
HSL color Cylindrical-coordinate representation of color #F92D9A: hue angle of 327.94º 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 #F92D9A is Cyan = 0, Magento = 0.82, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 45 | 154 | - |
| CMYK | 0 | 0.82 | 0.38 | 0.02 |
| HSL | 327.94º | 0.94% | 0.58% | - |
| HSV(B) | 327.94º | 0.82% | 0.98% | - |
| XYZ | 45.84 | 24.35 | 32.86 | - |
| YUV | 118.42 | 148.09 | 221.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 45 | 154 | 0 | 0.82 | 0.38 | 0.02 | 327.94 | 0.94 | 0.58 |
| Hex | F9 | 2D | 9A | 0 | 52 | 26 | 2 | 148 | 5E | 3A |
| Octal | 371 | 55 | 232 | 0 | 122 | 46 | 2 | 510 | 136 | 72 |
| Binary | 11111001 | 101101 | 10011010 | 0 | 1010010 | 100110 | 10 | 101001000 | 1011110 | 111010 |
Color Harmonies of #F92D9A
Complementary color
Monochromatic Colors of #F92D9A
Black with #F92D9A
Text Example
Text Example
White with #F92D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92D9A; }
p { color: rgb(249,45,154); }
H1.HeaderClassName
{
color: #F92D9A;
}
.AnyTagClassName
{
color: #F92D9A;
}
</style>
background-color css
<style>
a { background-color: #F92D9A; }
a { background-color: rgb(249,45,154); }
div.DivClassName
{
background-color: #F92D9A;
}
.BgClassName
{
background-color: #F92D9A;
}
</style>
border-color css
<style>
span { border-color: #F92D9A; }
span { border-color: rgb(249,45,154); }
td.TdClassName
{
border-color: #F92D9A;
}
.TagClassName
{
border-color: #F92D9A;
}
</style>