Shades of Wild Strawberry #F0369F
Tints of Wild Strawberry #F0369F
RGB
CMYK
RGB Variations
Color information
#F0369F (or 0xF0369F) is known color: Wild Strawberry. HEX triplet: F0, 36 and 9F. RGB value is (240,54,159). Sum of RGB (Red+Green+Blue) = 240+54+159=453 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.98% from 453); Green value is 54 (21.48% from 255 or 11.92% from 453); Blue value is 159 (62.5% from 255 or 35.10% from 453); Max value from RGB is 240 - color contains mainly: red. Hex color #F0369F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0369F is #0FC960. Grayscale: #797979. Windows color (decimal): -1034593 or 10434288. OLE color: 10434288.
HSL color Cylindrical-coordinate representation of color #F0369F: hue angle of 326.13º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F0369F is Cyan = 0, Magento = 0.78, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 54 | 159 | - |
| CMYK | 0 | 0.78 | 0.34 | 0.06 |
| HSL | 326.13º | 0.86% | 0.58% | - |
| HSV(B) | 326.13º | 0.78% | 0.94% | - |
| XYZ | 43.51 | 23.67 | 35.08 | - |
| YUV | 121.58 | 149.12 | 212.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 54 | 159 | 0 | 0.78 | 0.34 | 0.06 | 326.13 | 0.86 | 0.58 |
| Hex | F0 | 36 | 9F | 0 | 4E | 22 | 6 | 146 | 56 | 3A |
| Octal | 360 | 66 | 237 | 0 | 116 | 42 | 6 | 506 | 126 | 72 |
| Binary | 11110000 | 110110 | 10011111 | 0 | 1001110 | 100010 | 110 | 101000110 | 1010110 | 111010 |
Color Harmonies of #F0369F
Complementary color
Monochromatic Colors of #F0369F
Black with #F0369F
Text Example
Text Example
White with #F0369F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0369F; }
p { color: rgb(240,54,159); }
H1.HeaderClassName
{
color: #F0369F;
}
.AnyTagClassName
{
color: #F0369F;
}
</style>
background-color css
<style>
a { background-color: #F0369F; }
a { background-color: rgb(240,54,159); }
div.DivClassName
{
background-color: #F0369F;
}
.BgClassName
{
background-color: #F0369F;
}
</style>
border-color css
<style>
span { border-color: #F0369F; }
span { border-color: rgb(240,54,159); }
td.TdClassName
{
border-color: #F0369F;
}
.TagClassName
{
border-color: #F0369F;
}
</style>