Shades of Wild Strawberry #F2328C
Tints of Wild Strawberry #F2328C
RGB
CMYK
RGB Variations
Color information
#F2328C (or 0xF2328C) is known color: Wild Strawberry. HEX triplet: F2, 32 and 8C. RGB value is (242,50,140). Sum of RGB (Red+Green+Blue) = 242+50+140=432 (57% of max value = 765). Red value is 242 (94.92% from 255 or 56.02% from 432); Green value is 50 (19.92% from 255 or 11.57% from 432); Blue value is 140 (55.08% from 255 or 32.41% from 432); Max value from RGB is 242 - color contains mainly: red. Hex color #F2328C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F2328C is #0DCD73. Grayscale: #757575. Windows color (decimal): -904564 or 9188082. OLE color: 9188082.
HSL color Cylindrical-coordinate representation of color #F2328C: hue angle of 331.88º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F2328C is Cyan = 0, Magento = 0.79, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 50 | 140 | - |
| CMYK | 0 | 0.79 | 0.42 | 0.05 |
| HSL | 331.88º | 0.88% | 0.57% | - |
| HSV(B) | 331.88º | 0.79% | 0.95% | - |
| XYZ | 42.49 | 23.05 | 27.02 | - |
| YUV | 117.67 | 140.61 | 216.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 50 | 140 | 0 | 0.79 | 0.42 | 0.05 | 331.88 | 0.88 | 0.57 |
| Hex | F2 | 32 | 8C | 0 | 4F | 2A | 5 | 14C | 58 | 39 |
| Octal | 362 | 62 | 214 | 0 | 117 | 52 | 5 | 514 | 130 | 71 |
| Binary | 11110010 | 110010 | 10001100 | 0 | 1001111 | 101010 | 101 | 101001100 | 1011000 | 111001 |
Color Harmonies of #F2328C
Complementary color
Monochromatic Colors of #F2328C
Black with #F2328C
Text Example
Text Example
White with #F2328C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2328C; }
p { color: rgb(242,50,140); }
H1.HeaderClassName
{
color: #F2328C;
}
.AnyTagClassName
{
color: #F2328C;
}
</style>
background-color css
<style>
a { background-color: #F2328C; }
a { background-color: rgb(242,50,140); }
div.DivClassName
{
background-color: #F2328C;
}
.BgClassName
{
background-color: #F2328C;
}
</style>
border-color css
<style>
span { border-color: #F2328C; }
span { border-color: rgb(242,50,140); }
td.TdClassName
{
border-color: #F2328C;
}
.TagClassName
{
border-color: #F2328C;
}
</style>