Shades of Wild Strawberry #FA41A8
Tints of Wild Strawberry #FA41A8
RGB
CMYK
RGB Variations
Color information
#FA41A8 (or 0xFA41A8) is known color: Wild Strawberry. HEX triplet: FA, 41 and A8. RGB value is (250,65,168). Sum of RGB (Red+Green+Blue) = 250+65+168=483 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.76% from 483); Green value is 65 (25.78% from 255 or 13.46% from 483); Blue value is 168 (66.02% from 255 or 34.78% from 483); Max value from RGB is 250 - color contains mainly: red. Hex color #FA41A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA41A8 is #05BE57. Grayscale: #838383. Windows color (decimal): -376408 or 11026938. OLE color: 11026938.
HSL color Cylindrical-coordinate representation of color #FA41A8: hue angle of 326.59º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FA41A8 is Cyan = 0, Magento = 0.74, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 65 | 168 | - |
| CMYK | 0 | 0.74 | 0.33 | 0.02 |
| HSL | 326.59º | 0.95% | 0.62% | - |
| HSV(B) | 326.59º | 0.74% | 0.98% | - |
| XYZ | 48.38 | 26.93 | 39.69 | - |
| YUV | 132.06 | 148.29 | 212.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 65 | 168 | 0 | 0.74 | 0.33 | 0.02 | 326.59 | 0.95 | 0.62 |
| Hex | FA | 41 | A8 | 0 | 4A | 21 | 2 | 147 | 5F | 3E |
| Octal | 372 | 101 | 250 | 0 | 112 | 41 | 2 | 507 | 137 | 76 |
| Binary | 11111010 | 1000001 | 10101000 | 0 | 1001010 | 100001 | 10 | 101000111 | 1011111 | 111110 |
Color Harmonies of #FA41A8
Complementary color
Monochromatic Colors of #FA41A8
Black with #FA41A8
Text Example
Text Example
White with #FA41A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA41A8; }
p { color: rgb(250,65,168); }
H1.HeaderClassName
{
color: #FA41A8;
}
.AnyTagClassName
{
color: #FA41A8;
}
</style>
background-color css
<style>
a { background-color: #FA41A8; }
a { background-color: rgb(250,65,168); }
div.DivClassName
{
background-color: #FA41A8;
}
.BgClassName
{
background-color: #FA41A8;
}
</style>
border-color css
<style>
span { border-color: #FA41A8; }
span { border-color: rgb(250,65,168); }
td.TdClassName
{
border-color: #FA41A8;
}
.TagClassName
{
border-color: #FA41A8;
}
</style>