Shades of Wild Strawberry #FA3092
Tints of Wild Strawberry #FA3092
RGB
CMYK
RGB Variations
Color information
#FA3092 (or 0xFA3092) is known color: Wild Strawberry. HEX triplet: FA, 30 and 92. RGB value is (250,48,146). Sum of RGB (Red+Green+Blue) = 250+48+146=444 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.31% from 444); Green value is 48 (19.14% from 255 or 10.81% from 444); Blue value is 146 (57.42% from 255 or 32.88% from 444); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3092 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA3092 is #05CF6D. Grayscale: #777777. Windows color (decimal): -380782 or 9580794. OLE color: 9580794.
HSL color Cylindrical-coordinate representation of color #FA3092: hue angle of 330.89º 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 #FA3092 is Cyan = 0, Magento = 0.81, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 48 | 146 | - |
| CMYK | 0 | 0.81 | 0.42 | 0.02 |
| HSL | 330.89º | 0.95% | 0.58% | - |
| HSV(B) | 330.89º | 0.81% | 0.98% | - |
| XYZ | 45.67 | 24.51 | 29.52 | - |
| YUV | 119.57 | 142.92 | 221.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 48 | 146 | 0 | 0.81 | 0.42 | 0.02 | 330.89 | 0.95 | 0.58 |
| Hex | FA | 30 | 92 | 0 | 51 | 2A | 2 | 14B | 5F | 3A |
| Octal | 372 | 60 | 222 | 0 | 121 | 52 | 2 | 513 | 137 | 72 |
| Binary | 11111010 | 110000 | 10010010 | 0 | 1010001 | 101010 | 10 | 101001011 | 1011111 | 111010 |
Color Harmonies of #FA3092
Complementary color
Monochromatic Colors of #FA3092
Black with #FA3092
Text Example
Text Example
White with #FA3092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3092; }
p { color: rgb(250,48,146); }
H1.HeaderClassName
{
color: #FA3092;
}
.AnyTagClassName
{
color: #FA3092;
}
</style>
background-color css
<style>
a { background-color: #FA3092; }
a { background-color: rgb(250,48,146); }
div.DivClassName
{
background-color: #FA3092;
}
.BgClassName
{
background-color: #FA3092;
}
</style>
border-color css
<style>
span { border-color: #FA3092; }
span { border-color: rgb(250,48,146); }
td.TdClassName
{
border-color: #FA3092;
}
.TagClassName
{
border-color: #FA3092;
}
</style>