Shades of Wild Strawberry #FA298B
Tints of Wild Strawberry #FA298B
RGB
CMYK
RGB Variations
Color information
#FA298B (or 0xFA298B) is known color: Wild Strawberry. HEX triplet: FA, 29 and 8B. RGB value is (250,41,139). Sum of RGB (Red+Green+Blue) = 250+41+139=430 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.14% from 430); Green value is 41 (16.41% from 255 or 9.53% from 430); Blue value is 139 (54.69% from 255 or 32.33% from 430); Max value from RGB is 250 - color contains mainly: red. Hex color #FA298B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA298B is #05D674. Grayscale: #727272. Windows color (decimal): -382581 or 9120250. OLE color: 9120250.
HSL color Cylindrical-coordinate representation of color #FA298B: hue angle of 331.87º 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 #FA298B is Cyan = 0, Magento = 0.84, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 41 | 139 | - |
| CMYK | 0 | 0.84 | 0.44 | 0.02 |
| HSL | 331.87º | 0.95% | 0.57% | - |
| HSV(B) | 331.87º | 0.84% | 0.98% | - |
| XYZ | 44.88 | 23.77 | 26.65 | - |
| YUV | 114.66 | 141.74 | 224.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 41 | 139 | 0 | 0.84 | 0.44 | 0.02 | 331.87 | 0.95 | 0.57 |
| Hex | FA | 29 | 8B | 0 | 54 | 2C | 2 | 14C | 5F | 39 |
| Octal | 372 | 51 | 213 | 0 | 124 | 54 | 2 | 514 | 137 | 71 |
| Binary | 11111010 | 101001 | 10001011 | 0 | 1010100 | 101100 | 10 | 101001100 | 1011111 | 111001 |
Color Harmonies of #FA298B
Complementary color
Monochromatic Colors of #FA298B
Black with #FA298B
Text Example
Text Example
White with #FA298B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA298B; }
p { color: rgb(250,41,139); }
H1.HeaderClassName
{
color: #FA298B;
}
.AnyTagClassName
{
color: #FA298B;
}
</style>
background-color css
<style>
a { background-color: #FA298B; }
a { background-color: rgb(250,41,139); }
div.DivClassName
{
background-color: #FA298B;
}
.BgClassName
{
background-color: #FA298B;
}
</style>
border-color css
<style>
span { border-color: #FA298B; }
span { border-color: rgb(250,41,139); }
td.TdClassName
{
border-color: #FA298B;
}
.TagClassName
{
border-color: #FA298B;
}
</style>