Shades of Wild Strawberry #F438A2
Tints of Wild Strawberry #F438A2
RGB
CMYK
RGB Variations
Color information
#F438A2 (or 0xF438A2) is known color: Wild Strawberry. HEX triplet: F4, 38 and A2. RGB value is (244,56,162). Sum of RGB (Red+Green+Blue) = 244+56+162=462 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.81% from 462); Green value is 56 (22.27% from 255 or 12.12% from 462); Blue value is 162 (63.67% from 255 or 35.06% from 462); Max value from RGB is 244 - color contains mainly: red. Hex color #F438A2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F438A2 is #0BC75D. Grayscale: #7C7C7C. Windows color (decimal): -771934 or 10631412. OLE color: 10631412.
HSL color Cylindrical-coordinate representation of color #F438A2: hue angle of 326.17º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F438A2 is Cyan = 0, Magento = 0.77, Yellow = 0.34 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 56 | 162 | - |
| CMYK | 0 | 0.77 | 0.34 | 0.04 |
| HSL | 326.17º | 0.9% | 0.59% | - |
| HSV(B) | 326.17º | 0.77% | 0.96% | - |
| XYZ | 45.24 | 24.67 | 36.56 | - |
| YUV | 124.3 | 149.28 | 213.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 56 | 162 | 0 | 0.77 | 0.34 | 0.04 | 326.17 | 0.9 | 0.59 |
| Hex | F4 | 38 | A2 | 0 | 4D | 22 | 4 | 146 | 5A | 3B |
| Octal | 364 | 70 | 242 | 0 | 115 | 42 | 4 | 506 | 132 | 73 |
| Binary | 11110100 | 111000 | 10100010 | 0 | 1001101 | 100010 | 100 | 101000110 | 1011010 | 111011 |
Color Harmonies of #F438A2
Complementary color
Monochromatic Colors of #F438A2
Black with #F438A2
Text Example
Text Example
White with #F438A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F438A2; }
p { color: rgb(244,56,162); }
H1.HeaderClassName
{
color: #F438A2;
}
.AnyTagClassName
{
color: #F438A2;
}
</style>
background-color css
<style>
a { background-color: #F438A2; }
a { background-color: rgb(244,56,162); }
div.DivClassName
{
background-color: #F438A2;
}
.BgClassName
{
background-color: #F438A2;
}
</style>
border-color css
<style>
span { border-color: #F438A2; }
span { border-color: rgb(244,56,162); }
td.TdClassName
{
border-color: #F438A2;
}
.TagClassName
{
border-color: #F438A2;
}
</style>