Shades of Wild Strawberry #F73085
Tints of Wild Strawberry #F73085
RGB
CMYK
RGB Variations
Color information
#F73085 (or 0xF73085) is known color: Wild Strawberry. HEX triplet: F7, 30 and 85. RGB value is (247,48,133). Sum of RGB (Red+Green+Blue) = 247+48+133=428 (56% of max value = 765). Red value is 247 (96.88% from 255 or 57.71% from 428); Green value is 48 (19.14% from 255 or 11.21% from 428); Blue value is 133 (52.34% from 255 or 31.07% from 428); Max value from RGB is 247 - color contains mainly: red. Hex color #F73085 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F73085 is #08CF7A. Grayscale: #757575. Windows color (decimal): -577403 or 8728823. OLE color: 8728823.
HSL color Cylindrical-coordinate representation of color #F73085: hue angle of 334.37º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F73085 is Cyan = 0, Magento = 0.81, Yellow = 0.46 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 48 | 133 | - |
| CMYK | 0 | 0.81 | 0.46 | 0.03 |
| HSL | 334.37º | 0.93% | 0.58% | - |
| HSV(B) | 334.37º | 0.81% | 0.97% | - |
| XYZ | 43.65 | 23.58 | 24.44 | - |
| YUV | 117.19 | 136.93 | 220.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 48 | 133 | 0 | 0.81 | 0.46 | 0.03 | 334.37 | 0.93 | 0.58 |
| Hex | F7 | 30 | 85 | 0 | 51 | 2E | 3 | 14E | 5D | 3A |
| Octal | 367 | 60 | 205 | 0 | 121 | 56 | 3 | 516 | 135 | 72 |
| Binary | 11110111 | 110000 | 10000101 | 0 | 1010001 | 101110 | 11 | 101001110 | 1011101 | 111010 |
Color Harmonies of #F73085
Complementary color
Monochromatic Colors of #F73085
Black with #F73085
Text Example
Text Example
White with #F73085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F73085; }
p { color: rgb(247,48,133); }
H1.HeaderClassName
{
color: #F73085;
}
.AnyTagClassName
{
color: #F73085;
}
</style>
background-color css
<style>
a { background-color: #F73085; }
a { background-color: rgb(247,48,133); }
div.DivClassName
{
background-color: #F73085;
}
.BgClassName
{
background-color: #F73085;
}
</style>
border-color css
<style>
span { border-color: #F73085; }
span { border-color: rgb(247,48,133); }
td.TdClassName
{
border-color: #F73085;
}
.TagClassName
{
border-color: #F73085;
}
</style>