Shades of Wild Strawberry #F83CA0
Tints of Wild Strawberry #F83CA0
RGB
CMYK
RGB Variations
Color information
#F83CA0 (or 0xF83CA0) is known color: Wild Strawberry. HEX triplet: F8, 3C and A0. RGB value is (248,60,160). Sum of RGB (Red+Green+Blue) = 248+60+160=468 (61% of max value = 765). Red value is 248 (97.27% from 255 or 52.99% from 468); Green value is 60 (23.83% from 255 or 12.82% from 468); Blue value is 160 (62.89% from 255 or 34.19% from 468); Max value from RGB is 248 - color contains mainly: red. Hex color #F83CA0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F83CA0 is #07C35F. Grayscale: #7F7F7F. Windows color (decimal): -508768 or 10501368. OLE color: 10501368.
HSL color Cylindrical-coordinate representation of color #F83CA0: hue angle of 328.09º 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 #F83CA0 is Cyan = 0, Magento = 0.76, Yellow = 0.35 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 60 | 160 | - |
| CMYK | 0 | 0.76 | 0.35 | 0.03 |
| HSL | 328.09º | 0.93% | 0.6% | - |
| HSV(B) | 328.09º | 0.76% | 0.97% | - |
| XYZ | 46.67 | 25.73 | 35.76 | - |
| YUV | 127.61 | 146.28 | 213.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 60 | 160 | 0 | 0.76 | 0.35 | 0.03 | 328.09 | 0.93 | 0.6 |
| Hex | F8 | 3C | A0 | 0 | 4C | 23 | 3 | 148 | 5D | 3C |
| Octal | 370 | 74 | 240 | 0 | 114 | 43 | 3 | 510 | 135 | 74 |
| Binary | 11111000 | 111100 | 10100000 | 0 | 1001100 | 100011 | 11 | 101001000 | 1011101 | 111100 |
Color Harmonies of #F83CA0
Complementary color
Monochromatic Colors of #F83CA0
Black with #F83CA0
Text Example
Text Example
White with #F83CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83CA0; }
p { color: rgb(248,60,160); }
H1.HeaderClassName
{
color: #F83CA0;
}
.AnyTagClassName
{
color: #F83CA0;
}
</style>
background-color css
<style>
a { background-color: #F83CA0; }
a { background-color: rgb(248,60,160); }
div.DivClassName
{
background-color: #F83CA0;
}
.BgClassName
{
background-color: #F83CA0;
}
</style>
border-color css
<style>
span { border-color: #F83CA0; }
span { border-color: rgb(248,60,160); }
td.TdClassName
{
border-color: #F83CA0;
}
.TagClassName
{
border-color: #F83CA0;
}
</style>