Shades of Wild Strawberry #FA2D95
Tints of Wild Strawberry #FA2D95
RGB
CMYK
RGB Variations
Color information
#FA2D95 (or 0xFA2D95) is known color: Wild Strawberry. HEX triplet: FA, 2D and 95. RGB value is (250,45,149). Sum of RGB (Red+Green+Blue) = 250+45+149=444 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.31% from 444); Green value is 45 (17.97% from 255 or 10.14% from 444); Blue value is 149 (58.59% from 255 or 33.56% from 444); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2D95 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA2D95 is #05D26A. Grayscale: #757575. Windows color (decimal): -381547 or 9776634. OLE color: 9776634.
HSL color Cylindrical-coordinate representation of color #FA2D95: hue angle of 329.56º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FA2D95 is Cyan = 0, Magento = 0.82, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 45 | 149 | - |
| CMYK | 0 | 0.82 | 0.40 | 0.02 |
| HSL | 329.56º | 0.95% | 0.58% | - |
| HSV(B) | 329.56º | 0.82% | 0.98% | - |
| XYZ | 45.79 | 24.37 | 30.72 | - |
| YUV | 118.15 | 145.42 | 222.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 45 | 149 | 0 | 0.82 | 0.40 | 0.02 | 329.56 | 0.95 | 0.58 |
| Hex | FA | 2D | 95 | 0 | 52 | 28 | 2 | 14A | 5F | 3A |
| Octal | 372 | 55 | 225 | 0 | 122 | 50 | 2 | 512 | 137 | 72 |
| Binary | 11111010 | 101101 | 10010101 | 0 | 1010010 | 101000 | 10 | 101001010 | 1011111 | 111010 |
Color Harmonies of #FA2D95
Complementary color
Monochromatic Colors of #FA2D95
Black with #FA2D95
Text Example
Text Example
White with #FA2D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2D95; }
p { color: rgb(250,45,149); }
H1.HeaderClassName
{
color: #FA2D95;
}
.AnyTagClassName
{
color: #FA2D95;
}
</style>
background-color css
<style>
a { background-color: #FA2D95; }
a { background-color: rgb(250,45,149); }
div.DivClassName
{
background-color: #FA2D95;
}
.BgClassName
{
background-color: #FA2D95;
}
</style>
border-color css
<style>
span { border-color: #FA2D95; }
span { border-color: rgb(250,45,149); }
td.TdClassName
{
border-color: #FA2D95;
}
.TagClassName
{
border-color: #FA2D95;
}
</style>