Shades of Wild Strawberry #F0318A
Tints of Wild Strawberry #F0318A
RGB
CMYK
RGB Variations
Color information
#F0318A (or 0xF0318A) is known color: Wild Strawberry. HEX triplet: F0, 31 and 8A. RGB value is (240,49,138). Sum of RGB (Red+Green+Blue) = 240+49+138=427 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.21% from 427); Green value is 49 (19.53% from 255 or 11.48% from 427); Blue value is 138 (54.30% from 255 or 32.32% from 427); Max value from RGB is 240 - color contains mainly: red. Hex color #F0318A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0318A is #0FCE75. Grayscale: #747474. Windows color (decimal): -1035894 or 9056752. OLE color: 9056752.
HSL color Cylindrical-coordinate representation of color #F0318A: hue angle of 332.04º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F0318A is Cyan = 0, Magento = 0.80, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 49 | 138 | - |
| CMYK | 0 | 0.80 | 0.42 | 0.06 |
| HSL | 332.04º | 0.86% | 0.57% | - |
| HSV(B) | 332.04º | 0.8% | 0.94% | - |
| XYZ | 41.62 | 22.56 | 26.21 | - |
| YUV | 116.26 | 140.28 | 216.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 49 | 138 | 0 | 0.80 | 0.42 | 0.06 | 332.04 | 0.86 | 0.57 |
| Hex | F0 | 31 | 8A | 0 | 50 | 2A | 6 | 14C | 56 | 39 |
| Octal | 360 | 61 | 212 | 0 | 120 | 52 | 6 | 514 | 126 | 71 |
| Binary | 11110000 | 110001 | 10001010 | 0 | 1010000 | 101010 | 110 | 101001100 | 1010110 | 111001 |
Color Harmonies of #F0318A
Complementary color
Monochromatic Colors of #F0318A
Black with #F0318A
Text Example
Text Example
White with #F0318A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0318A; }
p { color: rgb(240,49,138); }
H1.HeaderClassName
{
color: #F0318A;
}
.AnyTagClassName
{
color: #F0318A;
}
</style>
background-color css
<style>
a { background-color: #F0318A; }
a { background-color: rgb(240,49,138); }
div.DivClassName
{
background-color: #F0318A;
}
.BgClassName
{
background-color: #F0318A;
}
</style>
border-color css
<style>
span { border-color: #F0318A; }
span { border-color: rgb(240,49,138); }
td.TdClassName
{
border-color: #F0318A;
}
.TagClassName
{
border-color: #F0318A;
}
</style>