Shades of Wild Strawberry #F83CA5
Tints of Wild Strawberry #F83CA5
RGB
CMYK
RGB Variations
Color information
#F83CA5 (or 0xF83CA5) is known color: Wild Strawberry. HEX triplet: F8, 3C and A5. RGB value is (248,60,165). Sum of RGB (Red+Green+Blue) = 248+60+165=473 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.43% from 473); Green value is 60 (23.83% from 255 or 12.68% from 473); Blue value is 165 (64.84% from 255 or 34.88% from 473); Max value from RGB is 248 - color contains mainly: red. Hex color #F83CA5 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F83CA5 is #07C35A. Grayscale: #7F7F7F. Windows color (decimal): -508763 or 10829048. OLE color: 10829048.
HSL color Cylindrical-coordinate representation of color #F83CA5: hue angle of 326.49º 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 #F83CA5 is Cyan = 0, Magento = 0.76, Yellow = 0.33 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 60 | 165 | - |
| CMYK | 0 | 0.76 | 0.33 | 0.03 |
| HSL | 326.49º | 0.93% | 0.6% | - |
| HSV(B) | 326.49º | 0.76% | 0.97% | - |
| XYZ | 47.12 | 25.9 | 38.11 | - |
| YUV | 128.18 | 148.78 | 213.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 60 | 165 | 0 | 0.76 | 0.33 | 0.03 | 326.49 | 0.93 | 0.6 |
| Hex | F8 | 3C | A5 | 0 | 4C | 21 | 3 | 146 | 5D | 3C |
| Octal | 370 | 74 | 245 | 0 | 114 | 41 | 3 | 506 | 135 | 74 |
| Binary | 11111000 | 111100 | 10100101 | 0 | 1001100 | 100001 | 11 | 101000110 | 1011101 | 111100 |
Color Harmonies of #F83CA5
Complementary color
Monochromatic Colors of #F83CA5
Black with #F83CA5
Text Example
Text Example
White with #F83CA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83CA5; }
p { color: rgb(248,60,165); }
H1.HeaderClassName
{
color: #F83CA5;
}
.AnyTagClassName
{
color: #F83CA5;
}
</style>
background-color css
<style>
a { background-color: #F83CA5; }
a { background-color: rgb(248,60,165); }
div.DivClassName
{
background-color: #F83CA5;
}
.BgClassName
{
background-color: #F83CA5;
}
</style>
border-color css
<style>
span { border-color: #F83CA5; }
span { border-color: rgb(248,60,165); }
td.TdClassName
{
border-color: #F83CA5;
}
.TagClassName
{
border-color: #F83CA5;
}
</style>