Shades of Wild Strawberry #FA2694
Tints of Wild Strawberry #FA2694
RGB
CMYK
RGB Variations
Color information
#FA2694 (or 0xFA2694) is known color: Wild Strawberry. HEX triplet: FA, 26 and 94. RGB value is (250,38,148). Sum of RGB (Red+Green+Blue) = 250+38+148=436 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.34% from 436); Green value is 38 (15.23% from 255 or 8.72% from 436); Blue value is 148 (58.20% from 255 or 33.94% from 436); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2694 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA2694 is #05D96B. Grayscale: #717171. Windows color (decimal): -383340 or 9709306. OLE color: 9709306.
HSL color Cylindrical-coordinate representation of color #FA2694: hue angle of 328.87º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FA2694 is Cyan = 0, Magento = 0.85, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 38 | 148 | - |
| CMYK | 0 | 0.85 | 0.41 | 0.02 |
| HSL | 328.87º | 0.95% | 0.56% | - |
| HSV(B) | 328.87º | 0.85% | 0.98% | - |
| XYZ | 45.46 | 23.85 | 30.22 | - |
| YUV | 113.93 | 147.24 | 225.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 38 | 148 | 0 | 0.85 | 0.41 | 0.02 | 328.87 | 0.95 | 0.56 |
| Hex | FA | 26 | 94 | 0 | 55 | 29 | 2 | 149 | 5F | 38 |
| Octal | 372 | 46 | 224 | 0 | 125 | 51 | 2 | 511 | 137 | 70 |
| Binary | 11111010 | 100110 | 10010100 | 0 | 1010101 | 101001 | 10 | 101001001 | 1011111 | 111000 |
Color Harmonies of #FA2694
Complementary color
Monochromatic Colors of #FA2694
Black with #FA2694
Text Example
Text Example
White with #FA2694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2694; }
p { color: rgb(250,38,148); }
H1.HeaderClassName
{
color: #FA2694;
}
.AnyTagClassName
{
color: #FA2694;
}
</style>
background-color css
<style>
a { background-color: #FA2694; }
a { background-color: rgb(250,38,148); }
div.DivClassName
{
background-color: #FA2694;
}
.BgClassName
{
background-color: #FA2694;
}
</style>
border-color css
<style>
span { border-color: #FA2694; }
span { border-color: rgb(250,38,148); }
td.TdClassName
{
border-color: #FA2694;
}
.TagClassName
{
border-color: #FA2694;
}
</style>