Shades of Wild Strawberry #FA4098
Tints of Wild Strawberry #FA4098
RGB
CMYK
RGB Variations
Color information
#FA4098 (or 0xFA4098) is known color: Wild Strawberry. HEX triplet: FA, 40 and 98. RGB value is (250,64,152). Sum of RGB (Red+Green+Blue) = 250+64+152=466 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.65% from 466); Green value is 64 (25.39% from 255 or 13.73% from 466); Blue value is 152 (59.77% from 255 or 32.62% from 466); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4098 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA4098 is #05BF67. Grayscale: #818181. Windows color (decimal): -376680 or 9978106. OLE color: 9978106.
HSL color Cylindrical-coordinate representation of color #FA4098: hue angle of 331.61º 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 #FA4098 is Cyan = 0, Magento = 0.74, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 64 | 152 | - |
| CMYK | 0 | 0.74 | 0.39 | 0.02 |
| HSL | 331.61º | 0.95% | 0.62% | - |
| HSV(B) | 331.61º | 0.74% | 0.98% | - |
| XYZ | 46.93 | 26.26 | 32.3 | - |
| YUV | 129.65 | 140.62 | 213.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 64 | 152 | 0 | 0.74 | 0.39 | 0.02 | 331.61 | 0.95 | 0.62 |
| Hex | FA | 40 | 98 | 0 | 4A | 27 | 2 | 14C | 5F | 3E |
| Octal | 372 | 100 | 230 | 0 | 112 | 47 | 2 | 514 | 137 | 76 |
| Binary | 11111010 | 1000000 | 10011000 | 0 | 1001010 | 100111 | 10 | 101001100 | 1011111 | 111110 |
Color Harmonies of #FA4098
Complementary color
Monochromatic Colors of #FA4098
Black with #FA4098
Text Example
Text Example
White with #FA4098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4098; }
p { color: rgb(250,64,152); }
H1.HeaderClassName
{
color: #FA4098;
}
.AnyTagClassName
{
color: #FA4098;
}
</style>
background-color css
<style>
a { background-color: #FA4098; }
a { background-color: rgb(250,64,152); }
div.DivClassName
{
background-color: #FA4098;
}
.BgClassName
{
background-color: #FA4098;
}
</style>
border-color css
<style>
span { border-color: #FA4098; }
span { border-color: rgb(250,64,152); }
td.TdClassName
{
border-color: #FA4098;
}
.TagClassName
{
border-color: #FA4098;
}
</style>