Shades of Wild Strawberry #F235A2
Tints of Wild Strawberry #F235A2
RGB
CMYK
RGB Variations
Color information
#F235A2 (or 0xF235A2) is known color: Wild Strawberry. HEX triplet: F2, 35 and A2. RGB value is (242,53,162). Sum of RGB (Red+Green+Blue) = 242+53+162=457 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.95% from 457); Green value is 53 (21.09% from 255 or 11.60% from 457); Blue value is 162 (63.67% from 255 or 35.45% from 457); Max value from RGB is 242 - color contains mainly: red. Hex color #F235A2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F235A2 is #0DCA5D. Grayscale: #797979. Windows color (decimal): -903774 or 10630642. OLE color: 10630642.
HSL color Cylindrical-coordinate representation of color #F235A2: hue angle of 325.4º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F235A2 is Cyan = 0, Magento = 0.78, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 53 | 162 | - |
| CMYK | 0 | 0.78 | 0.33 | 0.05 |
| HSL | 325.4º | 0.88% | 0.58% | - |
| HSV(B) | 325.4º | 0.78% | 0.95% | - |
| XYZ | 44.41 | 24.03 | 36.48 | - |
| YUV | 121.94 | 150.62 | 213.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 53 | 162 | 0 | 0.78 | 0.33 | 0.05 | 325.4 | 0.88 | 0.58 |
| Hex | F2 | 35 | A2 | 0 | 4E | 21 | 5 | 145 | 58 | 3A |
| Octal | 362 | 65 | 242 | 0 | 116 | 41 | 5 | 505 | 130 | 72 |
| Binary | 11110010 | 110101 | 10100010 | 0 | 1001110 | 100001 | 101 | 101000101 | 1011000 | 111010 |
Color Harmonies of #F235A2
Complementary color
Monochromatic Colors of #F235A2
Black with #F235A2
Text Example
Text Example
White with #F235A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F235A2; }
p { color: rgb(242,53,162); }
H1.HeaderClassName
{
color: #F235A2;
}
.AnyTagClassName
{
color: #F235A2;
}
</style>
background-color css
<style>
a { background-color: #F235A2; }
a { background-color: rgb(242,53,162); }
div.DivClassName
{
background-color: #F235A2;
}
.BgClassName
{
background-color: #F235A2;
}
</style>
border-color css
<style>
span { border-color: #F235A2; }
span { border-color: rgb(242,53,162); }
td.TdClassName
{
border-color: #F235A2;
}
.TagClassName
{
border-color: #F235A2;
}
</style>