Shades of Wild Strawberry #FA2A96
Tints of Wild Strawberry #FA2A96
RGB
CMYK
RGB Variations
Color information
#FA2A96 (or 0xFA2A96) is known color: Wild Strawberry. HEX triplet: FA, 2A and 96. RGB value is (250,42,150). Sum of RGB (Red+Green+Blue) = 250+42+150=442 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.56% from 442); Green value is 42 (16.80% from 255 or 9.50% from 442); Blue value is 150 (58.98% from 255 or 33.94% from 442); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2A96 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA2A96 is #05D569. Grayscale: #747474. Windows color (decimal): -382314 or 9841402. OLE color: 9841402.
HSL color Cylindrical-coordinate representation of color #FA2A96: hue angle of 328.85º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FA2A96 is Cyan = 0, Magento = 0.83, Yellow = 0.4 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 42 | 150 | - |
| CMYK | 0 | 0.83 | 0.4 | 0.02 |
| HSL | 328.85º | 0.95% | 0.57% | - |
| HSV(B) | 328.85º | 0.83% | 0.98% | - |
| XYZ | 45.76 | 24.18 | 31.11 | - |
| YUV | 116.5 | 146.91 | 223.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 42 | 150 | 0 | 0.83 | 0.4 | 0.02 | 328.85 | 0.95 | 0.57 |
| Hex | FA | 2A | 96 | 0 | 53 | 28 | 2 | 149 | 5F | 39 |
| Octal | 372 | 52 | 226 | 0 | 123 | 50 | 2 | 511 | 137 | 71 |
| Binary | 11111010 | 101010 | 10010110 | 0 | 1010011 | 101000 | 10 | 101001001 | 1011111 | 111001 |
Color Harmonies of #FA2A96
Complementary color
Monochromatic Colors of #FA2A96
Black with #FA2A96
Text Example
Text Example
White with #FA2A96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2A96; }
p { color: rgb(250,42,150); }
H1.HeaderClassName
{
color: #FA2A96;
}
.AnyTagClassName
{
color: #FA2A96;
}
</style>
background-color css
<style>
a { background-color: #FA2A96; }
a { background-color: rgb(250,42,150); }
div.DivClassName
{
background-color: #FA2A96;
}
.BgClassName
{
background-color: #FA2A96;
}
</style>
border-color css
<style>
span { border-color: #FA2A96; }
span { border-color: rgb(250,42,150); }
td.TdClassName
{
border-color: #FA2A96;
}
.TagClassName
{
border-color: #FA2A96;
}
</style>