Shades of Wild Strawberry #FA2A85
Tints of Wild Strawberry #FA2A85
RGB
CMYK
RGB Variations
Color information
#FA2A85 (or 0xFA2A85) is known color: Wild Strawberry. HEX triplet: FA, 2A and 85. RGB value is (250,42,133). Sum of RGB (Red+Green+Blue) = 250+42+133=425 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.82% from 425); Green value is 42 (16.80% from 255 or 9.88% from 425); Blue value is 133 (52.34% from 255 or 31.29% from 425); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2A85 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA2A85 is #05D57A. Grayscale: #727272. Windows color (decimal): -382331 or 8727290. OLE color: 8727290.
HSL color Cylindrical-coordinate representation of color #FA2A85: hue angle of 333.75º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FA2A85 is Cyan = 0, Magento = 0.83, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 42 | 133 | - |
| CMYK | 0 | 0.83 | 0.47 | 0.02 |
| HSL | 333.75º | 0.95% | 0.57% | - |
| HSV(B) | 333.75º | 0.83% | 0.98% | - |
| XYZ | 44.49 | 23.67 | 24.42 | - |
| YUV | 114.57 | 138.41 | 224.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 42 | 133 | 0 | 0.83 | 0.47 | 0.02 | 333.75 | 0.95 | 0.57 |
| Hex | FA | 2A | 85 | 0 | 53 | 2F | 2 | 14E | 5F | 39 |
| Octal | 372 | 52 | 205 | 0 | 123 | 57 | 2 | 516 | 137 | 71 |
| Binary | 11111010 | 101010 | 10000101 | 0 | 1010011 | 101111 | 10 | 101001110 | 1011111 | 111001 |
Color Harmonies of #FA2A85
Complementary color
Monochromatic Colors of #FA2A85
Black with #FA2A85
Text Example
Text Example
White with #FA2A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2A85; }
p { color: rgb(250,42,133); }
H1.HeaderClassName
{
color: #FA2A85;
}
.AnyTagClassName
{
color: #FA2A85;
}
</style>
background-color css
<style>
a { background-color: #FA2A85; }
a { background-color: rgb(250,42,133); }
div.DivClassName
{
background-color: #FA2A85;
}
.BgClassName
{
background-color: #FA2A85;
}
</style>
border-color css
<style>
span { border-color: #FA2A85; }
span { border-color: rgb(250,42,133); }
td.TdClassName
{
border-color: #FA2A85;
}
.TagClassName
{
border-color: #FA2A85;
}
</style>