Shades of Wild Strawberry #F33895
Tints of Wild Strawberry #F33895
RGB
CMYK
RGB Variations
Color information
#F33895 (or 0xF33895) is known color: Wild Strawberry. HEX triplet: F3, 38 and 95. RGB value is (243,56,149). Sum of RGB (Red+Green+Blue) = 243+56+149=448 (59% of max value = 765). Red value is 243 (95.31% from 255 or 54.24% from 448); Green value is 56 (22.27% from 255 or 12.5% from 448); Blue value is 149 (58.59% from 255 or 33.26% from 448); Max value from RGB is 243 - color contains mainly: red. Hex color #F33895 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F33895 is #0CC76A. Grayscale: #7A7A7A. Windows color (decimal): -837483 or 9779443. OLE color: 9779443.
HSL color Cylindrical-coordinate representation of color #F33895: hue angle of 330.16º 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 #F33895 is Cyan = 0, Magento = 0.77, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 56 | 149 | - |
| CMYK | 0 | 0.77 | 0.39 | 0.05 |
| HSL | 330.16º | 0.89% | 0.59% | - |
| HSV(B) | 330.16º | 0.77% | 0.95% | - |
| XYZ | 43.8 | 24.05 | 30.77 | - |
| YUV | 122.52 | 142.95 | 213.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 56 | 149 | 0 | 0.77 | 0.39 | 0.05 | 330.16 | 0.89 | 0.59 |
| Hex | F3 | 38 | 95 | 0 | 4D | 27 | 5 | 14A | 59 | 3B |
| Octal | 363 | 70 | 225 | 0 | 115 | 47 | 5 | 512 | 131 | 73 |
| Binary | 11110011 | 111000 | 10010101 | 0 | 1001101 | 100111 | 101 | 101001010 | 1011001 | 111011 |
Color Harmonies of #F33895
Complementary color
Monochromatic Colors of #F33895
Black with #F33895
Text Example
Text Example
White with #F33895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33895; }
p { color: rgb(243,56,149); }
H1.HeaderClassName
{
color: #F33895;
}
.AnyTagClassName
{
color: #F33895;
}
</style>
background-color css
<style>
a { background-color: #F33895; }
a { background-color: rgb(243,56,149); }
div.DivClassName
{
background-color: #F33895;
}
.BgClassName
{
background-color: #F33895;
}
</style>
border-color css
<style>
span { border-color: #F33895; }
span { border-color: rgb(243,56,149); }
td.TdClassName
{
border-color: #F33895;
}
.TagClassName
{
border-color: #F33895;
}
</style>