Shades of Wild Strawberry #F8439B
Tints of Wild Strawberry #F8439B
RGB
CMYK
RGB Variations
Color information
#F8439B (or 0xF8439B) is known color: Wild Strawberry. HEX triplet: F8, 43 and 9B. RGB value is (248,67,155). Sum of RGB (Red+Green+Blue) = 248+67+155=470 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.77% from 470); Green value is 67 (26.56% from 255 or 14.26% from 470); Blue value is 155 (60.94% from 255 or 32.98% from 470); Max value from RGB is 248 - color contains mainly: red. Hex color #F8439B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F8439B is #07BC64. Grayscale: #828282. Windows color (decimal): -506981 or 10175480. OLE color: 10175480.
HSL color Cylindrical-coordinate representation of color #F8439B: hue angle of 330.83º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F8439B is Cyan = 0, Magento = 0.73, Yellow = 0.38 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 67 | 155 | - |
| CMYK | 0 | 0.73 | 0.38 | 0.03 |
| HSL | 330.83º | 0.93% | 0.62% | - |
| HSV(B) | 330.83º | 0.73% | 0.97% | - |
| XYZ | 46.63 | 26.34 | 33.64 | - |
| YUV | 131.15 | 141.47 | 211.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 67 | 155 | 0 | 0.73 | 0.38 | 0.03 | 330.83 | 0.93 | 0.62 |
| Hex | F8 | 43 | 9B | 0 | 49 | 26 | 3 | 14B | 5D | 3E |
| Octal | 370 | 103 | 233 | 0 | 111 | 46 | 3 | 513 | 135 | 76 |
| Binary | 11111000 | 1000011 | 10011011 | 0 | 1001001 | 100110 | 11 | 101001011 | 1011101 | 111110 |
Color Harmonies of #F8439B
Complementary color
Monochromatic Colors of #F8439B
Black with #F8439B
Text Example
Text Example
White with #F8439B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8439B; }
p { color: rgb(248,67,155); }
H1.HeaderClassName
{
color: #F8439B;
}
.AnyTagClassName
{
color: #F8439B;
}
</style>
background-color css
<style>
a { background-color: #F8439B; }
a { background-color: rgb(248,67,155); }
div.DivClassName
{
background-color: #F8439B;
}
.BgClassName
{
background-color: #F8439B;
}
</style>
border-color css
<style>
span { border-color: #F8439B; }
span { border-color: rgb(248,67,155); }
td.TdClassName
{
border-color: #F8439B;
}
.TagClassName
{
border-color: #F8439B;
}
</style>