Shades of Wild Strawberry #F33C9C
Tints of Wild Strawberry #F33C9C
RGB
CMYK
RGB Variations
Color information
#F33C9C (or 0xF33C9C) is known color: Wild Strawberry. HEX triplet: F3, 3C and 9C. RGB value is (243,60,156). Sum of RGB (Red+Green+Blue) = 243+60+156=459 (60% of max value = 765). Red value is 243 (95.31% from 255 or 52.94% from 459); Green value is 60 (23.83% from 255 or 13.07% from 459); Blue value is 156 (61.33% from 255 or 33.99% from 459); Max value from RGB is 243 - color contains mainly: red. Hex color #F33C9C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F33C9C is #0CC363. Grayscale: #7D7D7D. Windows color (decimal): -836452 or 10239219. OLE color: 10239219.
HSL color Cylindrical-coordinate representation of color #F33C9C: hue angle of 328.52º 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 #F33C9C is Cyan = 0, Magento = 0.75, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 60 | 156 | - |
| CMYK | 0 | 0.75 | 0.36 | 0.05 |
| HSL | 328.52º | 0.88% | 0.59% | - |
| HSV(B) | 328.52º | 0.75% | 0.95% | - |
| XYZ | 44.58 | 24.69 | 33.87 | - |
| YUV | 125.66 | 145.13 | 211.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 60 | 156 | 0 | 0.75 | 0.36 | 0.05 | 328.52 | 0.88 | 0.59 |
| Hex | F3 | 3C | 9C | 0 | 4B | 24 | 5 | 149 | 58 | 3B |
| Octal | 363 | 74 | 234 | 0 | 113 | 44 | 5 | 511 | 130 | 73 |
| Binary | 11110011 | 111100 | 10011100 | 0 | 1001011 | 100100 | 101 | 101001001 | 1011000 | 111011 |
Color Harmonies of #F33C9C
Complementary color
Monochromatic Colors of #F33C9C
Black with #F33C9C
Text Example
Text Example
White with #F33C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33C9C; }
p { color: rgb(243,60,156); }
H1.HeaderClassName
{
color: #F33C9C;
}
.AnyTagClassName
{
color: #F33C9C;
}
</style>
background-color css
<style>
a { background-color: #F33C9C; }
a { background-color: rgb(243,60,156); }
div.DivClassName
{
background-color: #F33C9C;
}
.BgClassName
{
background-color: #F33C9C;
}
</style>
border-color css
<style>
span { border-color: #F33C9C; }
span { border-color: rgb(243,60,156); }
td.TdClassName
{
border-color: #F33C9C;
}
.TagClassName
{
border-color: #F33C9C;
}
</style>