Shades of Wild Strawberry #F83CA2
Tints of Wild Strawberry #F83CA2
RGB
CMYK
RGB Variations
Color information
#F83CA2 (or 0xF83CA2) is known color: Wild Strawberry. HEX triplet: F8, 3C and A2. RGB value is (248,60,162). Sum of RGB (Red+Green+Blue) = 248+60+162=470 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.77% from 470); Green value is 60 (23.83% from 255 or 12.77% from 470); Blue value is 162 (63.67% from 255 or 34.47% from 470); Max value from RGB is 248 - color contains mainly: red. Hex color #F83CA2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F83CA2 is #07C35D. Grayscale: #7F7F7F. Windows color (decimal): -508766 or 10632440. OLE color: 10632440.
HSL color Cylindrical-coordinate representation of color #F83CA2: hue angle of 327.45º 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 #F83CA2 is Cyan = 0, Magento = 0.76, Yellow = 0.35 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 60 | 162 | - |
| CMYK | 0 | 0.76 | 0.35 | 0.03 |
| HSL | 327.45º | 0.93% | 0.6% | - |
| HSV(B) | 327.45º | 0.76% | 0.97% | - |
| XYZ | 46.85 | 25.8 | 36.69 | - |
| YUV | 127.84 | 147.28 | 213.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 60 | 162 | 0 | 0.76 | 0.35 | 0.03 | 327.45 | 0.93 | 0.6 |
| Hex | F8 | 3C | A2 | 0 | 4C | 23 | 3 | 147 | 5D | 3C |
| Octal | 370 | 74 | 242 | 0 | 114 | 43 | 3 | 507 | 135 | 74 |
| Binary | 11111000 | 111100 | 10100010 | 0 | 1001100 | 100011 | 11 | 101000111 | 1011101 | 111100 |
Color Harmonies of #F83CA2
Complementary color
Monochromatic Colors of #F83CA2
Black with #F83CA2
Text Example
Text Example
White with #F83CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83CA2; }
p { color: rgb(248,60,162); }
H1.HeaderClassName
{
color: #F83CA2;
}
.AnyTagClassName
{
color: #F83CA2;
}
</style>
background-color css
<style>
a { background-color: #F83CA2; }
a { background-color: rgb(248,60,162); }
div.DivClassName
{
background-color: #F83CA2;
}
.BgClassName
{
background-color: #F83CA2;
}
</style>
border-color css
<style>
span { border-color: #F83CA2; }
span { border-color: rgb(248,60,162); }
td.TdClassName
{
border-color: #F83CA2;
}
.TagClassName
{
border-color: #F83CA2;
}
</style>