Shades of Wild Strawberry #F9268F
Tints of Wild Strawberry #F9268F
RGB
CMYK
RGB Variations
Color information
#F9268F (or 0xF9268F) is known color: Wild Strawberry. HEX triplet: F9, 26 and 8F. RGB value is (249,38,143). Sum of RGB (Red+Green+Blue) = 249+38+143=430 (56% of max value = 765). Red value is 249 (97.66% from 255 or 57.91% from 430); Green value is 38 (15.23% from 255 or 8.84% from 430); Blue value is 143 (56.25% from 255 or 33.26% from 430); Max value from RGB is 249 - color contains mainly: red. Hex color #F9268F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F9268F is #06D970. Grayscale: #707070. Windows color (decimal): -448881 or 9381625. OLE color: 9381625.
HSL color Cylindrical-coordinate representation of color #F9268F: hue angle of 330.14º 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 #F9268F is Cyan = 0, Magento = 0.85, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 38 | 143 | - |
| CMYK | 0 | 0.85 | 0.43 | 0.02 |
| HSL | 330.14º | 0.95% | 0.56% | - |
| HSV(B) | 330.14º | 0.85% | 0.98% | - |
| XYZ | 44.72 | 23.51 | 28.17 | - |
| YUV | 113.06 | 144.9 | 224.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 38 | 143 | 0 | 0.85 | 0.43 | 0.02 | 330.14 | 0.95 | 0.56 |
| Hex | F9 | 26 | 8F | 0 | 55 | 2B | 2 | 14A | 5F | 38 |
| Octal | 371 | 46 | 217 | 0 | 125 | 53 | 2 | 512 | 137 | 70 |
| Binary | 11111001 | 100110 | 10001111 | 0 | 1010101 | 101011 | 10 | 101001010 | 1011111 | 111000 |
Color Harmonies of #F9268F
Complementary color
Monochromatic Colors of #F9268F
Black with #F9268F
Text Example
Text Example
White with #F9268F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9268F; }
p { color: rgb(249,38,143); }
H1.HeaderClassName
{
color: #F9268F;
}
.AnyTagClassName
{
color: #F9268F;
}
</style>
background-color css
<style>
a { background-color: #F9268F; }
a { background-color: rgb(249,38,143); }
div.DivClassName
{
background-color: #F9268F;
}
.BgClassName
{
background-color: #F9268F;
}
</style>
border-color css
<style>
span { border-color: #F9268F; }
span { border-color: rgb(249,38,143); }
td.TdClassName
{
border-color: #F9268F;
}
.TagClassName
{
border-color: #F9268F;
}
</style>