Shades of Wild Strawberry #F8358B
Tints of Wild Strawberry #F8358B
RGB
CMYK
RGB Variations
Color information
#F8358B (or 0xF8358B) is known color: Wild Strawberry. HEX triplet: F8, 35 and 8B. RGB value is (248,53,139). Sum of RGB (Red+Green+Blue) = 248+53+139=440 (58% of max value = 765). Red value is 248 (97.27% from 255 or 56.36% from 440); Green value is 53 (21.09% from 255 or 12.05% from 440); Blue value is 139 (54.69% from 255 or 31.59% from 440); Max value from RGB is 248 - color contains mainly: red. Hex color #F8358B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F8358B is #07CA74. Grayscale: #787878. Windows color (decimal): -510581 or 9123320. OLE color: 9123320.
HSL color Cylindrical-coordinate representation of color #F8358B: hue angle of 333.54º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F8358B is Cyan = 0, Magento = 0.79, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 53 | 139 | - |
| CMYK | 0 | 0.79 | 0.44 | 0.03 |
| HSL | 333.54º | 0.93% | 0.59% | - |
| HSV(B) | 333.54º | 0.79% | 0.97% | - |
| XYZ | 44.64 | 24.37 | 26.78 | - |
| YUV | 121.11 | 138.1 | 218.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 53 | 139 | 0 | 0.79 | 0.44 | 0.03 | 333.54 | 0.93 | 0.59 |
| Hex | F8 | 35 | 8B | 0 | 4F | 2C | 3 | 14E | 5D | 3B |
| Octal | 370 | 65 | 213 | 0 | 117 | 54 | 3 | 516 | 135 | 73 |
| Binary | 11111000 | 110101 | 10001011 | 0 | 1001111 | 101100 | 11 | 101001110 | 1011101 | 111011 |
Color Harmonies of #F8358B
Complementary color
Monochromatic Colors of #F8358B
Black with #F8358B
Text Example
Text Example
White with #F8358B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8358B; }
p { color: rgb(248,53,139); }
H1.HeaderClassName
{
color: #F8358B;
}
.AnyTagClassName
{
color: #F8358B;
}
</style>
background-color css
<style>
a { background-color: #F8358B; }
a { background-color: rgb(248,53,139); }
div.DivClassName
{
background-color: #F8358B;
}
.BgClassName
{
background-color: #F8358B;
}
</style>
border-color css
<style>
span { border-color: #F8358B; }
span { border-color: rgb(248,53,139); }
td.TdClassName
{
border-color: #F8358B;
}
.TagClassName
{
border-color: #F8358B;
}
</style>