Shades of Wild Strawberry #F033A0
Tints of Wild Strawberry #F033A0
RGB
CMYK
RGB Variations
Color information
#F033A0 (or 0xF033A0) is known color: Wild Strawberry. HEX triplet: F0, 33 and A0. RGB value is (240,51,160). Sum of RGB (Red+Green+Blue) = 240+51+160=451 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.22% from 451); Green value is 51 (20.31% from 255 or 11.31% from 451); Blue value is 160 (62.89% from 255 or 35.48% from 451); Max value from RGB is 240 - color contains mainly: red. Hex color #F033A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F033A0 is #0FCC5F. Grayscale: #777777. Windows color (decimal): -1035360 or 10499056. OLE color: 10499056.
HSL color Cylindrical-coordinate representation of color #F033A0: hue angle of 325.4º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F033A0 is Cyan = 0, Magento = 0.79, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 51 | 160 | - |
| CMYK | 0 | 0.79 | 0.33 | 0.06 |
| HSL | 325.4º | 0.86% | 0.57% | - |
| HSV(B) | 325.4º | 0.79% | 0.94% | - |
| XYZ | 43.46 | 23.43 | 35.49 | - |
| YUV | 119.94 | 150.62 | 213.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 51 | 160 | 0 | 0.79 | 0.33 | 0.06 | 325.4 | 0.86 | 0.57 |
| Hex | F0 | 33 | A0 | 0 | 4F | 21 | 6 | 145 | 56 | 39 |
| Octal | 360 | 63 | 240 | 0 | 117 | 41 | 6 | 505 | 126 | 71 |
| Binary | 11110000 | 110011 | 10100000 | 0 | 1001111 | 100001 | 110 | 101000101 | 1010110 | 111001 |
Color Harmonies of #F033A0
Complementary color
Monochromatic Colors of #F033A0
Black with #F033A0
Text Example
Text Example
White with #F033A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F033A0; }
p { color: rgb(240,51,160); }
H1.HeaderClassName
{
color: #F033A0;
}
.AnyTagClassName
{
color: #F033A0;
}
</style>
background-color css
<style>
a { background-color: #F033A0; }
a { background-color: rgb(240,51,160); }
div.DivClassName
{
background-color: #F033A0;
}
.BgClassName
{
background-color: #F033A0;
}
</style>
border-color css
<style>
span { border-color: #F033A0; }
span { border-color: rgb(240,51,160); }
td.TdClassName
{
border-color: #F033A0;
}
.TagClassName
{
border-color: #F033A0;
}
</style>