Shades of Wild Strawberry #F92A93
Tints of Wild Strawberry #F92A93
RGB
CMYK
RGB Variations
Color information
#F92A93 (or 0xF92A93) is known color: Wild Strawberry. HEX triplet: F9, 2A and 93. RGB value is (249,42,147). Sum of RGB (Red+Green+Blue) = 249+42+147=438 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.85% from 438); Green value is 42 (16.80% from 255 or 9.59% from 438); Blue value is 147 (57.81% from 255 or 33.56% from 438); Max value from RGB is 249 - color contains mainly: red. Hex color #F92A93 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F92A93 is #06D56C. Grayscale: #737373. Windows color (decimal): -447853 or 9644793. OLE color: 9644793.
HSL color Cylindrical-coordinate representation of color #F92A93: hue angle of 329.57º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F92A93 is Cyan = 0, Magento = 0.83, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 42 | 147 | - |
| CMYK | 0 | 0.83 | 0.41 | 0.02 |
| HSL | 329.57º | 0.95% | 0.57% | - |
| HSV(B) | 329.57º | 0.83% | 0.98% | - |
| XYZ | 45.16 | 23.9 | 29.84 | - |
| YUV | 115.86 | 145.58 | 222.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 42 | 147 | 0 | 0.83 | 0.41 | 0.02 | 329.57 | 0.95 | 0.57 |
| Hex | F9 | 2A | 93 | 0 | 53 | 29 | 2 | 14A | 5F | 39 |
| Octal | 371 | 52 | 223 | 0 | 123 | 51 | 2 | 512 | 137 | 71 |
| Binary | 11111001 | 101010 | 10010011 | 0 | 1010011 | 101001 | 10 | 101001010 | 1011111 | 111001 |
Color Harmonies of #F92A93
Complementary color
Monochromatic Colors of #F92A93
Black with #F92A93
Text Example
Text Example
White with #F92A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92A93; }
p { color: rgb(249,42,147); }
H1.HeaderClassName
{
color: #F92A93;
}
.AnyTagClassName
{
color: #F92A93;
}
</style>
background-color css
<style>
a { background-color: #F92A93; }
a { background-color: rgb(249,42,147); }
div.DivClassName
{
background-color: #F92A93;
}
.BgClassName
{
background-color: #F92A93;
}
</style>
border-color css
<style>
span { border-color: #F92A93; }
span { border-color: rgb(249,42,147); }
td.TdClassName
{
border-color: #F92A93;
}
.TagClassName
{
border-color: #F92A93;
}
</style>