Shades of Wild Strawberry #FA379A
Tints of Wild Strawberry #FA379A
RGB
CMYK
RGB Variations
Color information
#FA379A (or 0xFA379A) is known color: Wild Strawberry. HEX triplet: FA, 37 and 9A. RGB value is (250,55,154). Sum of RGB (Red+Green+Blue) = 250+55+154=459 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.47% from 459); Green value is 55 (21.88% from 255 or 11.98% from 459); Blue value is 154 (60.55% from 255 or 33.55% from 459); Max value from RGB is 250 - color contains mainly: red. Hex color #FA379A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA379A is #05C865. Grayscale: #7C7C7C. Windows color (decimal): -378982 or 10106874. OLE color: 10106874.
HSL color Cylindrical-coordinate representation of color #FA379A: hue angle of 329.54º 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 #FA379A is Cyan = 0, Magento = 0.78, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 55 | 154 | - |
| CMYK | 0 | 0.78 | 0.38 | 0.02 |
| HSL | 329.54º | 0.95% | 0.6% | - |
| HSV(B) | 329.54º | 0.78% | 0.98% | - |
| XYZ | 46.62 | 25.39 | 33.02 | - |
| YUV | 124.59 | 144.6 | 217.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 55 | 154 | 0 | 0.78 | 0.38 | 0.02 | 329.54 | 0.95 | 0.6 |
| Hex | FA | 37 | 9A | 0 | 4E | 26 | 2 | 14A | 5F | 3C |
| Octal | 372 | 67 | 232 | 0 | 116 | 46 | 2 | 512 | 137 | 74 |
| Binary | 11111010 | 110111 | 10011010 | 0 | 1001110 | 100110 | 10 | 101001010 | 1011111 | 111100 |
Color Harmonies of #FA379A
Complementary color
Monochromatic Colors of #FA379A
Black with #FA379A
Text Example
Text Example
White with #FA379A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA379A; }
p { color: rgb(250,55,154); }
H1.HeaderClassName
{
color: #FA379A;
}
.AnyTagClassName
{
color: #FA379A;
}
</style>
background-color css
<style>
a { background-color: #FA379A; }
a { background-color: rgb(250,55,154); }
div.DivClassName
{
background-color: #FA379A;
}
.BgClassName
{
background-color: #FA379A;
}
</style>
border-color css
<style>
span { border-color: #FA379A; }
span { border-color: rgb(250,55,154); }
td.TdClassName
{
border-color: #FA379A;
}
.TagClassName
{
border-color: #FA379A;
}
</style>