Shades of Wild Strawberry #FA298C
Tints of Wild Strawberry #FA298C
RGB
CMYK
RGB Variations
Color information
#FA298C (or 0xFA298C) is known color: Wild Strawberry. HEX triplet: FA, 29 and 8C. RGB value is (250,41,140). Sum of RGB (Red+Green+Blue) = 250+41+140=431 (57% of max value = 765). Red value is 250 (98.05% from 255 or 58.00% from 431); Green value is 41 (16.41% from 255 or 9.51% from 431); Blue value is 140 (55.08% from 255 or 32.48% from 431); Max value from RGB is 250 - color contains mainly: red. Hex color #FA298C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA298C is #05D673. Grayscale: #727272. Windows color (decimal): -382580 or 9185786. OLE color: 9185786.
HSL color Cylindrical-coordinate representation of color #FA298C: hue angle of 331.58º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FA298C is Cyan = 0, Magento = 0.84, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 41 | 140 | - |
| CMYK | 0 | 0.84 | 0.44 | 0.02 |
| HSL | 331.58º | 0.95% | 0.57% | - |
| HSV(B) | 331.58º | 0.84% | 0.98% | - |
| XYZ | 44.95 | 23.8 | 27.04 | - |
| YUV | 114.78 | 142.24 | 224.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 41 | 140 | 0 | 0.84 | 0.44 | 0.02 | 331.58 | 0.95 | 0.57 |
| Hex | FA | 29 | 8C | 0 | 54 | 2C | 2 | 14C | 5F | 39 |
| Octal | 372 | 51 | 214 | 0 | 124 | 54 | 2 | 514 | 137 | 71 |
| Binary | 11111010 | 101001 | 10001100 | 0 | 1010100 | 101100 | 10 | 101001100 | 1011111 | 111001 |
Color Harmonies of #FA298C
Complementary color
Monochromatic Colors of #FA298C
Black with #FA298C
Text Example
Text Example
White with #FA298C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA298C; }
p { color: rgb(250,41,140); }
H1.HeaderClassName
{
color: #FA298C;
}
.AnyTagClassName
{
color: #FA298C;
}
</style>
background-color css
<style>
a { background-color: #FA298C; }
a { background-color: rgb(250,41,140); }
div.DivClassName
{
background-color: #FA298C;
}
.BgClassName
{
background-color: #FA298C;
}
</style>
border-color css
<style>
span { border-color: #FA298C; }
span { border-color: rgb(250,41,140); }
td.TdClassName
{
border-color: #FA298C;
}
.TagClassName
{
border-color: #FA298C;
}
</style>