Shades of Wild Strawberry #F8268C
Tints of Wild Strawberry #F8268C
RGB
CMYK
RGB Variations
Color information
#F8268C (or 0xF8268C) is known color: Wild Strawberry. HEX triplet: F8, 26 and 8C. RGB value is (248,38,140). Sum of RGB (Red+Green+Blue) = 248+38+140=426 (56% of max value = 765). Red value is 248 (97.27% from 255 or 58.22% from 426); Green value is 38 (15.23% from 255 or 8.92% from 426); Blue value is 140 (55.08% from 255 or 32.86% from 426); Max value from RGB is 248 - color contains mainly: red. Hex color #F8268C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F8268C is #07D973. Grayscale: #707070. Windows color (decimal): -514420 or 9185016. OLE color: 9185016.
HSL color Cylindrical-coordinate representation of color #F8268C: hue angle of 330.86º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F8268C is Cyan = 0, Magento = 0.85, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 38 | 140 | - |
| CMYK | 0 | 0.85 | 0.44 | 0.03 |
| HSL | 330.86º | 0.94% | 0.56% | - |
| HSV(B) | 330.86º | 0.85% | 0.97% | - |
| XYZ | 44.14 | 23.24 | 26.97 | - |
| YUV | 112.42 | 143.57 | 224.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 38 | 140 | 0 | 0.85 | 0.44 | 0.03 | 330.86 | 0.94 | 0.56 |
| Hex | F8 | 26 | 8C | 0 | 55 | 2C | 3 | 14B | 5E | 38 |
| Octal | 370 | 46 | 214 | 0 | 125 | 54 | 3 | 513 | 136 | 70 |
| Binary | 11111000 | 100110 | 10001100 | 0 | 1010101 | 101100 | 11 | 101001011 | 1011110 | 111000 |
Color Harmonies of #F8268C
Complementary color
Monochromatic Colors of #F8268C
Black with #F8268C
Text Example
Text Example
White with #F8268C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8268C; }
p { color: rgb(248,38,140); }
H1.HeaderClassName
{
color: #F8268C;
}
.AnyTagClassName
{
color: #F8268C;
}
</style>
background-color css
<style>
a { background-color: #F8268C; }
a { background-color: rgb(248,38,140); }
div.DivClassName
{
background-color: #F8268C;
}
.BgClassName
{
background-color: #F8268C;
}
</style>
border-color css
<style>
span { border-color: #F8268C; }
span { border-color: rgb(248,38,140); }
td.TdClassName
{
border-color: #F8268C;
}
.TagClassName
{
border-color: #F8268C;
}
</style>