Shades of Wild Strawberry #F32C99
Tints of Wild Strawberry #F32C99
RGB
CMYK
RGB Variations
Color information
#F32C99 (or 0xF32C99) is known color: Wild Strawberry. HEX triplet: F3, 2C and 99. RGB value is (243,44,153). Sum of RGB (Red+Green+Blue) = 243+44+153=440 (58% of max value = 765). Red value is 243 (95.31% from 255 or 55.23% from 440); Green value is 44 (17.58% from 255 or 10% from 440); Blue value is 153 (60.16% from 255 or 34.77% from 440); Max value from RGB is 243 - color contains mainly: red. Hex color #F32C99 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F32C99 is #0CD366. Grayscale: #737373. Windows color (decimal): -840551 or 10038515. OLE color: 10038515.
HSL color Cylindrical-coordinate representation of color #F32C99: hue angle of 327.14º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F32C99 is Cyan = 0, Magento = 0.82, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 44 | 153 | - |
| CMYK | 0 | 0.82 | 0.37 | 0.05 |
| HSL | 327.14º | 0.89% | 0.56% | - |
| HSV(B) | 327.14º | 0.82% | 0.95% | - |
| XYZ | 43.61 | 23.16 | 32.31 | - |
| YUV | 115.93 | 148.93 | 218.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 44 | 153 | 0 | 0.82 | 0.37 | 0.05 | 327.14 | 0.89 | 0.56 |
| Hex | F3 | 2C | 99 | 0 | 52 | 25 | 5 | 147 | 59 | 38 |
| Octal | 363 | 54 | 231 | 0 | 122 | 45 | 5 | 507 | 131 | 70 |
| Binary | 11110011 | 101100 | 10011001 | 0 | 1010010 | 100101 | 101 | 101000111 | 1011001 | 111000 |
Color Harmonies of #F32C99
Complementary color
Monochromatic Colors of #F32C99
Black with #F32C99
Text Example
Text Example
White with #F32C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32C99; }
p { color: rgb(243,44,153); }
H1.HeaderClassName
{
color: #F32C99;
}
.AnyTagClassName
{
color: #F32C99;
}
</style>
background-color css
<style>
a { background-color: #F32C99; }
a { background-color: rgb(243,44,153); }
div.DivClassName
{
background-color: #F32C99;
}
.BgClassName
{
background-color: #F32C99;
}
</style>
border-color css
<style>
span { border-color: #F32C99; }
span { border-color: rgb(243,44,153); }
td.TdClassName
{
border-color: #F32C99;
}
.TagClassName
{
border-color: #F32C99;
}
</style>