Shades of Wild Strawberry #FA3095
Tints of Wild Strawberry #FA3095
RGB
CMYK
RGB Variations
Color information
#FA3095 (or 0xFA3095) is known color: Wild Strawberry. HEX triplet: FA, 30 and 95. RGB value is (250,48,149). Sum of RGB (Red+Green+Blue) = 250+48+149=447 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.93% from 447); Green value is 48 (19.14% from 255 or 10.74% from 447); Blue value is 149 (58.59% from 255 or 33.33% from 447); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3095 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA3095 is #05CF6A. Grayscale: #777777. Windows color (decimal): -380779 or 9777402. OLE color: 9777402.
HSL color Cylindrical-coordinate representation of color #FA3095: hue angle of 330º 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 #FA3095 is Cyan = 0, Magento = 0.81, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 48 | 149 | - |
| CMYK | 0 | 0.81 | 0.40 | 0.02 |
| HSL | 330º | 0.95% | 0.58% | - |
| HSV(B) | 330º | 0.81% | 0.98% | - |
| XYZ | 45.91 | 24.61 | 30.76 | - |
| YUV | 119.91 | 144.42 | 220.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 48 | 149 | 0 | 0.81 | 0.40 | 0.02 | 330 | 0.95 | 0.58 |
| Hex | FA | 30 | 95 | 0 | 51 | 28 | 2 | 14A | 5F | 3A |
| Octal | 372 | 60 | 225 | 0 | 121 | 50 | 2 | 512 | 137 | 72 |
| Binary | 11111010 | 110000 | 10010101 | 0 | 1010001 | 101000 | 10 | 101001010 | 1011111 | 111010 |
Color Harmonies of #FA3095
Complementary color
Monochromatic Colors of #FA3095
Black with #FA3095
Text Example
Text Example
White with #FA3095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3095; }
p { color: rgb(250,48,149); }
H1.HeaderClassName
{
color: #FA3095;
}
.AnyTagClassName
{
color: #FA3095;
}
</style>
background-color css
<style>
a { background-color: #FA3095; }
a { background-color: rgb(250,48,149); }
div.DivClassName
{
background-color: #FA3095;
}
.BgClassName
{
background-color: #FA3095;
}
</style>
border-color css
<style>
span { border-color: #FA3095; }
span { border-color: rgb(250,48,149); }
td.TdClassName
{
border-color: #FA3095;
}
.TagClassName
{
border-color: #FA3095;
}
</style>