Shades of Wild Strawberry #FA2F93
Tints of Wild Strawberry #FA2F93
RGB
CMYK
RGB Variations
Color information
#FA2F93 (or 0xFA2F93) is known color: Wild Strawberry. HEX triplet: FA, 2F and 93. RGB value is (250,47,147). Sum of RGB (Red+Green+Blue) = 250+47+147=444 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.31% from 444); Green value is 47 (18.75% from 255 or 10.59% from 444); Blue value is 147 (57.81% from 255 or 33.11% from 444); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2F93 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA2F93 is #05D06C. Grayscale: #767676. Windows color (decimal): -381037 or 9646074. OLE color: 9646074.
HSL color Cylindrical-coordinate representation of color #FA2F93: hue angle of 330.44º 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 #FA2F93 is Cyan = 0, Magento = 0.81, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 47 | 147 | - |
| CMYK | 0 | 0.81 | 0.41 | 0.02 |
| HSL | 330.44º | 0.95% | 0.58% | - |
| HSV(B) | 330.44º | 0.81% | 0.98% | - |
| XYZ | 45.71 | 24.46 | 29.92 | - |
| YUV | 119.1 | 143.75 | 221.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 47 | 147 | 0 | 0.81 | 0.41 | 0.02 | 330.44 | 0.95 | 0.58 |
| Hex | FA | 2F | 93 | 0 | 51 | 29 | 2 | 14A | 5F | 3A |
| Octal | 372 | 57 | 223 | 0 | 121 | 51 | 2 | 512 | 137 | 72 |
| Binary | 11111010 | 101111 | 10010011 | 0 | 1010001 | 101001 | 10 | 101001010 | 1011111 | 111010 |
Color Harmonies of #FA2F93
Complementary color
Monochromatic Colors of #FA2F93
Black with #FA2F93
Text Example
Text Example
White with #FA2F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2F93; }
p { color: rgb(250,47,147); }
H1.HeaderClassName
{
color: #FA2F93;
}
.AnyTagClassName
{
color: #FA2F93;
}
</style>
background-color css
<style>
a { background-color: #FA2F93; }
a { background-color: rgb(250,47,147); }
div.DivClassName
{
background-color: #FA2F93;
}
.BgClassName
{
background-color: #FA2F93;
}
</style>
border-color css
<style>
span { border-color: #FA2F93; }
span { border-color: rgb(250,47,147); }
td.TdClassName
{
border-color: #FA2F93;
}
.TagClassName
{
border-color: #FA2F93;
}
</style>