Shades of Wild Strawberry #F8398F
Tints of Wild Strawberry #F8398F
RGB
CMYK
RGB Variations
Color information
#F8398F (or 0xF8398F) is known color: Wild Strawberry. HEX triplet: F8, 39 and 8F. RGB value is (248,57,143). Sum of RGB (Red+Green+Blue) = 248+57+143=448 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.36% from 448); Green value is 57 (22.66% from 255 or 12.72% from 448); Blue value is 143 (56.25% from 255 or 31.92% from 448); Max value from RGB is 248 - color contains mainly: red. Hex color #F8398F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F8398F is #07C670. Grayscale: #7B7B7B. Windows color (decimal): -509553 or 9386488. OLE color: 9386488.
HSL color Cylindrical-coordinate representation of color #F8398F: hue angle of 332.98º 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 #F8398F is Cyan = 0, Magento = 0.77, Yellow = 0.42 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 57 | 143 | - |
| CMYK | 0 | 0.77 | 0.42 | 0.03 |
| HSL | 332.98º | 0.93% | 0.6% | - |
| HSV(B) | 332.98º | 0.77% | 0.97% | - |
| XYZ | 45.13 | 24.87 | 28.41 | - |
| YUV | 123.91 | 138.78 | 216.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 57 | 143 | 0 | 0.77 | 0.42 | 0.03 | 332.98 | 0.93 | 0.6 |
| Hex | F8 | 39 | 8F | 0 | 4D | 2A | 3 | 14D | 5D | 3C |
| Octal | 370 | 71 | 217 | 0 | 115 | 52 | 3 | 515 | 135 | 74 |
| Binary | 11111000 | 111001 | 10001111 | 0 | 1001101 | 101010 | 11 | 101001101 | 1011101 | 111100 |
Color Harmonies of #F8398F
Complementary color
Monochromatic Colors of #F8398F
Black with #F8398F
Text Example
Text Example
White with #F8398F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8398F; }
p { color: rgb(248,57,143); }
H1.HeaderClassName
{
color: #F8398F;
}
.AnyTagClassName
{
color: #F8398F;
}
</style>
background-color css
<style>
a { background-color: #F8398F; }
a { background-color: rgb(248,57,143); }
div.DivClassName
{
background-color: #F8398F;
}
.BgClassName
{
background-color: #F8398F;
}
</style>
border-color css
<style>
span { border-color: #F8398F; }
span { border-color: rgb(248,57,143); }
td.TdClassName
{
border-color: #F8398F;
}
.TagClassName
{
border-color: #F8398F;
}
</style>