Shades of Wild Strawberry #F338A1
Tints of Wild Strawberry #F338A1
RGB
CMYK
RGB Variations
Color information
#F338A1 (or 0xF338A1) is known color: Wild Strawberry. HEX triplet: F3, 38 and A1. RGB value is (243,56,161). Sum of RGB (Red+Green+Blue) = 243+56+161=460 (60% of max value = 765). Red value is 243 (95.31% from 255 or 52.83% from 460); Green value is 56 (22.27% from 255 or 12.17% from 460); Blue value is 161 (63.28% from 255 or 35% from 460); Max value from RGB is 243 - color contains mainly: red. Hex color #F338A1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F338A1 is #0CC75E. Grayscale: #7B7B7B. Windows color (decimal): -837471 or 10565875. OLE color: 10565875.
HSL color Cylindrical-coordinate representation of color #F338A1: hue angle of 326.31º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F338A1 is Cyan = 0, Magento = 0.77, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 56 | 161 | - |
| CMYK | 0 | 0.77 | 0.34 | 0.05 |
| HSL | 326.31º | 0.89% | 0.59% | - |
| HSV(B) | 326.31º | 0.77% | 0.95% | - |
| XYZ | 44.81 | 24.46 | 36.08 | - |
| YUV | 123.88 | 148.95 | 212.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 56 | 161 | 0 | 0.77 | 0.34 | 0.05 | 326.31 | 0.89 | 0.59 |
| Hex | F3 | 38 | A1 | 0 | 4D | 22 | 5 | 146 | 59 | 3B |
| Octal | 363 | 70 | 241 | 0 | 115 | 42 | 5 | 506 | 131 | 73 |
| Binary | 11110011 | 111000 | 10100001 | 0 | 1001101 | 100010 | 101 | 101000110 | 1011001 | 111011 |
Color Harmonies of #F338A1
Complementary color
Monochromatic Colors of #F338A1
Black with #F338A1
Text Example
Text Example
White with #F338A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F338A1; }
p { color: rgb(243,56,161); }
H1.HeaderClassName
{
color: #F338A1;
}
.AnyTagClassName
{
color: #F338A1;
}
</style>
background-color css
<style>
a { background-color: #F338A1; }
a { background-color: rgb(243,56,161); }
div.DivClassName
{
background-color: #F338A1;
}
.BgClassName
{
background-color: #F338A1;
}
</style>
border-color css
<style>
span { border-color: #F338A1; }
span { border-color: rgb(243,56,161); }
td.TdClassName
{
border-color: #F338A1;
}
.TagClassName
{
border-color: #F338A1;
}
</style>