Shades of Wild Strawberry #F437A1
Tints of Wild Strawberry #F437A1
RGB
CMYK
RGB Variations
Color information
#F437A1 (or 0xF437A1) is known color: Wild Strawberry. HEX triplet: F4, 37 and A1. RGB value is (244,55,161). Sum of RGB (Red+Green+Blue) = 244+55+161=460 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.04% from 460); Green value is 55 (21.88% from 255 or 11.96% from 460); Blue value is 161 (63.28% from 255 or 35% from 460); Max value from RGB is 244 - color contains mainly: red. Hex color #F437A1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F437A1 is #0BC85E. Grayscale: #7B7B7B. Windows color (decimal): -772191 or 10565620. OLE color: 10565620.
HSL color Cylindrical-coordinate representation of color #F437A1: hue angle of 326.35º 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 #F437A1 is Cyan = 0, Magento = 0.77, Yellow = 0.34 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 55 | 161 | - |
| CMYK | 0 | 0.77 | 0.34 | 0.04 |
| HSL | 326.35º | 0.9% | 0.59% | - |
| HSV(B) | 326.35º | 0.77% | 0.96% | - |
| XYZ | 45.11 | 24.54 | 36.08 | - |
| YUV | 123.6 | 149.12 | 213.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 55 | 161 | 0 | 0.77 | 0.34 | 0.04 | 326.35 | 0.9 | 0.59 |
| Hex | F4 | 37 | A1 | 0 | 4D | 22 | 4 | 146 | 5A | 3B |
| Octal | 364 | 67 | 241 | 0 | 115 | 42 | 4 | 506 | 132 | 73 |
| Binary | 11110100 | 110111 | 10100001 | 0 | 1001101 | 100010 | 100 | 101000110 | 1011010 | 111011 |
Color Harmonies of #F437A1
Complementary color
Monochromatic Colors of #F437A1
Black with #F437A1
Text Example
Text Example
White with #F437A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F437A1; }
p { color: rgb(244,55,161); }
H1.HeaderClassName
{
color: #F437A1;
}
.AnyTagClassName
{
color: #F437A1;
}
</style>
background-color css
<style>
a { background-color: #F437A1; }
a { background-color: rgb(244,55,161); }
div.DivClassName
{
background-color: #F437A1;
}
.BgClassName
{
background-color: #F437A1;
}
</style>
border-color css
<style>
span { border-color: #F437A1; }
span { border-color: rgb(244,55,161); }
td.TdClassName
{
border-color: #F437A1;
}
.TagClassName
{
border-color: #F437A1;
}
</style>