Shades of Wild Strawberry #F438A0
Tints of Wild Strawberry #F438A0
RGB
CMYK
RGB Variations
Color information
#F438A0 (or 0xF438A0) is known color: Wild Strawberry. HEX triplet: F4, 38 and A0. RGB value is (244,56,160). Sum of RGB (Red+Green+Blue) = 244+56+160=460 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.04% from 460); Green value is 56 (22.27% from 255 or 12.17% from 460); Blue value is 160 (62.89% from 255 or 34.78% from 460); Max value from RGB is 244 - color contains mainly: red. Hex color #F438A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F438A0 is #0BC75F. Grayscale: #7B7B7B. Windows color (decimal): -771936 or 10500340. OLE color: 10500340.
HSL color Cylindrical-coordinate representation of color #F438A0: hue angle of 326.81º 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 #F438A0 is Cyan = 0, Magento = 0.77, Yellow = 0.34 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 56 | 160 | - |
| CMYK | 0 | 0.77 | 0.34 | 0.04 |
| HSL | 326.81º | 0.9% | 0.59% | - |
| HSV(B) | 326.81º | 0.77% | 0.96% | - |
| XYZ | 45.07 | 24.6 | 35.63 | - |
| YUV | 124.07 | 148.28 | 213.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 56 | 160 | 0 | 0.77 | 0.34 | 0.04 | 326.81 | 0.9 | 0.59 |
| Hex | F4 | 38 | A0 | 0 | 4D | 22 | 4 | 147 | 5A | 3B |
| Octal | 364 | 70 | 240 | 0 | 115 | 42 | 4 | 507 | 132 | 73 |
| Binary | 11110100 | 111000 | 10100000 | 0 | 1001101 | 100010 | 100 | 101000111 | 1011010 | 111011 |
Color Harmonies of #F438A0
Complementary color
Monochromatic Colors of #F438A0
Black with #F438A0
Text Example
Text Example
White with #F438A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F438A0; }
p { color: rgb(244,56,160); }
H1.HeaderClassName
{
color: #F438A0;
}
.AnyTagClassName
{
color: #F438A0;
}
</style>
background-color css
<style>
a { background-color: #F438A0; }
a { background-color: rgb(244,56,160); }
div.DivClassName
{
background-color: #F438A0;
}
.BgClassName
{
background-color: #F438A0;
}
</style>
border-color css
<style>
span { border-color: #F438A0; }
span { border-color: rgb(244,56,160); }
td.TdClassName
{
border-color: #F438A0;
}
.TagClassName
{
border-color: #F438A0;
}
</style>