Shades of Wild Strawberry #F833A0
Tints of Wild Strawberry #F833A0
RGB
CMYK
RGB Variations
Color information
#F833A0 (or 0xF833A0) is known color: Wild Strawberry. HEX triplet: F8, 33 and A0. RGB value is (248,51,160). Sum of RGB (Red+Green+Blue) = 248+51+160=459 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.03% from 459); Green value is 51 (20.31% from 255 or 11.11% from 459); Blue value is 160 (62.89% from 255 or 34.86% from 459); Max value from RGB is 248 - color contains mainly: red. Hex color #F833A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F833A0 is #07CC5F. Grayscale: #7A7A7A. Windows color (decimal): -511072 or 10499064. OLE color: 10499064.
HSL color Cylindrical-coordinate representation of color #F833A0: hue angle of 326.8º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F833A0 is Cyan = 0, Magento = 0.79, Yellow = 0.35 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 51 | 160 | - |
| CMYK | 0 | 0.79 | 0.35 | 0.03 |
| HSL | 326.8º | 0.93% | 0.59% | - |
| HSV(B) | 326.8º | 0.79% | 0.97% | - |
| XYZ | 46.24 | 24.86 | 35.62 | - |
| YUV | 122.33 | 149.27 | 217.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 51 | 160 | 0 | 0.79 | 0.35 | 0.03 | 326.8 | 0.93 | 0.59 |
| Hex | F8 | 33 | A0 | 0 | 4F | 23 | 3 | 147 | 5D | 3B |
| Octal | 370 | 63 | 240 | 0 | 117 | 43 | 3 | 507 | 135 | 73 |
| Binary | 11111000 | 110011 | 10100000 | 0 | 1001111 | 100011 | 11 | 101000111 | 1011101 | 111011 |
Color Harmonies of #F833A0
Complementary color
Monochromatic Colors of #F833A0
Black with #F833A0
Text Example
Text Example
White with #F833A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F833A0; }
p { color: rgb(248,51,160); }
H1.HeaderClassName
{
color: #F833A0;
}
.AnyTagClassName
{
color: #F833A0;
}
</style>
background-color css
<style>
a { background-color: #F833A0; }
a { background-color: rgb(248,51,160); }
div.DivClassName
{
background-color: #F833A0;
}
.BgClassName
{
background-color: #F833A0;
}
</style>
border-color css
<style>
span { border-color: #F833A0; }
span { border-color: rgb(248,51,160); }
td.TdClassName
{
border-color: #F833A0;
}
.TagClassName
{
border-color: #F833A0;
}
</style>