Shades of Wild Strawberry #FA2C98
Tints of Wild Strawberry #FA2C98
RGB
CMYK
RGB Variations
Color information
#FA2C98 (or 0xFA2C98) is known color: Wild Strawberry. HEX triplet: FA, 2C and 98. RGB value is (250,44,152). Sum of RGB (Red+Green+Blue) = 250+44+152=446 (59% of max value = 765). Red value is 250 (98.05% from 255 or 56.05% from 446); Green value is 44 (17.58% from 255 or 9.87% from 446); Blue value is 152 (59.77% from 255 or 34.08% from 446); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2C98 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA2C98 is #05D367. Grayscale: #757575. Windows color (decimal): -381800 or 9972986. OLE color: 9972986.
HSL color Cylindrical-coordinate representation of color #FA2C98: hue angle of 328.54º 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 #FA2C98 is Cyan = 0, Magento = 0.82, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 44 | 152 | - |
| CMYK | 0 | 0.82 | 0.39 | 0.02 |
| HSL | 328.54º | 0.95% | 0.58% | - |
| HSV(B) | 328.54º | 0.82% | 0.98% | - |
| XYZ | 45.99 | 24.39 | 31.99 | - |
| YUV | 117.91 | 147.25 | 222.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 44 | 152 | 0 | 0.82 | 0.39 | 0.02 | 328.54 | 0.95 | 0.58 |
| Hex | FA | 2C | 98 | 0 | 52 | 27 | 2 | 149 | 5F | 3A |
| Octal | 372 | 54 | 230 | 0 | 122 | 47 | 2 | 511 | 137 | 72 |
| Binary | 11111010 | 101100 | 10011000 | 0 | 1010010 | 100111 | 10 | 101001001 | 1011111 | 111010 |
Color Harmonies of #FA2C98
Complementary color
Monochromatic Colors of #FA2C98
Black with #FA2C98
Text Example
Text Example
White with #FA2C98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2C98; }
p { color: rgb(250,44,152); }
H1.HeaderClassName
{
color: #FA2C98;
}
.AnyTagClassName
{
color: #FA2C98;
}
</style>
background-color css
<style>
a { background-color: #FA2C98; }
a { background-color: rgb(250,44,152); }
div.DivClassName
{
background-color: #FA2C98;
}
.BgClassName
{
background-color: #FA2C98;
}
</style>
border-color css
<style>
span { border-color: #FA2C98; }
span { border-color: rgb(250,44,152); }
td.TdClassName
{
border-color: #FA2C98;
}
.TagClassName
{
border-color: #FA2C98;
}
</style>