Shades of Wild Strawberry #FA2D9A
Tints of Wild Strawberry #FA2D9A
RGB
CMYK
RGB Variations
Color information
#FA2D9A (or 0xFA2D9A) is known color: Wild Strawberry. HEX triplet: FA, 2D and 9A. RGB value is (250,45,154). Sum of RGB (Red+Green+Blue) = 250+45+154=449 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.68% from 449); Green value is 45 (17.97% from 255 or 10.02% from 449); Blue value is 154 (60.55% from 255 or 34.30% from 449); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2D9A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA2D9A is #05D265. Grayscale: #767676. Windows color (decimal): -381542 or 10104314. OLE color: 10104314.
HSL color Cylindrical-coordinate representation of color #FA2D9A: hue angle of 328.1º 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 #FA2D9A is Cyan = 0, Magento = 0.82, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 45 | 154 | - |
| CMYK | 0 | 0.82 | 0.38 | 0.02 |
| HSL | 328.1º | 0.95% | 0.58% | - |
| HSV(B) | 328.1º | 0.82% | 0.98% | - |
| XYZ | 46.2 | 24.53 | 32.87 | - |
| YUV | 118.72 | 147.92 | 221.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 45 | 154 | 0 | 0.82 | 0.38 | 0.02 | 328.1 | 0.95 | 0.58 |
| Hex | FA | 2D | 9A | 0 | 52 | 26 | 2 | 148 | 5F | 3A |
| Octal | 372 | 55 | 232 | 0 | 122 | 46 | 2 | 510 | 137 | 72 |
| Binary | 11111010 | 101101 | 10011010 | 0 | 1010010 | 100110 | 10 | 101001000 | 1011111 | 111010 |
Color Harmonies of #FA2D9A
Complementary color
Monochromatic Colors of #FA2D9A
Black with #FA2D9A
Text Example
Text Example
White with #FA2D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2D9A; }
p { color: rgb(250,45,154); }
H1.HeaderClassName
{
color: #FA2D9A;
}
.AnyTagClassName
{
color: #FA2D9A;
}
</style>
background-color css
<style>
a { background-color: #FA2D9A; }
a { background-color: rgb(250,45,154); }
div.DivClassName
{
background-color: #FA2D9A;
}
.BgClassName
{
background-color: #FA2D9A;
}
</style>
border-color css
<style>
span { border-color: #FA2D9A; }
span { border-color: rgb(250,45,154); }
td.TdClassName
{
border-color: #FA2D9A;
}
.TagClassName
{
border-color: #FA2D9A;
}
</style>