Shades of Wild Strawberry #FA439C
Tints of Wild Strawberry #FA439C
RGB
CMYK
RGB Variations
Color information
#FA439C (or 0xFA439C) is known color: Wild Strawberry. HEX triplet: FA, 43 and 9C. RGB value is (250,67,156). Sum of RGB (Red+Green+Blue) = 250+67+156=473 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.85% from 473); Green value is 67 (26.56% from 255 or 14.16% from 473); Blue value is 156 (61.33% from 255 or 32.98% from 473); Max value from RGB is 250 - color contains mainly: red. Hex color #FA439C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA439C is #05BC63. Grayscale: #838383. Windows color (decimal): -375908 or 10241018. OLE color: 10241018.
HSL color Cylindrical-coordinate representation of color #FA439C: hue angle of 330.82º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FA439C is Cyan = 0, Magento = 0.73, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 67 | 156 | - |
| CMYK | 0 | 0.73 | 0.38 | 0.02 |
| HSL | 330.82º | 0.95% | 0.62% | - |
| HSV(B) | 330.82º | 0.73% | 0.98% | - |
| XYZ | 47.43 | 26.74 | 34.11 | - |
| YUV | 131.86 | 141.63 | 212.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 67 | 156 | 0 | 0.73 | 0.38 | 0.02 | 330.82 | 0.95 | 0.62 |
| Hex | FA | 43 | 9C | 0 | 49 | 26 | 2 | 14B | 5F | 3E |
| Octal | 372 | 103 | 234 | 0 | 111 | 46 | 2 | 513 | 137 | 76 |
| Binary | 11111010 | 1000011 | 10011100 | 0 | 1001001 | 100110 | 10 | 101001011 | 1011111 | 111110 |
Color Harmonies of #FA439C
Complementary color
Monochromatic Colors of #FA439C
Black with #FA439C
Text Example
Text Example
White with #FA439C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA439C; }
p { color: rgb(250,67,156); }
H1.HeaderClassName
{
color: #FA439C;
}
.AnyTagClassName
{
color: #FA439C;
}
</style>
background-color css
<style>
a { background-color: #FA439C; }
a { background-color: rgb(250,67,156); }
div.DivClassName
{
background-color: #FA439C;
}
.BgClassName
{
background-color: #FA439C;
}
</style>
border-color css
<style>
span { border-color: #FA439C; }
span { border-color: rgb(250,67,156); }
td.TdClassName
{
border-color: #FA439C;
}
.TagClassName
{
border-color: #FA439C;
}
</style>