Shades of Wild Strawberry #F0328A
Tints of Wild Strawberry #F0328A
RGB
CMYK
RGB Variations
Color information
#F0328A (or 0xF0328A) is known color: Wild Strawberry. HEX triplet: F0, 32 and 8A. RGB value is (240,50,138). Sum of RGB (Red+Green+Blue) = 240+50+138=428 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.07% from 428); Green value is 50 (19.92% from 255 or 11.68% from 428); Blue value is 138 (54.30% from 255 or 32.24% from 428); Max value from RGB is 240 - color contains mainly: red. Hex color #F0328A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0328A is #0FCD75. Grayscale: #747474. Windows color (decimal): -1035638 or 9057008. OLE color: 9057008.
HSL color Cylindrical-coordinate representation of color #F0328A: hue angle of 332.21º 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 #F0328A is Cyan = 0, Magento = 0.79, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 50 | 138 | - |
| CMYK | 0 | 0.79 | 0.42 | 0.06 |
| HSL | 332.21º | 0.86% | 0.57% | - |
| HSV(B) | 332.21º | 0.79% | 0.94% | - |
| XYZ | 41.66 | 22.64 | 26.22 | - |
| YUV | 116.84 | 139.95 | 215.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 50 | 138 | 0 | 0.79 | 0.42 | 0.06 | 332.21 | 0.86 | 0.57 |
| Hex | F0 | 32 | 8A | 0 | 4F | 2A | 6 | 14C | 56 | 39 |
| Octal | 360 | 62 | 212 | 0 | 117 | 52 | 6 | 514 | 126 | 71 |
| Binary | 11110000 | 110010 | 10001010 | 0 | 1001111 | 101010 | 110 | 101001100 | 1010110 | 111001 |
Color Harmonies of #F0328A
Complementary color
Monochromatic Colors of #F0328A
Black with #F0328A
Text Example
Text Example
White with #F0328A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0328A; }
p { color: rgb(240,50,138); }
H1.HeaderClassName
{
color: #F0328A;
}
.AnyTagClassName
{
color: #F0328A;
}
</style>
background-color css
<style>
a { background-color: #F0328A; }
a { background-color: rgb(240,50,138); }
div.DivClassName
{
background-color: #F0328A;
}
.BgClassName
{
background-color: #F0328A;
}
</style>
border-color css
<style>
span { border-color: #F0328A; }
span { border-color: rgb(240,50,138); }
td.TdClassName
{
border-color: #F0328A;
}
.TagClassName
{
border-color: #F0328A;
}
</style>