Shades of Wild Strawberry #FA378C
Tints of Wild Strawberry #FA378C
RGB
CMYK
RGB Variations
Color information
#FA378C (or 0xFA378C) is known color: Wild Strawberry. HEX triplet: FA, 37 and 8C. RGB value is (250,55,140). Sum of RGB (Red+Green+Blue) = 250+55+140=445 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.18% from 445); Green value is 55 (21.88% from 255 or 12.36% from 445); Blue value is 140 (55.08% from 255 or 31.46% from 445); Max value from RGB is 250 - color contains mainly: red. Hex color #FA378C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA378C is #05C873. Grayscale: #7A7A7A. Windows color (decimal): -378996 or 9189370. OLE color: 9189370.
HSL color Cylindrical-coordinate representation of color #FA378C: hue angle of 333.85º 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 #FA378C is Cyan = 0, Magento = 0.78, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 55 | 140 | - |
| CMYK | 0 | 0.78 | 0.44 | 0.02 |
| HSL | 333.85º | 0.95% | 0.6% | - |
| HSV(B) | 333.85º | 0.78% | 0.98% | - |
| XYZ | 45.52 | 24.95 | 27.23 | - |
| YUV | 123 | 137.6 | 218.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 55 | 140 | 0 | 0.78 | 0.44 | 0.02 | 333.85 | 0.95 | 0.6 |
| Hex | FA | 37 | 8C | 0 | 4E | 2C | 2 | 14E | 5F | 3C |
| Octal | 372 | 67 | 214 | 0 | 116 | 54 | 2 | 516 | 137 | 74 |
| Binary | 11111010 | 110111 | 10001100 | 0 | 1001110 | 101100 | 10 | 101001110 | 1011111 | 111100 |
Color Harmonies of #FA378C
Complementary color
Monochromatic Colors of #FA378C
Black with #FA378C
Text Example
Text Example
White with #FA378C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA378C; }
p { color: rgb(250,55,140); }
H1.HeaderClassName
{
color: #FA378C;
}
.AnyTagClassName
{
color: #FA378C;
}
</style>
background-color css
<style>
a { background-color: #FA378C; }
a { background-color: rgb(250,55,140); }
div.DivClassName
{
background-color: #FA378C;
}
.BgClassName
{
background-color: #FA378C;
}
</style>
border-color css
<style>
span { border-color: #FA378C; }
span { border-color: rgb(250,55,140); }
td.TdClassName
{
border-color: #FA378C;
}
.TagClassName
{
border-color: #FA378C;
}
</style>