Shades of Wild Strawberry #F9409A
Tints of Wild Strawberry #F9409A
RGB
CMYK
RGB Variations
Color information
#F9409A (or 0xF9409A) is known color: Wild Strawberry. HEX triplet: F9, 40 and 9A. RGB value is (249,64,154). Sum of RGB (Red+Green+Blue) = 249+64+154=467 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.32% from 467); Green value is 64 (25.39% from 255 or 13.70% from 467); Blue value is 154 (60.55% from 255 or 32.98% from 467); Max value from RGB is 249 - color contains mainly: red. Hex color #F9409A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F9409A is #06BF65. Grayscale: #818181. Windows color (decimal): -442214 or 10109177. OLE color: 10109177.
HSL color Cylindrical-coordinate representation of color #F9409A: hue angle of 330.81º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F9409A is Cyan = 0, Magento = 0.74, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 64 | 154 | - |
| CMYK | 0 | 0.74 | 0.38 | 0.02 |
| HSL | 330.81º | 0.94% | 0.61% | - |
| HSV(B) | 330.81º | 0.74% | 0.98% | - |
| XYZ | 46.73 | 26.14 | 33.15 | - |
| YUV | 129.58 | 141.79 | 213.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 64 | 154 | 0 | 0.74 | 0.38 | 0.02 | 330.81 | 0.94 | 0.61 |
| Hex | F9 | 40 | 9A | 0 | 4A | 26 | 2 | 14B | 5E | 3D |
| Octal | 371 | 100 | 232 | 0 | 112 | 46 | 2 | 513 | 136 | 75 |
| Binary | 11111001 | 1000000 | 10011010 | 0 | 1001010 | 100110 | 10 | 101001011 | 1011110 | 111101 |
Color Harmonies of #F9409A
Complementary color
Monochromatic Colors of #F9409A
Black with #F9409A
Text Example
Text Example
White with #F9409A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9409A; }
p { color: rgb(249,64,154); }
H1.HeaderClassName
{
color: #F9409A;
}
.AnyTagClassName
{
color: #F9409A;
}
</style>
background-color css
<style>
a { background-color: #F9409A; }
a { background-color: rgb(249,64,154); }
div.DivClassName
{
background-color: #F9409A;
}
.BgClassName
{
background-color: #F9409A;
}
</style>
border-color css
<style>
span { border-color: #F9409A; }
span { border-color: rgb(249,64,154); }
td.TdClassName
{
border-color: #F9409A;
}
.TagClassName
{
border-color: #F9409A;
}
</style>