Shades of Wild Strawberry #FA419D
Tints of Wild Strawberry #FA419D
RGB
CMYK
RGB Variations
Color information
#FA419D (or 0xFA419D) is known color: Wild Strawberry. HEX triplet: FA, 41 and 9D. RGB value is (250,65,157). Sum of RGB (Red+Green+Blue) = 250+65+157=472 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.97% from 472); Green value is 65 (25.78% from 255 or 13.77% from 472); Blue value is 157 (61.72% from 255 or 33.26% from 472); Max value from RGB is 250 - color contains mainly: red. Hex color #FA419D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA419D is #05BE62. Grayscale: #828282. Windows color (decimal): -376419 or 10306042. OLE color: 10306042.
HSL color Cylindrical-coordinate representation of color #FA419D: hue angle of 330.16º 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 #FA419D is Cyan = 0, Magento = 0.74, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 65 | 157 | - |
| CMYK | 0 | 0.74 | 0.37 | 0.02 |
| HSL | 330.16º | 0.95% | 0.62% | - |
| HSV(B) | 330.16º | 0.74% | 0.98% | - |
| XYZ | 47.4 | 26.54 | 34.52 | - |
| YUV | 130.8 | 142.79 | 213.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 65 | 157 | 0 | 0.74 | 0.37 | 0.02 | 330.16 | 0.95 | 0.62 |
| Hex | FA | 41 | 9D | 0 | 4A | 25 | 2 | 14A | 5F | 3E |
| Octal | 372 | 101 | 235 | 0 | 112 | 45 | 2 | 512 | 137 | 76 |
| Binary | 11111010 | 1000001 | 10011101 | 0 | 1001010 | 100101 | 10 | 101001010 | 1011111 | 111110 |
Color Harmonies of #FA419D
Complementary color
Monochromatic Colors of #FA419D
Black with #FA419D
Text Example
Text Example
White with #FA419D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA419D; }
p { color: rgb(250,65,157); }
H1.HeaderClassName
{
color: #FA419D;
}
.AnyTagClassName
{
color: #FA419D;
}
</style>
background-color css
<style>
a { background-color: #FA419D; }
a { background-color: rgb(250,65,157); }
div.DivClassName
{
background-color: #FA419D;
}
.BgClassName
{
background-color: #FA419D;
}
</style>
border-color css
<style>
span { border-color: #FA419D; }
span { border-color: rgb(250,65,157); }
td.TdClassName
{
border-color: #FA419D;
}
.TagClassName
{
border-color: #FA419D;
}
</style>