Shades of Wild Strawberry #FA3097
Tints of Wild Strawberry #FA3097
RGB
CMYK
RGB Variations
Color information
#FA3097 (or 0xFA3097) is known color: Wild Strawberry. HEX triplet: FA, 30 and 97. RGB value is (250,48,151). Sum of RGB (Red+Green+Blue) = 250+48+151=449 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.68% from 449); Green value is 48 (19.14% from 255 or 10.69% from 449); Blue value is 151 (59.38% from 255 or 33.63% from 449); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3097 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA3097 is #05CF68. Grayscale: #777777. Windows color (decimal): -380777 or 9908474. OLE color: 9908474.
HSL color Cylindrical-coordinate representation of color #FA3097: hue angle of 329.41º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FA3097 is Cyan = 0, Magento = 0.81, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 48 | 151 | - |
| CMYK | 0 | 0.81 | 0.40 | 0.02 |
| HSL | 329.41º | 0.95% | 0.58% | - |
| HSV(B) | 329.41º | 0.81% | 0.98% | - |
| XYZ | 46.07 | 24.67 | 31.61 | - |
| YUV | 120.14 | 145.42 | 220.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 48 | 151 | 0 | 0.81 | 0.40 | 0.02 | 329.41 | 0.95 | 0.58 |
| Hex | FA | 30 | 97 | 0 | 51 | 28 | 2 | 149 | 5F | 3A |
| Octal | 372 | 60 | 227 | 0 | 121 | 50 | 2 | 511 | 137 | 72 |
| Binary | 11111010 | 110000 | 10010111 | 0 | 1010001 | 101000 | 10 | 101001001 | 1011111 | 111010 |
Color Harmonies of #FA3097
Complementary color
Monochromatic Colors of #FA3097
Black with #FA3097
Text Example
Text Example
White with #FA3097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3097; }
p { color: rgb(250,48,151); }
H1.HeaderClassName
{
color: #FA3097;
}
.AnyTagClassName
{
color: #FA3097;
}
</style>
background-color css
<style>
a { background-color: #FA3097; }
a { background-color: rgb(250,48,151); }
div.DivClassName
{
background-color: #FA3097;
}
.BgClassName
{
background-color: #FA3097;
}
</style>
border-color css
<style>
span { border-color: #FA3097; }
span { border-color: rgb(250,48,151); }
td.TdClassName
{
border-color: #FA3097;
}
.TagClassName
{
border-color: #FA3097;
}
</style>