Shades of Wild Strawberry #FA358B
Tints of Wild Strawberry #FA358B
RGB
CMYK
RGB Variations
Color information
#FA358B (or 0xFA358B) is known color: Wild Strawberry. HEX triplet: FA, 35 and 8B. RGB value is (250,53,139). Sum of RGB (Red+Green+Blue) = 250+53+139=442 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.56% from 442); Green value is 53 (21.09% from 255 or 11.99% from 442); Blue value is 139 (54.69% from 255 or 31.45% from 442); Max value from RGB is 250 - color contains mainly: red. Hex color #FA358B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA358B is #05CA74. Grayscale: #797979. Windows color (decimal): -379509 or 9123322. OLE color: 9123322.
HSL color Cylindrical-coordinate representation of color #FA358B: hue angle of 333.81º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FA358B is Cyan = 0, Magento = 0.79, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 53 | 139 | - |
| CMYK | 0 | 0.79 | 0.44 | 0.02 |
| HSL | 333.81º | 0.95% | 0.59% | - |
| HSV(B) | 333.81º | 0.79% | 0.98% | - |
| XYZ | 45.36 | 24.73 | 26.81 | - |
| YUV | 121.71 | 137.77 | 219.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 53 | 139 | 0 | 0.79 | 0.44 | 0.02 | 333.81 | 0.95 | 0.59 |
| Hex | FA | 35 | 8B | 0 | 4F | 2C | 2 | 14E | 5F | 3B |
| Octal | 372 | 65 | 213 | 0 | 117 | 54 | 2 | 516 | 137 | 73 |
| Binary | 11111010 | 110101 | 10001011 | 0 | 1001111 | 101100 | 10 | 101001110 | 1011111 | 111011 |
Color Harmonies of #FA358B
Complementary color
Monochromatic Colors of #FA358B
Black with #FA358B
Text Example
Text Example
White with #FA358B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA358B; }
p { color: rgb(250,53,139); }
H1.HeaderClassName
{
color: #FA358B;
}
.AnyTagClassName
{
color: #FA358B;
}
</style>
background-color css
<style>
a { background-color: #FA358B; }
a { background-color: rgb(250,53,139); }
div.DivClassName
{
background-color: #FA358B;
}
.BgClassName
{
background-color: #FA358B;
}
</style>
border-color css
<style>
span { border-color: #FA358B; }
span { border-color: rgb(250,53,139); }
td.TdClassName
{
border-color: #FA358B;
}
.TagClassName
{
border-color: #FA358B;
}
</style>