Shades of Wild Strawberry #FA2D92
Tints of Wild Strawberry #FA2D92
RGB
CMYK
RGB Variations
Color information
#FA2D92 (or 0xFA2D92) is known color: Wild Strawberry. HEX triplet: FA, 2D and 92. RGB value is (250,45,146). Sum of RGB (Red+Green+Blue) = 250+45+146=441 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.69% from 441); Green value is 45 (17.97% from 255 or 10.20% from 441); Blue value is 146 (57.42% from 255 or 33.11% from 441); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2D92 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA2D92 is #05D26D. Grayscale: #757575. Windows color (decimal): -381550 or 9580026. OLE color: 9580026.
HSL color Cylindrical-coordinate representation of color #FA2D92: 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.82%. Process color model (Four color, CMYK) of #FA2D92 is Cyan = 0, Magento = 0.82, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 45 | 146 | - |
| CMYK | 0 | 0.82 | 0.42 | 0.02 |
| HSL | 330.44º | 0.95% | 0.58% | - |
| HSV(B) | 330.44º | 0.82% | 0.98% | - |
| XYZ | 45.55 | 24.28 | 29.48 | - |
| YUV | 117.81 | 143.92 | 222.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 45 | 146 | 0 | 0.82 | 0.42 | 0.02 | 330.44 | 0.95 | 0.58 |
| Hex | FA | 2D | 92 | 0 | 52 | 2A | 2 | 14A | 5F | 3A |
| Octal | 372 | 55 | 222 | 0 | 122 | 52 | 2 | 512 | 137 | 72 |
| Binary | 11111010 | 101101 | 10010010 | 0 | 1010010 | 101010 | 10 | 101001010 | 1011111 | 111010 |
Color Harmonies of #FA2D92
Complementary color
Monochromatic Colors of #FA2D92
Black with #FA2D92
Text Example
Text Example
White with #FA2D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2D92; }
p { color: rgb(250,45,146); }
H1.HeaderClassName
{
color: #FA2D92;
}
.AnyTagClassName
{
color: #FA2D92;
}
</style>
background-color css
<style>
a { background-color: #FA2D92; }
a { background-color: rgb(250,45,146); }
div.DivClassName
{
background-color: #FA2D92;
}
.BgClassName
{
background-color: #FA2D92;
}
</style>
border-color css
<style>
span { border-color: #FA2D92; }
span { border-color: rgb(250,45,146); }
td.TdClassName
{
border-color: #FA2D92;
}
.TagClassName
{
border-color: #FA2D92;
}
</style>