Shades of Wild Strawberry #F13FA4
Tints of Wild Strawberry #F13FA4
RGB
CMYK
RGB Variations
Color information
#F13FA4 (or 0xF13FA4) is known color: Wild Strawberry. HEX triplet: F1, 3F and A4. RGB value is (241,63,164). Sum of RGB (Red+Green+Blue) = 241+63+164=468 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.50% from 468); Green value is 63 (25% from 255 or 13.46% from 468); Blue value is 164 (64.45% from 255 or 35.04% from 468); Max value from RGB is 241 - color contains mainly: red. Hex color #F13FA4 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F13FA4 is #0EC05B. Grayscale: #7F7F7F. Windows color (decimal): -966748 or 10764273. OLE color: 10764273.
HSL color Cylindrical-coordinate representation of color #F13FA4: hue angle of 325.96º 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 #F13FA4 is Cyan = 0, Magento = 0.74, Yellow = 0.32 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 63 | 164 | - |
| CMYK | 0 | 0.74 | 0.32 | 0.05 |
| HSL | 325.96º | 0.86% | 0.6% | - |
| HSV(B) | 325.96º | 0.74% | 0.95% | - |
| XYZ | 44.75 | 24.94 | 37.58 | - |
| YUV | 127.74 | 148.47 | 208.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 63 | 164 | 0 | 0.74 | 0.32 | 0.05 | 325.96 | 0.86 | 0.6 |
| Hex | F1 | 3F | A4 | 0 | 4A | 20 | 5 | 146 | 56 | 3C |
| Octal | 361 | 77 | 244 | 0 | 112 | 40 | 5 | 506 | 126 | 74 |
| Binary | 11110001 | 111111 | 10100100 | 0 | 1001010 | 100000 | 101 | 101000110 | 1010110 | 111100 |
Color Harmonies of #F13FA4
Complementary color
Monochromatic Colors of #F13FA4
Black with #F13FA4
Text Example
Text Example
White with #F13FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F13FA4; }
p { color: rgb(241,63,164); }
H1.HeaderClassName
{
color: #F13FA4;
}
.AnyTagClassName
{
color: #F13FA4;
}
</style>
background-color css
<style>
a { background-color: #F13FA4; }
a { background-color: rgb(241,63,164); }
div.DivClassName
{
background-color: #F13FA4;
}
.BgClassName
{
background-color: #F13FA4;
}
</style>
border-color css
<style>
span { border-color: #F13FA4; }
span { border-color: rgb(241,63,164); }
td.TdClassName
{
border-color: #F13FA4;
}
.TagClassName
{
border-color: #F13FA4;
}
</style>