Shades of Wild Strawberry #F4429B
Tints of Wild Strawberry #F4429B
RGB
CMYK
RGB Variations
Color information
#F4429B (or 0xF4429B) is known color: Wild Strawberry. HEX triplet: F4, 42 and 9B. RGB value is (244,66,155). Sum of RGB (Red+Green+Blue) = 244+66+155=465 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.47% from 465); Green value is 66 (26.17% from 255 or 14.19% from 465); Blue value is 155 (60.94% from 255 or 33.33% from 465); Max value from RGB is 244 - color contains mainly: red. Hex color #F4429B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F4429B is #0BBD64. Grayscale: #818181. Windows color (decimal): -769381 or 10175220. OLE color: 10175220.
HSL color Cylindrical-coordinate representation of color #F4429B: hue angle of 330º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F4429B is Cyan = 0, Magento = 0.73, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 66 | 155 | - |
| CMYK | 0 | 0.73 | 0.36 | 0.04 |
| HSL | 330º | 0.89% | 0.61% | - |
| HSV(B) | 330º | 0.73% | 0.96% | - |
| XYZ | 45.17 | 25.5 | 33.55 | - |
| YUV | 129.37 | 142.47 | 209.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 66 | 155 | 0 | 0.73 | 0.36 | 0.04 | 330 | 0.89 | 0.61 |
| Hex | F4 | 42 | 9B | 0 | 49 | 24 | 4 | 14A | 59 | 3D |
| Octal | 364 | 102 | 233 | 0 | 111 | 44 | 4 | 512 | 131 | 75 |
| Binary | 11110100 | 1000010 | 10011011 | 0 | 1001001 | 100100 | 100 | 101001010 | 1011001 | 111101 |
Color Harmonies of #F4429B
Complementary color
Monochromatic Colors of #F4429B
Black with #F4429B
Text Example
Text Example
White with #F4429B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4429B; }
p { color: rgb(244,66,155); }
H1.HeaderClassName
{
color: #F4429B;
}
.AnyTagClassName
{
color: #F4429B;
}
</style>
background-color css
<style>
a { background-color: #F4429B; }
a { background-color: rgb(244,66,155); }
div.DivClassName
{
background-color: #F4429B;
}
.BgClassName
{
background-color: #F4429B;
}
</style>
border-color css
<style>
span { border-color: #F4429B; }
span { border-color: rgb(244,66,155); }
td.TdClassName
{
border-color: #F4429B;
}
.TagClassName
{
border-color: #F4429B;
}
</style>