Shades of Wild Strawberry #F9278F
Tints of Wild Strawberry #F9278F
RGB
CMYK
RGB Variations
Color information
#F9278F (or 0xF9278F) is known color: Wild Strawberry. HEX triplet: F9, 27 and 8F. RGB value is (249,39,143). Sum of RGB (Red+Green+Blue) = 249+39+143=431 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.77% from 431); Green value is 39 (15.62% from 255 or 9.05% from 431); Blue value is 143 (56.25% from 255 or 33.18% from 431); Max value from RGB is 249 - color contains mainly: red. Hex color #F9278F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F9278F is #06D870. Grayscale: #717171. Windows color (decimal): -448625 or 9381881. OLE color: 9381881.
HSL color Cylindrical-coordinate representation of color #F9278F: hue angle of 330.29º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F9278F is Cyan = 0, Magento = 0.84, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 39 | 143 | - |
| CMYK | 0 | 0.84 | 0.43 | 0.02 |
| HSL | 330.29º | 0.95% | 0.56% | - |
| HSV(B) | 330.29º | 0.84% | 0.98% | - |
| XYZ | 44.75 | 23.57 | 28.18 | - |
| YUV | 113.65 | 144.57 | 224.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 39 | 143 | 0 | 0.84 | 0.43 | 0.02 | 330.29 | 0.95 | 0.56 |
| Hex | F9 | 27 | 8F | 0 | 54 | 2B | 2 | 14A | 5F | 38 |
| Octal | 371 | 47 | 217 | 0 | 124 | 53 | 2 | 512 | 137 | 70 |
| Binary | 11111001 | 100111 | 10001111 | 0 | 1010100 | 101011 | 10 | 101001010 | 1011111 | 111000 |
Color Harmonies of #F9278F
Complementary color
Monochromatic Colors of #F9278F
Black with #F9278F
Text Example
Text Example
White with #F9278F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9278F; }
p { color: rgb(249,39,143); }
H1.HeaderClassName
{
color: #F9278F;
}
.AnyTagClassName
{
color: #F9278F;
}
</style>
background-color css
<style>
a { background-color: #F9278F; }
a { background-color: rgb(249,39,143); }
div.DivClassName
{
background-color: #F9278F;
}
.BgClassName
{
background-color: #F9278F;
}
</style>
border-color css
<style>
span { border-color: #F9278F; }
span { border-color: rgb(249,39,143); }
td.TdClassName
{
border-color: #F9278F;
}
.TagClassName
{
border-color: #F9278F;
}
</style>