Shades of Wild Strawberry #F32D9A
Tints of Wild Strawberry #F32D9A
RGB
CMYK
RGB Variations
Color information
#F32D9A (or 0xF32D9A) is known color: Wild Strawberry. HEX triplet: F3, 2D and 9A. RGB value is (243,45,154). Sum of RGB (Red+Green+Blue) = 243+45+154=442 (58% of max value = 765). Red value is 243 (95.31% from 255 or 54.98% from 442); Green value is 45 (17.97% from 255 or 10.18% from 442); Blue value is 154 (60.55% from 255 or 34.84% from 442); Max value from RGB is 243 - color contains mainly: red. Hex color #F32D9A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F32D9A is #0CD265. Grayscale: #747474. Windows color (decimal): -840294 or 10104307. OLE color: 10104307.
HSL color Cylindrical-coordinate representation of color #F32D9A: hue angle of 326.97º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F32D9A is Cyan = 0, Magento = 0.81, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 45 | 154 | - |
| CMYK | 0 | 0.81 | 0.37 | 0.05 |
| HSL | 326.97º | 0.89% | 0.56% | - |
| HSV(B) | 326.97º | 0.81% | 0.95% | - |
| XYZ | 43.73 | 23.26 | 32.76 | - |
| YUV | 116.63 | 149.1 | 218.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 45 | 154 | 0 | 0.81 | 0.37 | 0.05 | 326.97 | 0.89 | 0.56 |
| Hex | F3 | 2D | 9A | 0 | 51 | 25 | 5 | 147 | 59 | 38 |
| Octal | 363 | 55 | 232 | 0 | 121 | 45 | 5 | 507 | 131 | 70 |
| Binary | 11110011 | 101101 | 10011010 | 0 | 1010001 | 100101 | 101 | 101000111 | 1011001 | 111000 |
Color Harmonies of #F32D9A
Complementary color
Monochromatic Colors of #F32D9A
Black with #F32D9A
Text Example
Text Example
White with #F32D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32D9A; }
p { color: rgb(243,45,154); }
H1.HeaderClassName
{
color: #F32D9A;
}
.AnyTagClassName
{
color: #F32D9A;
}
</style>
background-color css
<style>
a { background-color: #F32D9A; }
a { background-color: rgb(243,45,154); }
div.DivClassName
{
background-color: #F32D9A;
}
.BgClassName
{
background-color: #F32D9A;
}
</style>
border-color css
<style>
span { border-color: #F32D9A; }
span { border-color: rgb(243,45,154); }
td.TdClassName
{
border-color: #F32D9A;
}
.TagClassName
{
border-color: #F32D9A;
}
</style>