Shades of Wild Strawberry #F1409D
Tints of Wild Strawberry #F1409D
RGB
CMYK
RGB Variations
Color information
#F1409D (or 0xF1409D) is known color: Wild Strawberry. HEX triplet: F1, 40 and 9D. RGB value is (241,64,157). Sum of RGB (Red+Green+Blue) = 241+64+157=462 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.16% from 462); Green value is 64 (25.39% from 255 or 13.85% from 462); Blue value is 157 (61.72% from 255 or 33.98% from 462); Max value from RGB is 241 - color contains mainly: red. Hex color #F1409D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F1409D is #0EBF62. Grayscale: #7F7F7F. Windows color (decimal): -966499 or 10305777. OLE color: 10305777.
HSL color Cylindrical-coordinate representation of color #F1409D: hue angle of 328.47º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F1409D is Cyan = 0, Magento = 0.73, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 64 | 157 | - |
| CMYK | 0 | 0.73 | 0.35 | 0.05 |
| HSL | 328.47º | 0.86% | 0.6% | - |
| HSV(B) | 328.47º | 0.73% | 0.95% | - |
| XYZ | 44.19 | 24.8 | 34.36 | - |
| YUV | 127.53 | 144.64 | 208.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 64 | 157 | 0 | 0.73 | 0.35 | 0.05 | 328.47 | 0.86 | 0.6 |
| Hex | F1 | 40 | 9D | 0 | 49 | 23 | 5 | 148 | 56 | 3C |
| Octal | 361 | 100 | 235 | 0 | 111 | 43 | 5 | 510 | 126 | 74 |
| Binary | 11110001 | 1000000 | 10011101 | 0 | 1001001 | 100011 | 101 | 101001000 | 1010110 | 111100 |
Color Harmonies of #F1409D
Complementary color
Monochromatic Colors of #F1409D
Black with #F1409D
Text Example
Text Example
White with #F1409D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1409D; }
p { color: rgb(241,64,157); }
H1.HeaderClassName
{
color: #F1409D;
}
.AnyTagClassName
{
color: #F1409D;
}
</style>
background-color css
<style>
a { background-color: #F1409D; }
a { background-color: rgb(241,64,157); }
div.DivClassName
{
background-color: #F1409D;
}
.BgClassName
{
background-color: #F1409D;
}
</style>
border-color css
<style>
span { border-color: #F1409D; }
span { border-color: rgb(241,64,157); }
td.TdClassName
{
border-color: #F1409D;
}
.TagClassName
{
border-color: #F1409D;
}
</style>