Shades of Wild Strawberry #FA359D
Tints of Wild Strawberry #FA359D
RGB
CMYK
RGB Variations
Color information
#FA359D (or 0xFA359D) is known color: Wild Strawberry. HEX triplet: FA, 35 and 9D. RGB value is (250,53,157). Sum of RGB (Red+Green+Blue) = 250+53+157=460 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.35% from 460); Green value is 53 (21.09% from 255 or 11.52% from 460); Blue value is 157 (61.72% from 255 or 34.13% from 460); Max value from RGB is 250 - color contains mainly: red. Hex color #FA359D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA359D is #05CA62. Grayscale: #7B7B7B. Windows color (decimal): -379491 or 10302970. OLE color: 10302970.
HSL color Cylindrical-coordinate representation of color #FA359D: hue angle of 328.32º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FA359D is Cyan = 0, Magento = 0.79, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 53 | 157 | - |
| CMYK | 0 | 0.79 | 0.37 | 0.02 |
| HSL | 328.32º | 0.95% | 0.59% | - |
| HSV(B) | 328.32º | 0.79% | 0.98% | - |
| XYZ | 46.78 | 25.3 | 34.32 | - |
| YUV | 123.76 | 146.77 | 218.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 53 | 157 | 0 | 0.79 | 0.37 | 0.02 | 328.32 | 0.95 | 0.59 |
| Hex | FA | 35 | 9D | 0 | 4F | 25 | 2 | 148 | 5F | 3B |
| Octal | 372 | 65 | 235 | 0 | 117 | 45 | 2 | 510 | 137 | 73 |
| Binary | 11111010 | 110101 | 10011101 | 0 | 1001111 | 100101 | 10 | 101001000 | 1011111 | 111011 |
Color Harmonies of #FA359D
Complementary color
Monochromatic Colors of #FA359D
Black with #FA359D
Text Example
Text Example
White with #FA359D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA359D; }
p { color: rgb(250,53,157); }
H1.HeaderClassName
{
color: #FA359D;
}
.AnyTagClassName
{
color: #FA359D;
}
</style>
background-color css
<style>
a { background-color: #FA359D; }
a { background-color: rgb(250,53,157); }
div.DivClassName
{
background-color: #FA359D;
}
.BgClassName
{
background-color: #FA359D;
}
</style>
border-color css
<style>
span { border-color: #FA359D; }
span { border-color: rgb(250,53,157); }
td.TdClassName
{
border-color: #FA359D;
}
.TagClassName
{
border-color: #FA359D;
}
</style>