Shades of Wild Strawberry #FA388F
Tints of Wild Strawberry #FA388F
RGB
CMYK
RGB Variations
Color information
#FA388F (or 0xFA388F) is known color: Wild Strawberry. HEX triplet: FA, 38 and 8F. RGB value is (250,56,143). Sum of RGB (Red+Green+Blue) = 250+56+143=449 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.68% from 449); Green value is 56 (22.27% from 255 or 12.47% from 449); Blue value is 143 (56.25% from 255 or 31.85% from 449); Max value from RGB is 250 - color contains mainly: red. Hex color #FA388F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA388F is #05C770. Grayscale: #7B7B7B. Windows color (decimal): -378737 or 9386234. OLE color: 9386234.
HSL color Cylindrical-coordinate representation of color #FA388F: hue angle of 333.09º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FA388F is Cyan = 0, Magento = 0.78, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 56 | 143 | - |
| CMYK | 0 | 0.78 | 0.43 | 0.02 |
| HSL | 333.09º | 0.95% | 0.6% | - |
| HSV(B) | 333.09º | 0.78% | 0.98% | - |
| XYZ | 45.8 | 25.14 | 28.42 | - |
| YUV | 123.92 | 138.77 | 217.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 56 | 143 | 0 | 0.78 | 0.43 | 0.02 | 333.09 | 0.95 | 0.6 |
| Hex | FA | 38 | 8F | 0 | 4E | 2B | 2 | 14D | 5F | 3C |
| Octal | 372 | 70 | 217 | 0 | 116 | 53 | 2 | 515 | 137 | 74 |
| Binary | 11111010 | 111000 | 10001111 | 0 | 1001110 | 101011 | 10 | 101001101 | 1011111 | 111100 |
Color Harmonies of #FA388F
Complementary color
Monochromatic Colors of #FA388F
Black with #FA388F
Text Example
Text Example
White with #FA388F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA388F; }
p { color: rgb(250,56,143); }
H1.HeaderClassName
{
color: #FA388F;
}
.AnyTagClassName
{
color: #FA388F;
}
</style>
background-color css
<style>
a { background-color: #FA388F; }
a { background-color: rgb(250,56,143); }
div.DivClassName
{
background-color: #FA388F;
}
.BgClassName
{
background-color: #FA388F;
}
</style>
border-color css
<style>
span { border-color: #FA388F; }
span { border-color: rgb(250,56,143); }
td.TdClassName
{
border-color: #FA388F;
}
.TagClassName
{
border-color: #FA388F;
}
</style>