Shades of Wild Strawberry #FA449E
Tints of Wild Strawberry #FA449E
RGB
CMYK
RGB Variations
Color information
#FA449E (or 0xFA449E) is known color: Wild Strawberry. HEX triplet: FA, 44 and 9E. RGB value is (250,68,158). Sum of RGB (Red+Green+Blue) = 250+68+158=476 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.52% from 476); Green value is 68 (26.95% from 255 or 14.29% from 476); Blue value is 158 (62.11% from 255 or 33.19% from 476); Max value from RGB is 250 - color contains mainly: red. Hex color #FA449E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA449E is #05BB61. Grayscale: #848484. Windows color (decimal): -375650 or 10372346. OLE color: 10372346.
HSL color Cylindrical-coordinate representation of color #FA449E: hue angle of 330.33º 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 #FA449E is Cyan = 0, Magento = 0.73, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 68 | 158 | - |
| CMYK | 0 | 0.73 | 0.37 | 0.02 |
| HSL | 330.33º | 0.95% | 0.62% | - |
| HSV(B) | 330.33º | 0.73% | 0.98% | - |
| XYZ | 47.66 | 26.93 | 35.03 | - |
| YUV | 132.68 | 142.3 | 211.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 68 | 158 | 0 | 0.73 | 0.37 | 0.02 | 330.33 | 0.95 | 0.62 |
| Hex | FA | 44 | 9E | 0 | 49 | 25 | 2 | 14A | 5F | 3E |
| Octal | 372 | 104 | 236 | 0 | 111 | 45 | 2 | 512 | 137 | 76 |
| Binary | 11111010 | 1000100 | 10011110 | 0 | 1001001 | 100101 | 10 | 101001010 | 1011111 | 111110 |
Color Harmonies of #FA449E
Complementary color
Monochromatic Colors of #FA449E
Black with #FA449E
Text Example
Text Example
White with #FA449E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA449E; }
p { color: rgb(250,68,158); }
H1.HeaderClassName
{
color: #FA449E;
}
.AnyTagClassName
{
color: #FA449E;
}
</style>
background-color css
<style>
a { background-color: #FA449E; }
a { background-color: rgb(250,68,158); }
div.DivClassName
{
background-color: #FA449E;
}
.BgClassName
{
background-color: #FA449E;
}
</style>
border-color css
<style>
span { border-color: #FA449E; }
span { border-color: rgb(250,68,158); }
td.TdClassName
{
border-color: #FA449E;
}
.TagClassName
{
border-color: #FA449E;
}
</style>