Shades of Wild Strawberry #F9298A
Tints of Wild Strawberry #F9298A
RGB
CMYK
RGB Variations
Color information
#F9298A (or 0xF9298A) is known color: Wild Strawberry. HEX triplet: F9, 29 and 8A. RGB value is (249,41,138). Sum of RGB (Red+Green+Blue) = 249+41+138=428 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.18% from 428); Green value is 41 (16.41% from 255 or 9.58% from 428); Blue value is 138 (54.30% from 255 or 32.24% from 428); Max value from RGB is 249 - color contains mainly: red. Hex color #F9298A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F9298A is #06D675. Grayscale: #727272. Windows color (decimal): -448118 or 9054713. OLE color: 9054713.
HSL color Cylindrical-coordinate representation of color #F9298A: hue angle of 332.02º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F9298A is Cyan = 0, Magento = 0.84, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 41 | 138 | - |
| CMYK | 0 | 0.84 | 0.45 | 0.02 |
| HSL | 332.02º | 0.95% | 0.57% | - |
| HSV(B) | 332.02º | 0.84% | 0.98% | - |
| XYZ | 44.45 | 23.56 | 26.25 | - |
| YUV | 114.25 | 141.41 | 224.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 41 | 138 | 0 | 0.84 | 0.45 | 0.02 | 332.02 | 0.95 | 0.57 |
| Hex | F9 | 29 | 8A | 0 | 54 | 2D | 2 | 14C | 5F | 39 |
| Octal | 371 | 51 | 212 | 0 | 124 | 55 | 2 | 514 | 137 | 71 |
| Binary | 11111001 | 101001 | 10001010 | 0 | 1010100 | 101101 | 10 | 101001100 | 1011111 | 111001 |
Color Harmonies of #F9298A
Complementary color
Monochromatic Colors of #F9298A
Black with #F9298A
Text Example
Text Example
White with #F9298A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9298A; }
p { color: rgb(249,41,138); }
H1.HeaderClassName
{
color: #F9298A;
}
.AnyTagClassName
{
color: #F9298A;
}
</style>
background-color css
<style>
a { background-color: #F9298A; }
a { background-color: rgb(249,41,138); }
div.DivClassName
{
background-color: #F9298A;
}
.BgClassName
{
background-color: #F9298A;
}
</style>
border-color css
<style>
span { border-color: #F9298A; }
span { border-color: rgb(249,41,138); }
td.TdClassName
{
border-color: #F9298A;
}
.TagClassName
{
border-color: #F9298A;
}
</style>