Shades of Wild Strawberry #F13FA2
Tints of Wild Strawberry #F13FA2
RGB
CMYK
RGB Variations
Color information
#F13FA2 (or 0xF13FA2) is known color: Wild Strawberry. HEX triplet: F1, 3F and A2. RGB value is (241,63,162). Sum of RGB (Red+Green+Blue) = 241+63+162=466 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.72% from 466); Green value is 63 (25% from 255 or 13.52% from 466); Blue value is 162 (63.67% from 255 or 34.76% from 466); Max value from RGB is 241 - color contains mainly: red. Hex color #F13FA2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F13FA2 is #0EC05D. Grayscale: #7F7F7F. Windows color (decimal): -966750 or 10633201. OLE color: 10633201.
HSL color Cylindrical-coordinate representation of color #F13FA2: hue angle of 326.63º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F13FA2 is Cyan = 0, Magento = 0.74, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 63 | 162 | - |
| CMYK | 0 | 0.74 | 0.33 | 0.05 |
| HSL | 326.63º | 0.86% | 0.6% | - |
| HSV(B) | 326.63º | 0.74% | 0.95% | - |
| XYZ | 44.57 | 24.86 | 36.63 | - |
| YUV | 127.51 | 147.47 | 208.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 63 | 162 | 0 | 0.74 | 0.33 | 0.05 | 326.63 | 0.86 | 0.6 |
| Hex | F1 | 3F | A2 | 0 | 4A | 21 | 5 | 147 | 56 | 3C |
| Octal | 361 | 77 | 242 | 0 | 112 | 41 | 5 | 507 | 126 | 74 |
| Binary | 11110001 | 111111 | 10100010 | 0 | 1001010 | 100001 | 101 | 101000111 | 1010110 | 111100 |
Color Harmonies of #F13FA2
Complementary color
Monochromatic Colors of #F13FA2
Black with #F13FA2
Text Example
Text Example
White with #F13FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F13FA2; }
p { color: rgb(241,63,162); }
H1.HeaderClassName
{
color: #F13FA2;
}
.AnyTagClassName
{
color: #F13FA2;
}
</style>
background-color css
<style>
a { background-color: #F13FA2; }
a { background-color: rgb(241,63,162); }
div.DivClassName
{
background-color: #F13FA2;
}
.BgClassName
{
background-color: #F13FA2;
}
</style>
border-color css
<style>
span { border-color: #F13FA2; }
span { border-color: rgb(241,63,162); }
td.TdClassName
{
border-color: #F13FA2;
}
.TagClassName
{
border-color: #F13FA2;
}
</style>