Shades of Wild Strawberry #FA398F
Tints of Wild Strawberry #FA398F
RGB
CMYK
RGB Variations
Color information
#FA398F (or 0xFA398F) is known color: Wild Strawberry. HEX triplet: FA, 39 and 8F. RGB value is (250,57,143). Sum of RGB (Red+Green+Blue) = 250+57+143=450 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.56% from 450); Green value is 57 (22.66% from 255 or 12.67% from 450); Blue value is 143 (56.25% from 255 or 31.78% from 450); Max value from RGB is 250 - color contains mainly: red. Hex color #FA398F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA398F is #05C670. Grayscale: #7C7C7C. Windows color (decimal): -378481 or 9386490. OLE color: 9386490.
HSL color Cylindrical-coordinate representation of color #FA398F: hue angle of 333.26º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FA398F is Cyan = 0, Magento = 0.77, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 57 | 143 | - |
| CMYK | 0 | 0.77 | 0.43 | 0.02 |
| HSL | 333.26º | 0.95% | 0.6% | - |
| HSV(B) | 333.26º | 0.77% | 0.98% | - |
| XYZ | 45.85 | 25.23 | 28.44 | - |
| YUV | 124.51 | 138.44 | 217.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 57 | 143 | 0 | 0.77 | 0.43 | 0.02 | 333.26 | 0.95 | 0.6 |
| Hex | FA | 39 | 8F | 0 | 4D | 2B | 2 | 14D | 5F | 3C |
| Octal | 372 | 71 | 217 | 0 | 115 | 53 | 2 | 515 | 137 | 74 |
| Binary | 11111010 | 111001 | 10001111 | 0 | 1001101 | 101011 | 10 | 101001101 | 1011111 | 111100 |
Color Harmonies of #FA398F
Complementary color
Monochromatic Colors of #FA398F
Black with #FA398F
Text Example
Text Example
White with #FA398F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA398F; }
p { color: rgb(250,57,143); }
H1.HeaderClassName
{
color: #FA398F;
}
.AnyTagClassName
{
color: #FA398F;
}
</style>
background-color css
<style>
a { background-color: #FA398F; }
a { background-color: rgb(250,57,143); }
div.DivClassName
{
background-color: #FA398F;
}
.BgClassName
{
background-color: #FA398F;
}
</style>
border-color css
<style>
span { border-color: #FA398F; }
span { border-color: rgb(250,57,143); }
td.TdClassName
{
border-color: #FA398F;
}
.TagClassName
{
border-color: #FA398F;
}
</style>