Shades of Wild Strawberry #F83C9E
Tints of Wild Strawberry #F83C9E
RGB
CMYK
RGB Variations
Color information
#F83C9E (or 0xF83C9E) is known color: Wild Strawberry. HEX triplet: F8, 3C and 9E. RGB value is (248,60,158). Sum of RGB (Red+Green+Blue) = 248+60+158=466 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.22% from 466); Green value is 60 (23.83% from 255 or 12.88% from 466); Blue value is 158 (62.11% from 255 or 33.91% from 466); Max value from RGB is 248 - color contains mainly: red. Hex color #F83C9E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F83C9E is #07C361. Grayscale: #7F7F7F. Windows color (decimal): -508770 or 10370296. OLE color: 10370296.
HSL color Cylindrical-coordinate representation of color #F83C9E: hue angle of 328.72º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F83C9E is Cyan = 0, Magento = 0.76, Yellow = 0.36 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 60 | 158 | - |
| CMYK | 0 | 0.76 | 0.36 | 0.03 |
| HSL | 328.72º | 0.93% | 0.6% | - |
| HSV(B) | 328.72º | 0.76% | 0.97% | - |
| XYZ | 46.5 | 25.66 | 34.85 | - |
| YUV | 127.38 | 145.28 | 214.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 60 | 158 | 0 | 0.76 | 0.36 | 0.03 | 328.72 | 0.93 | 0.6 |
| Hex | F8 | 3C | 9E | 0 | 4C | 24 | 3 | 149 | 5D | 3C |
| Octal | 370 | 74 | 236 | 0 | 114 | 44 | 3 | 511 | 135 | 74 |
| Binary | 11111000 | 111100 | 10011110 | 0 | 1001100 | 100100 | 11 | 101001001 | 1011101 | 111100 |
Color Harmonies of #F83C9E
Complementary color
Monochromatic Colors of #F83C9E
Black with #F83C9E
Text Example
Text Example
White with #F83C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83C9E; }
p { color: rgb(248,60,158); }
H1.HeaderClassName
{
color: #F83C9E;
}
.AnyTagClassName
{
color: #F83C9E;
}
</style>
background-color css
<style>
a { background-color: #F83C9E; }
a { background-color: rgb(248,60,158); }
div.DivClassName
{
background-color: #F83C9E;
}
.BgClassName
{
background-color: #F83C9E;
}
</style>
border-color css
<style>
span { border-color: #F83C9E; }
span { border-color: rgb(248,60,158); }
td.TdClassName
{
border-color: #F83C9E;
}
.TagClassName
{
border-color: #F83C9E;
}
</style>