Shades of Wild Strawberry #F33C99
Tints of Wild Strawberry #F33C99
RGB
CMYK
RGB Variations
Color information
#F33C99 (or 0xF33C99) is known color: Wild Strawberry. HEX triplet: F3, 3C and 99. RGB value is (243,60,153). Sum of RGB (Red+Green+Blue) = 243+60+153=456 (60% of max value = 765). Red value is 243 (95.31% from 255 or 53.29% from 456); Green value is 60 (23.83% from 255 or 13.16% from 456); Blue value is 153 (60.16% from 255 or 33.55% from 456); Max value from RGB is 243 - color contains mainly: red. Hex color #F33C99 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F33C99 is #0CC366. Grayscale: #7D7D7D. Windows color (decimal): -836455 or 10042611. OLE color: 10042611.
HSL color Cylindrical-coordinate representation of color #F33C99: hue angle of 329.51º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F33C99 is Cyan = 0, Magento = 0.75, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 60 | 153 | - |
| CMYK | 0 | 0.75 | 0.37 | 0.05 |
| HSL | 329.51º | 0.88% | 0.59% | - |
| HSV(B) | 329.51º | 0.75% | 0.95% | - |
| XYZ | 44.33 | 24.59 | 32.55 | - |
| YUV | 125.32 | 143.63 | 211.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 60 | 153 | 0 | 0.75 | 0.37 | 0.05 | 329.51 | 0.88 | 0.59 |
| Hex | F3 | 3C | 99 | 0 | 4B | 25 | 5 | 14A | 58 | 3B |
| Octal | 363 | 74 | 231 | 0 | 113 | 45 | 5 | 512 | 130 | 73 |
| Binary | 11110011 | 111100 | 10011001 | 0 | 1001011 | 100101 | 101 | 101001010 | 1011000 | 111011 |
Color Harmonies of #F33C99
Complementary color
Monochromatic Colors of #F33C99
Black with #F33C99
Text Example
Text Example
White with #F33C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33C99; }
p { color: rgb(243,60,153); }
H1.HeaderClassName
{
color: #F33C99;
}
.AnyTagClassName
{
color: #F33C99;
}
</style>
background-color css
<style>
a { background-color: #F33C99; }
a { background-color: rgb(243,60,153); }
div.DivClassName
{
background-color: #F33C99;
}
.BgClassName
{
background-color: #F33C99;
}
</style>
border-color css
<style>
span { border-color: #F33C99; }
span { border-color: rgb(243,60,153); }
td.TdClassName
{
border-color: #F33C99;
}
.TagClassName
{
border-color: #F33C99;
}
</style>