Shades of Wild Strawberry #FA39A8
Tints of Wild Strawberry #FA39A8
RGB
CMYK
RGB Variations
Color information
#FA39A8 (or 0xFA39A8) is known color: Wild Strawberry. HEX triplet: FA, 39 and A8. RGB value is (250,57,168). Sum of RGB (Red+Green+Blue) = 250+57+168=475 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.63% from 475); Green value is 57 (22.66% from 255 or 12% from 475); Blue value is 168 (66.02% from 255 or 35.37% from 475); Max value from RGB is 250 - color contains mainly: red. Hex color #FA39A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA39A8 is #05C657. Grayscale: #7F7F7F. Windows color (decimal): -378456 or 11024890. OLE color: 11024890.
HSL color Cylindrical-coordinate representation of color #FA39A8: hue angle of 325.49º 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 #FA39A8 is Cyan = 0, Magento = 0.77, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 57 | 168 | - |
| CMYK | 0 | 0.77 | 0.33 | 0.02 |
| HSL | 325.49º | 0.95% | 0.6% | - |
| HSV(B) | 325.49º | 0.77% | 0.98% | - |
| XYZ | 47.96 | 26.08 | 39.55 | - |
| YUV | 127.36 | 150.94 | 215.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 57 | 168 | 0 | 0.77 | 0.33 | 0.02 | 325.49 | 0.95 | 0.6 |
| Hex | FA | 39 | A8 | 0 | 4D | 21 | 2 | 145 | 5F | 3C |
| Octal | 372 | 71 | 250 | 0 | 115 | 41 | 2 | 505 | 137 | 74 |
| Binary | 11111010 | 111001 | 10101000 | 0 | 1001101 | 100001 | 10 | 101000101 | 1011111 | 111100 |
Color Harmonies of #FA39A8
Complementary color
Monochromatic Colors of #FA39A8
Black with #FA39A8
Text Example
Text Example
White with #FA39A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA39A8; }
p { color: rgb(250,57,168); }
H1.HeaderClassName
{
color: #FA39A8;
}
.AnyTagClassName
{
color: #FA39A8;
}
</style>
background-color css
<style>
a { background-color: #FA39A8; }
a { background-color: rgb(250,57,168); }
div.DivClassName
{
background-color: #FA39A8;
}
.BgClassName
{
background-color: #FA39A8;
}
</style>
border-color css
<style>
span { border-color: #FA39A8; }
span { border-color: rgb(250,57,168); }
td.TdClassName
{
border-color: #FA39A8;
}
.TagClassName
{
border-color: #FA39A8;
}
</style>