Shades of Wild Strawberry #F035A2
Tints of Wild Strawberry #F035A2
RGB
CMYK
RGB Variations
Color information
#F035A2 (or 0xF035A2) is known color: Wild Strawberry. HEX triplet: F0, 35 and A2. RGB value is (240,53,162). Sum of RGB (Red+Green+Blue) = 240+53+162=455 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.75% from 455); Green value is 53 (21.09% from 255 or 11.65% from 455); Blue value is 162 (63.67% from 255 or 35.60% from 455); Max value from RGB is 240 - color contains mainly: red. Hex color #F035A2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F035A2 is #0FCA5D. Grayscale: #797979. Windows color (decimal): -1034846 or 10630640. OLE color: 10630640.
HSL color Cylindrical-coordinate representation of color #F035A2: hue angle of 325.03º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F035A2 is Cyan = 0, Magento = 0.78, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 53 | 162 | - |
| CMYK | 0 | 0.78 | 0.32 | 0.06 |
| HSL | 325.03º | 0.86% | 0.57% | - |
| HSV(B) | 325.03º | 0.78% | 0.94% | - |
| XYZ | 43.73 | 23.68 | 36.45 | - |
| YUV | 121.34 | 150.95 | 212.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 53 | 162 | 0 | 0.78 | 0.32 | 0.06 | 325.03 | 0.86 | 0.57 |
| Hex | F0 | 35 | A2 | 0 | 4E | 20 | 6 | 145 | 56 | 39 |
| Octal | 360 | 65 | 242 | 0 | 116 | 40 | 6 | 505 | 126 | 71 |
| Binary | 11110000 | 110101 | 10100010 | 0 | 1001110 | 100000 | 110 | 101000101 | 1010110 | 111001 |
Color Harmonies of #F035A2
Complementary color
Monochromatic Colors of #F035A2
Black with #F035A2
Text Example
Text Example
White with #F035A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F035A2; }
p { color: rgb(240,53,162); }
H1.HeaderClassName
{
color: #F035A2;
}
.AnyTagClassName
{
color: #F035A2;
}
</style>
background-color css
<style>
a { background-color: #F035A2; }
a { background-color: rgb(240,53,162); }
div.DivClassName
{
background-color: #F035A2;
}
.BgClassName
{
background-color: #F035A2;
}
</style>
border-color css
<style>
span { border-color: #F035A2; }
span { border-color: rgb(240,53,162); }
td.TdClassName
{
border-color: #F035A2;
}
.TagClassName
{
border-color: #F035A2;
}
</style>