Shades of Wild Strawberry #F0399B
Tints of Wild Strawberry #F0399B
RGB
CMYK
RGB Variations
Color information
#F0399B (or 0xF0399B) is known color: Wild Strawberry. HEX triplet: F0, 39 and 9B. RGB value is (240,57,155). Sum of RGB (Red+Green+Blue) = 240+57+155=452 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.10% from 452); Green value is 57 (22.66% from 255 or 12.61% from 452); Blue value is 155 (60.94% from 255 or 34.29% from 452); Max value from RGB is 240 - color contains mainly: red. Hex color #F0399B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0399B is #0FC664. Grayscale: #7A7A7A. Windows color (decimal): -1033829 or 10172912. OLE color: 10172912.
HSL color Cylindrical-coordinate representation of color #F0399B: hue angle of 327.87º 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 #F0399B is Cyan = 0, Magento = 0.76, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 57 | 155 | - |
| CMYK | 0 | 0.76 | 0.35 | 0.06 |
| HSL | 327.87º | 0.86% | 0.58% | - |
| HSV(B) | 327.87º | 0.76% | 0.94% | - |
| XYZ | 43.31 | 23.82 | 33.32 | - |
| YUV | 122.89 | 146.13 | 211.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 57 | 155 | 0 | 0.76 | 0.35 | 0.06 | 327.87 | 0.86 | 0.58 |
| Hex | F0 | 39 | 9B | 0 | 4C | 23 | 6 | 148 | 56 | 3A |
| Octal | 360 | 71 | 233 | 0 | 114 | 43 | 6 | 510 | 126 | 72 |
| Binary | 11110000 | 111001 | 10011011 | 0 | 1001100 | 100011 | 110 | 101001000 | 1010110 | 111010 |
Color Harmonies of #F0399B
Complementary color
Monochromatic Colors of #F0399B
Black with #F0399B
Text Example
Text Example
White with #F0399B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0399B; }
p { color: rgb(240,57,155); }
H1.HeaderClassName
{
color: #F0399B;
}
.AnyTagClassName
{
color: #F0399B;
}
</style>
background-color css
<style>
a { background-color: #F0399B; }
a { background-color: rgb(240,57,155); }
div.DivClassName
{
background-color: #F0399B;
}
.BgClassName
{
background-color: #F0399B;
}
</style>
border-color css
<style>
span { border-color: #F0399B; }
span { border-color: rgb(240,57,155); }
td.TdClassName
{
border-color: #F0399B;
}
.TagClassName
{
border-color: #F0399B;
}
</style>