Shades of Wild Strawberry #F9429B
Tints of Wild Strawberry #F9429B
RGB
CMYK
RGB Variations
Color information
#F9429B (or 0xF9429B) is known color: Wild Strawberry. HEX triplet: F9, 42 and 9B. RGB value is (249,66,155). Sum of RGB (Red+Green+Blue) = 249+66+155=470 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.98% from 470); Green value is 66 (26.17% from 255 or 14.04% from 470); Blue value is 155 (60.94% from 255 or 32.98% from 470); Max value from RGB is 249 - color contains mainly: red. Hex color #F9429B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F9429B is #06BD64. Grayscale: #828282. Windows color (decimal): -441701 or 10175225. OLE color: 10175225.
HSL color Cylindrical-coordinate representation of color #F9429B: hue angle of 330.82º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F9429B is Cyan = 0, Magento = 0.73, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 66 | 155 | - |
| CMYK | 0 | 0.73 | 0.38 | 0.02 |
| HSL | 330.82º | 0.94% | 0.62% | - |
| HSV(B) | 330.82º | 0.73% | 0.98% | - |
| XYZ | 46.93 | 26.4 | 33.63 | - |
| YUV | 130.86 | 141.63 | 212.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 66 | 155 | 0 | 0.73 | 0.38 | 0.02 | 330.82 | 0.94 | 0.62 |
| Hex | F9 | 42 | 9B | 0 | 49 | 26 | 2 | 14B | 5E | 3E |
| Octal | 371 | 102 | 233 | 0 | 111 | 46 | 2 | 513 | 136 | 76 |
| Binary | 11111001 | 1000010 | 10011011 | 0 | 1001001 | 100110 | 10 | 101001011 | 1011110 | 111110 |
Color Harmonies of #F9429B
Complementary color
Monochromatic Colors of #F9429B
Black with #F9429B
Text Example
Text Example
White with #F9429B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9429B; }
p { color: rgb(249,66,155); }
H1.HeaderClassName
{
color: #F9429B;
}
.AnyTagClassName
{
color: #F9429B;
}
</style>
background-color css
<style>
a { background-color: #F9429B; }
a { background-color: rgb(249,66,155); }
div.DivClassName
{
background-color: #F9429B;
}
.BgClassName
{
background-color: #F9429B;
}
</style>
border-color css
<style>
span { border-color: #F9429B; }
span { border-color: rgb(249,66,155); }
td.TdClassName
{
border-color: #F9429B;
}
.TagClassName
{
border-color: #F9429B;
}
</style>