Shades of Wild Strawberry #F8287F
Tints of Wild Strawberry #F8287F
RGB
CMYK
RGB Variations
Color information
#F8287F (or 0xF8287F) is known color: Wild Strawberry. HEX triplet: F8, 28 and 7F. RGB value is (248,40,127). Sum of RGB (Red+Green+Blue) = 248+40+127=415 (54% of max value = 765). Red value is 248 (97.27% from 255 or 59.76% from 415); Green value is 40 (16.02% from 255 or 9.64% from 415); Blue value is 127 (50% from 255 or 30.60% from 415); Max value from RGB is 248 - color contains mainly: red. Hex color #F8287F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8287F is #07D780. Grayscale: #6F6F6F. Windows color (decimal): -513921 or 8333560. OLE color: 8333560.
HSL color Cylindrical-coordinate representation of color #F8287F: hue angle of 334.9º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F8287F is Cyan = 0, Magento = 0.84, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 40 | 127 | - |
| CMYK | 0 | 0.84 | 0.49 | 0.03 |
| HSL | 334.9º | 0.94% | 0.56% | - |
| HSV(B) | 334.9º | 0.84% | 0.97% | - |
| XYZ | 43.3 | 23.01 | 22.24 | - |
| YUV | 112.11 | 136.41 | 224.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 40 | 127 | 0 | 0.84 | 0.49 | 0.03 | 334.9 | 0.94 | 0.56 |
| Hex | F8 | 28 | 7F | 0 | 54 | 31 | 3 | 14F | 5E | 38 |
| Octal | 370 | 50 | 177 | 0 | 124 | 61 | 3 | 517 | 136 | 70 |
| Binary | 11111000 | 101000 | 1111111 | 0 | 1010100 | 110001 | 11 | 101001111 | 1011110 | 111000 |
Color Harmonies of #F8287F
Complementary color
Monochromatic Colors of #F8287F
Black with #F8287F
Text Example
Text Example
White with #F8287F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8287F; }
p { color: rgb(248,40,127); }
H1.HeaderClassName
{
color: #F8287F;
}
.AnyTagClassName
{
color: #F8287F;
}
</style>
background-color css
<style>
a { background-color: #F8287F; }
a { background-color: rgb(248,40,127); }
div.DivClassName
{
background-color: #F8287F;
}
.BgClassName
{
background-color: #F8287F;
}
</style>
border-color css
<style>
span { border-color: #F8287F; }
span { border-color: rgb(248,40,127); }
td.TdClassName
{
border-color: #F8287F;
}
.TagClassName
{
border-color: #F8287F;
}
</style>