Shades of Wild Strawberry #F0308B
Tints of Wild Strawberry #F0308B
RGB
CMYK
RGB Variations
Color information
#F0308B (or 0xF0308B) is known color: Wild Strawberry. HEX triplet: F0, 30 and 8B. RGB value is (240,48,139). Sum of RGB (Red+Green+Blue) = 240+48+139=427 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.21% from 427); Green value is 48 (19.14% from 255 or 11.24% from 427); Blue value is 139 (54.69% from 255 or 32.55% from 427); Max value from RGB is 240 - color contains mainly: red. Hex color #F0308B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0308B is #0FCF74. Grayscale: #737373. Windows color (decimal): -1036149 or 9122032. OLE color: 9122032.
HSL color Cylindrical-coordinate representation of color #F0308B: hue angle of 331.56º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F0308B is Cyan = 0, Magento = 0.8, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 48 | 139 | - |
| CMYK | 0 | 0.8 | 0.42 | 0.06 |
| HSL | 331.56º | 0.86% | 0.56% | - |
| HSV(B) | 331.56º | 0.8% | 0.94% | - |
| XYZ | 41.65 | 22.5 | 26.57 | - |
| YUV | 115.78 | 141.11 | 216.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 48 | 139 | 0 | 0.8 | 0.42 | 0.06 | 331.56 | 0.86 | 0.56 |
| Hex | F0 | 30 | 8B | 0 | 50 | 2A | 6 | 14C | 56 | 38 |
| Octal | 360 | 60 | 213 | 0 | 120 | 52 | 6 | 514 | 126 | 70 |
| Binary | 11110000 | 110000 | 10001011 | 0 | 1010000 | 101010 | 110 | 101001100 | 1010110 | 111000 |
Color Harmonies of #F0308B
Complementary color
Monochromatic Colors of #F0308B
Black with #F0308B
Text Example
Text Example
White with #F0308B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0308B; }
p { color: rgb(240,48,139); }
H1.HeaderClassName
{
color: #F0308B;
}
.AnyTagClassName
{
color: #F0308B;
}
</style>
background-color css
<style>
a { background-color: #F0308B; }
a { background-color: rgb(240,48,139); }
div.DivClassName
{
background-color: #F0308B;
}
.BgClassName
{
background-color: #F0308B;
}
</style>
border-color css
<style>
span { border-color: #F0308B; }
span { border-color: rgb(240,48,139); }
td.TdClassName
{
border-color: #F0308B;
}
.TagClassName
{
border-color: #F0308B;
}
</style>