Shades of Wild Strawberry #F9258F
Tints of Wild Strawberry #F9258F
RGB
CMYK
RGB Variations
Color information
#F9258F (or 0xF9258F) is known color: Wild Strawberry. HEX triplet: F9, 25 and 8F. RGB value is (249,37,143). Sum of RGB (Red+Green+Blue) = 249+37+143=429 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.04% from 429); Green value is 37 (14.84% from 255 or 8.62% from 429); Blue value is 143 (56.25% from 255 or 33.33% from 429); Max value from RGB is 249 - color contains mainly: red. Hex color #F9258F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F9258F is #06DA70. Grayscale: #707070. Windows color (decimal): -449137 or 9381369. OLE color: 9381369.
HSL color Cylindrical-coordinate representation of color #F9258F: hue angle of 330º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F9258F is Cyan = 0, Magento = 0.85, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 37 | 143 | - |
| CMYK | 0 | 0.85 | 0.43 | 0.02 |
| HSL | 330º | 0.95% | 0.56% | - |
| HSV(B) | 330º | 0.85% | 0.98% | - |
| XYZ | 44.69 | 23.45 | 28.16 | - |
| YUV | 112.47 | 145.24 | 225.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 37 | 143 | 0 | 0.85 | 0.43 | 0.02 | 330 | 0.95 | 0.56 |
| Hex | F9 | 25 | 8F | 0 | 55 | 2B | 2 | 14A | 5F | 38 |
| Octal | 371 | 45 | 217 | 0 | 125 | 53 | 2 | 512 | 137 | 70 |
| Binary | 11111001 | 100101 | 10001111 | 0 | 1010101 | 101011 | 10 | 101001010 | 1011111 | 111000 |
Color Harmonies of #F9258F
Complementary color
Monochromatic Colors of #F9258F
Black with #F9258F
Text Example
Text Example
White with #F9258F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9258F; }
p { color: rgb(249,37,143); }
H1.HeaderClassName
{
color: #F9258F;
}
.AnyTagClassName
{
color: #F9258F;
}
</style>
background-color css
<style>
a { background-color: #F9258F; }
a { background-color: rgb(249,37,143); }
div.DivClassName
{
background-color: #F9258F;
}
.BgClassName
{
background-color: #F9258F;
}
</style>
border-color css
<style>
span { border-color: #F9258F; }
span { border-color: rgb(249,37,143); }
td.TdClassName
{
border-color: #F9258F;
}
.TagClassName
{
border-color: #F9258F;
}
</style>