Shades of Wild Strawberry #F1338A
Tints of Wild Strawberry #F1338A
RGB
CMYK
RGB Variations
Color information
#F1338A (or 0xF1338A) is known color: Wild Strawberry. HEX triplet: F1, 33 and 8A. RGB value is (241,51,138). Sum of RGB (Red+Green+Blue) = 241+51+138=430 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.05% from 430); Green value is 51 (20.31% from 255 or 11.86% from 430); Blue value is 138 (54.30% from 255 or 32.09% from 430); Max value from RGB is 241 - color contains mainly: red. Hex color #F1338A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F1338A is #0ECC75. Grayscale: #757575. Windows color (decimal): -969846 or 9057265. OLE color: 9057265.
HSL color Cylindrical-coordinate representation of color #F1338A: hue angle of 332.53º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F1338A is Cyan = 0, Magento = 0.79, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 51 | 138 | - |
| CMYK | 0 | 0.79 | 0.43 | 0.05 |
| HSL | 332.53º | 0.87% | 0.57% | - |
| HSV(B) | 332.53º | 0.79% | 0.95% | - |
| XYZ | 42.05 | 22.9 | 26.25 | - |
| YUV | 117.73 | 139.45 | 215.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 51 | 138 | 0 | 0.79 | 0.43 | 0.05 | 332.53 | 0.87 | 0.57 |
| Hex | F1 | 33 | 8A | 0 | 4F | 2B | 5 | 14D | 57 | 39 |
| Octal | 361 | 63 | 212 | 0 | 117 | 53 | 5 | 515 | 127 | 71 |
| Binary | 11110001 | 110011 | 10001010 | 0 | 1001111 | 101011 | 101 | 101001101 | 1010111 | 111001 |
Color Harmonies of #F1338A
Complementary color
Monochromatic Colors of #F1338A
Black with #F1338A
Text Example
Text Example
White with #F1338A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1338A; }
p { color: rgb(241,51,138); }
H1.HeaderClassName
{
color: #F1338A;
}
.AnyTagClassName
{
color: #F1338A;
}
</style>
background-color css
<style>
a { background-color: #F1338A; }
a { background-color: rgb(241,51,138); }
div.DivClassName
{
background-color: #F1338A;
}
.BgClassName
{
background-color: #F1338A;
}
</style>
border-color css
<style>
span { border-color: #F1338A; }
span { border-color: rgb(241,51,138); }
td.TdClassName
{
border-color: #F1338A;
}
.TagClassName
{
border-color: #F1338A;
}
</style>