Shades of Wild Strawberry #F32A8D
Tints of Wild Strawberry #F32A8D
RGB
CMYK
RGB Variations
Color information
#F32A8D (or 0xF32A8D) is known color: Wild Strawberry. HEX triplet: F3, 2A and 8D. RGB value is (243,42,141). Sum of RGB (Red+Green+Blue) = 243+42+141=426 (56% of max value = 765). Red value is 243 (95.31% from 255 or 57.04% from 426); Green value is 42 (16.80% from 255 or 9.86% from 426); Blue value is 141 (55.47% from 255 or 33.10% from 426); Max value from RGB is 243 - color contains mainly: red. Hex color #F32A8D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F32A8D is #0CD572. Grayscale: #717171. Windows color (decimal): -841075 or 9251571. OLE color: 9251571.
HSL color Cylindrical-coordinate representation of color #F32A8D: hue angle of 330.45º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F32A8D is Cyan = 0, Magento = 0.83, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 42 | 141 | - |
| CMYK | 0 | 0.83 | 0.42 | 0.05 |
| HSL | 330.45º | 0.89% | 0.56% | - |
| HSV(B) | 330.45º | 0.83% | 0.95% | - |
| XYZ | 42.6 | 22.63 | 27.32 | - |
| YUV | 113.39 | 143.59 | 220.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 42 | 141 | 0 | 0.83 | 0.42 | 0.05 | 330.45 | 0.89 | 0.56 |
| Hex | F3 | 2A | 8D | 0 | 53 | 2A | 5 | 14A | 59 | 38 |
| Octal | 363 | 52 | 215 | 0 | 123 | 52 | 5 | 512 | 131 | 70 |
| Binary | 11110011 | 101010 | 10001101 | 0 | 1010011 | 101010 | 101 | 101001010 | 1011001 | 111000 |
Color Harmonies of #F32A8D
Complementary color
Monochromatic Colors of #F32A8D
Black with #F32A8D
Text Example
Text Example
White with #F32A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32A8D; }
p { color: rgb(243,42,141); }
H1.HeaderClassName
{
color: #F32A8D;
}
.AnyTagClassName
{
color: #F32A8D;
}
</style>
background-color css
<style>
a { background-color: #F32A8D; }
a { background-color: rgb(243,42,141); }
div.DivClassName
{
background-color: #F32A8D;
}
.BgClassName
{
background-color: #F32A8D;
}
</style>
border-color css
<style>
span { border-color: #F32A8D; }
span { border-color: rgb(243,42,141); }
td.TdClassName
{
border-color: #F32A8D;
}
.TagClassName
{
border-color: #F32A8D;
}
</style>