Shades of Wild Strawberry #F0399A
Tints of Wild Strawberry #F0399A
RGB
CMYK
RGB Variations
Color information
#F0399A (or 0xF0399A) is known color: Wild Strawberry. HEX triplet: F0, 39 and 9A. RGB value is (240,57,154). Sum of RGB (Red+Green+Blue) = 240+57+154=451 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.22% from 451); Green value is 57 (22.66% from 255 or 12.64% from 451); Blue value is 154 (60.55% from 255 or 34.15% from 451); Max value from RGB is 240 - color contains mainly: red. Hex color #F0399A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0399A is #0FC665. Grayscale: #7A7A7A. Windows color (decimal): -1033830 or 10107376. OLE color: 10107376.
HSL color Cylindrical-coordinate representation of color #F0399A: hue angle of 328.2º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F0399A is Cyan = 0, Magento = 0.76, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 57 | 154 | - |
| CMYK | 0 | 0.76 | 0.36 | 0.06 |
| HSL | 328.2º | 0.86% | 0.58% | - |
| HSV(B) | 328.2º | 0.76% | 0.94% | - |
| XYZ | 43.23 | 23.78 | 32.88 | - |
| YUV | 122.78 | 145.63 | 211.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 57 | 154 | 0 | 0.76 | 0.36 | 0.06 | 328.2 | 0.86 | 0.58 |
| Hex | F0 | 39 | 9A | 0 | 4C | 24 | 6 | 148 | 56 | 3A |
| Octal | 360 | 71 | 232 | 0 | 114 | 44 | 6 | 510 | 126 | 72 |
| Binary | 11110000 | 111001 | 10011010 | 0 | 1001100 | 100100 | 110 | 101001000 | 1010110 | 111010 |
Color Harmonies of #F0399A
Complementary color
Monochromatic Colors of #F0399A
Black with #F0399A
Text Example
Text Example
White with #F0399A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0399A; }
p { color: rgb(240,57,154); }
H1.HeaderClassName
{
color: #F0399A;
}
.AnyTagClassName
{
color: #F0399A;
}
</style>
background-color css
<style>
a { background-color: #F0399A; }
a { background-color: rgb(240,57,154); }
div.DivClassName
{
background-color: #F0399A;
}
.BgClassName
{
background-color: #F0399A;
}
</style>
border-color css
<style>
span { border-color: #F0399A; }
span { border-color: rgb(240,57,154); }
td.TdClassName
{
border-color: #F0399A;
}
.TagClassName
{
border-color: #F0399A;
}
</style>