Shades of Wild Strawberry #F336A1
Tints of Wild Strawberry #F336A1
RGB
CMYK
RGB Variations
Color information
#F336A1 (or 0xF336A1) is known color: Wild Strawberry. HEX triplet: F3, 36 and A1. RGB value is (243,54,161). Sum of RGB (Red+Green+Blue) = 243+54+161=458 (60% of max value = 765). Red value is 243 (95.31% from 255 or 53.06% from 458); Green value is 54 (21.48% from 255 or 11.79% from 458); Blue value is 161 (63.28% from 255 or 35.15% from 458); Max value from RGB is 243 - color contains mainly: red. Hex color #F336A1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F336A1 is #0CC95E. Grayscale: #7A7A7A. Windows color (decimal): -837983 or 10565363. OLE color: 10565363.
HSL color Cylindrical-coordinate representation of color #F336A1: hue angle of 326.03º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F336A1 is Cyan = 0, Magento = 0.78, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 54 | 161 | - |
| CMYK | 0 | 0.78 | 0.34 | 0.05 |
| HSL | 326.03º | 0.89% | 0.58% | - |
| HSV(B) | 326.03º | 0.78% | 0.95% | - |
| XYZ | 44.71 | 24.27 | 36.05 | - |
| YUV | 122.71 | 149.62 | 213.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 54 | 161 | 0 | 0.78 | 0.34 | 0.05 | 326.03 | 0.89 | 0.58 |
| Hex | F3 | 36 | A1 | 0 | 4E | 22 | 5 | 146 | 59 | 3A |
| Octal | 363 | 66 | 241 | 0 | 116 | 42 | 5 | 506 | 131 | 72 |
| Binary | 11110011 | 110110 | 10100001 | 0 | 1001110 | 100010 | 101 | 101000110 | 1011001 | 111010 |
Color Harmonies of #F336A1
Complementary color
Monochromatic Colors of #F336A1
Black with #F336A1
Text Example
Text Example
White with #F336A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F336A1; }
p { color: rgb(243,54,161); }
H1.HeaderClassName
{
color: #F336A1;
}
.AnyTagClassName
{
color: #F336A1;
}
</style>
background-color css
<style>
a { background-color: #F336A1; }
a { background-color: rgb(243,54,161); }
div.DivClassName
{
background-color: #F336A1;
}
.BgClassName
{
background-color: #F336A1;
}
</style>
border-color css
<style>
span { border-color: #F336A1; }
span { border-color: rgb(243,54,161); }
td.TdClassName
{
border-color: #F336A1;
}
.TagClassName
{
border-color: #F336A1;
}
</style>