Shades of Wild Strawberry #F33B9A
Tints of Wild Strawberry #F33B9A
RGB
CMYK
RGB Variations
Color information
#F33B9A (or 0xF33B9A) is known color: Wild Strawberry. HEX triplet: F3, 3B and 9A. RGB value is (243,59,154). Sum of RGB (Red+Green+Blue) = 243+59+154=456 (60% of max value = 765). Red value is 243 (95.31% from 255 or 53.29% from 456); Green value is 59 (23.44% from 255 or 12.94% from 456); Blue value is 154 (60.55% from 255 or 33.77% from 456); Max value from RGB is 243 - color contains mainly: red. Hex color #F33B9A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F33B9A is #0CC465. Grayscale: #7C7C7C. Windows color (decimal): -836710 or 10107891. OLE color: 10107891.
HSL color Cylindrical-coordinate representation of color #F33B9A: hue angle of 329.02º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F33B9A is Cyan = 0, Magento = 0.76, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 59 | 154 | - |
| CMYK | 0 | 0.76 | 0.37 | 0.05 |
| HSL | 329.02º | 0.88% | 0.59% | - |
| HSV(B) | 329.02º | 0.76% | 0.95% | - |
| XYZ | 44.36 | 24.52 | 32.97 | - |
| YUV | 124.85 | 144.46 | 212.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 59 | 154 | 0 | 0.76 | 0.37 | 0.05 | 329.02 | 0.88 | 0.59 |
| Hex | F3 | 3B | 9A | 0 | 4C | 25 | 5 | 149 | 58 | 3B |
| Octal | 363 | 73 | 232 | 0 | 114 | 45 | 5 | 511 | 130 | 73 |
| Binary | 11110011 | 111011 | 10011010 | 0 | 1001100 | 100101 | 101 | 101001001 | 1011000 | 111011 |
Color Harmonies of #F33B9A
Complementary color
Monochromatic Colors of #F33B9A
Black with #F33B9A
Text Example
Text Example
White with #F33B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33B9A; }
p { color: rgb(243,59,154); }
H1.HeaderClassName
{
color: #F33B9A;
}
.AnyTagClassName
{
color: #F33B9A;
}
</style>
background-color css
<style>
a { background-color: #F33B9A; }
a { background-color: rgb(243,59,154); }
div.DivClassName
{
background-color: #F33B9A;
}
.BgClassName
{
background-color: #F33B9A;
}
</style>
border-color css
<style>
span { border-color: #F33B9A; }
span { border-color: rgb(243,59,154); }
td.TdClassName
{
border-color: #F33B9A;
}
.TagClassName
{
border-color: #F33B9A;
}
</style>