Shades of Wild Strawberry #F3278D
Tints of Wild Strawberry #F3278D
RGB
CMYK
RGB Variations
Color information
#F3278D (or 0xF3278D) is known color: Wild Strawberry. HEX triplet: F3, 27 and 8D. RGB value is (243,39,141). Sum of RGB (Red+Green+Blue) = 243+39+141=423 (56% of max value = 765). Red value is 243 (95.31% from 255 or 57.45% from 423); Green value is 39 (15.62% from 255 or 9.22% from 423); Blue value is 141 (55.47% from 255 or 33.33% from 423); Max value from RGB is 243 - color contains mainly: red. Hex color #F3278D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F3278D is #0CD872. Grayscale: #6F6F6F. Windows color (decimal): -841843 or 9250803. OLE color: 9250803.
HSL color Cylindrical-coordinate representation of color #F3278D: hue angle of 330º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F3278D is Cyan = 0, Magento = 0.84, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 39 | 141 | - |
| CMYK | 0 | 0.84 | 0.42 | 0.05 |
| HSL | 330º | 0.89% | 0.55% | - |
| HSV(B) | 330º | 0.84% | 0.95% | - |
| XYZ | 42.5 | 22.43 | 27.29 | - |
| YUV | 111.62 | 144.59 | 221.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 39 | 141 | 0 | 0.84 | 0.42 | 0.05 | 330 | 0.89 | 0.55 |
| Hex | F3 | 27 | 8D | 0 | 54 | 2A | 5 | 14A | 59 | 37 |
| Octal | 363 | 47 | 215 | 0 | 124 | 52 | 5 | 512 | 131 | 67 |
| Binary | 11110011 | 100111 | 10001101 | 0 | 1010100 | 101010 | 101 | 101001010 | 1011001 | 110111 |
Color Harmonies of #F3278D
Complementary color
Monochromatic Colors of #F3278D
Black with #F3278D
Text Example
Text Example
White with #F3278D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3278D; }
p { color: rgb(243,39,141); }
H1.HeaderClassName
{
color: #F3278D;
}
.AnyTagClassName
{
color: #F3278D;
}
</style>
background-color css
<style>
a { background-color: #F3278D; }
a { background-color: rgb(243,39,141); }
div.DivClassName
{
background-color: #F3278D;
}
.BgClassName
{
background-color: #F3278D;
}
</style>
border-color css
<style>
span { border-color: #F3278D; }
span { border-color: rgb(243,39,141); }
td.TdClassName
{
border-color: #F3278D;
}
.TagClassName
{
border-color: #F3278D;
}
</style>