Shades of Wild Strawberry #F8388F
Tints of Wild Strawberry #F8388F
RGB
CMYK
RGB Variations
Color information
#F8388F (or 0xF8388F) is known color: Wild Strawberry. HEX triplet: F8, 38 and 8F. RGB value is (248,56,143). Sum of RGB (Red+Green+Blue) = 248+56+143=447 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.48% from 447); Green value is 56 (22.27% from 255 or 12.53% from 447); Blue value is 143 (56.25% from 255 or 31.99% from 447); Max value from RGB is 248 - color contains mainly: red. Hex color #F8388F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F8388F is #07C770. Grayscale: #7B7B7B. Windows color (decimal): -509809 or 9386232. OLE color: 9386232.
HSL color Cylindrical-coordinate representation of color #F8388F: hue angle of 332.81º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F8388F is Cyan = 0, Magento = 0.77, Yellow = 0.42 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 56 | 143 | - |
| CMYK | 0 | 0.77 | 0.42 | 0.03 |
| HSL | 332.81º | 0.93% | 0.6% | - |
| HSV(B) | 332.81º | 0.77% | 0.97% | - |
| XYZ | 45.08 | 24.77 | 28.39 | - |
| YUV | 123.33 | 139.11 | 216.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 56 | 143 | 0 | 0.77 | 0.42 | 0.03 | 332.81 | 0.93 | 0.6 |
| Hex | F8 | 38 | 8F | 0 | 4D | 2A | 3 | 14D | 5D | 3C |
| Octal | 370 | 70 | 217 | 0 | 115 | 52 | 3 | 515 | 135 | 74 |
| Binary | 11111000 | 111000 | 10001111 | 0 | 1001101 | 101010 | 11 | 101001101 | 1011101 | 111100 |
Color Harmonies of #F8388F
Complementary color
Monochromatic Colors of #F8388F
Black with #F8388F
Text Example
Text Example
White with #F8388F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8388F; }
p { color: rgb(248,56,143); }
H1.HeaderClassName
{
color: #F8388F;
}
.AnyTagClassName
{
color: #F8388F;
}
</style>
background-color css
<style>
a { background-color: #F8388F; }
a { background-color: rgb(248,56,143); }
div.DivClassName
{
background-color: #F8388F;
}
.BgClassName
{
background-color: #F8388F;
}
</style>
border-color css
<style>
span { border-color: #F8388F; }
span { border-color: rgb(248,56,143); }
td.TdClassName
{
border-color: #F8388F;
}
.TagClassName
{
border-color: #F8388F;
}
</style>