Shades of Wild Strawberry #F236A2
Tints of Wild Strawberry #F236A2
RGB
CMYK
RGB Variations
Color information
#F236A2 (or 0xF236A2) is known color: Wild Strawberry. HEX triplet: F2, 36 and A2. RGB value is (242,54,162). Sum of RGB (Red+Green+Blue) = 242+54+162=458 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.84% from 458); Green value is 54 (21.48% from 255 or 11.79% from 458); Blue value is 162 (63.67% from 255 or 35.37% from 458); Max value from RGB is 242 - color contains mainly: red. Hex color #F236A2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F236A2 is #0DC95D. Grayscale: #7A7A7A. Windows color (decimal): -903518 or 10630898. OLE color: 10630898.
HSL color Cylindrical-coordinate representation of color #F236A2: hue angle of 325.53º 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 #F236A2 is Cyan = 0, Magento = 0.78, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 54 | 162 | - |
| CMYK | 0 | 0.78 | 0.33 | 0.05 |
| HSL | 325.53º | 0.88% | 0.58% | - |
| HSV(B) | 325.53º | 0.78% | 0.95% | - |
| XYZ | 44.46 | 24.12 | 36.5 | - |
| YUV | 122.52 | 150.28 | 213.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 54 | 162 | 0 | 0.78 | 0.33 | 0.05 | 325.53 | 0.88 | 0.58 |
| Hex | F2 | 36 | A2 | 0 | 4E | 21 | 5 | 146 | 58 | 3A |
| Octal | 362 | 66 | 242 | 0 | 116 | 41 | 5 | 506 | 130 | 72 |
| Binary | 11110010 | 110110 | 10100010 | 0 | 1001110 | 100001 | 101 | 101000110 | 1011000 | 111010 |
Color Harmonies of #F236A2
Complementary color
Monochromatic Colors of #F236A2
Black with #F236A2
Text Example
Text Example
White with #F236A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F236A2; }
p { color: rgb(242,54,162); }
H1.HeaderClassName
{
color: #F236A2;
}
.AnyTagClassName
{
color: #F236A2;
}
</style>
background-color css
<style>
a { background-color: #F236A2; }
a { background-color: rgb(242,54,162); }
div.DivClassName
{
background-color: #F236A2;
}
.BgClassName
{
background-color: #F236A2;
}
</style>
border-color css
<style>
span { border-color: #F236A2; }
span { border-color: rgb(242,54,162); }
td.TdClassName
{
border-color: #F236A2;
}
.TagClassName
{
border-color: #F236A2;
}
</style>