Shades of Wild Strawberry #F92A8B
Tints of Wild Strawberry #F92A8B
RGB
CMYK
RGB Variations
Color information
#F92A8B (or 0xF92A8B) is known color: Wild Strawberry. HEX triplet: F9, 2A and 8B. RGB value is (249,42,139). Sum of RGB (Red+Green+Blue) = 249+42+139=430 (56% of max value = 765). Red value is 249 (97.66% from 255 or 57.91% from 430); Green value is 42 (16.80% from 255 or 9.77% from 430); Blue value is 139 (54.69% from 255 or 32.33% from 430); Max value from RGB is 249 - color contains mainly: red. Hex color #F92A8B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F92A8B is #06D574. Grayscale: #727272. Windows color (decimal): -447861 or 9120505. OLE color: 9120505.
HSL color Cylindrical-coordinate representation of color #F92A8B: hue angle of 331.88º 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 #F92A8B is Cyan = 0, Magento = 0.83, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 42 | 139 | - |
| CMYK | 0 | 0.83 | 0.44 | 0.02 |
| HSL | 331.88º | 0.95% | 0.57% | - |
| HSV(B) | 331.88º | 0.83% | 0.98% | - |
| XYZ | 44.56 | 23.66 | 26.64 | - |
| YUV | 114.95 | 141.58 | 223.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 42 | 139 | 0 | 0.83 | 0.44 | 0.02 | 331.88 | 0.95 | 0.57 |
| Hex | F9 | 2A | 8B | 0 | 53 | 2C | 2 | 14C | 5F | 39 |
| Octal | 371 | 52 | 213 | 0 | 123 | 54 | 2 | 514 | 137 | 71 |
| Binary | 11111001 | 101010 | 10001011 | 0 | 1010011 | 101100 | 10 | 101001100 | 1011111 | 111001 |
Color Harmonies of #F92A8B
Complementary color
Monochromatic Colors of #F92A8B
Black with #F92A8B
Text Example
Text Example
White with #F92A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92A8B; }
p { color: rgb(249,42,139); }
H1.HeaderClassName
{
color: #F92A8B;
}
.AnyTagClassName
{
color: #F92A8B;
}
</style>
background-color css
<style>
a { background-color: #F92A8B; }
a { background-color: rgb(249,42,139); }
div.DivClassName
{
background-color: #F92A8B;
}
.BgClassName
{
background-color: #F92A8B;
}
</style>
border-color css
<style>
span { border-color: #F92A8B; }
span { border-color: rgb(249,42,139); }
td.TdClassName
{
border-color: #F92A8B;
}
.TagClassName
{
border-color: #F92A8B;
}
</style>