Shades of Wild Strawberry #FA2D98
Tints of Wild Strawberry #FA2D98
RGB
CMYK
RGB Variations
Color information
#FA2D98 (or 0xFA2D98) is known color: Wild Strawberry. HEX triplet: FA, 2D and 98. RGB value is (250,45,152). Sum of RGB (Red+Green+Blue) = 250+45+152=447 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.93% from 447); Green value is 45 (17.97% from 255 or 10.07% from 447); Blue value is 152 (59.77% from 255 or 34.00% from 447); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2D98 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA2D98 is #05D267. Grayscale: #767676. Windows color (decimal): -381544 or 9973242. OLE color: 9973242.
HSL color Cylindrical-coordinate representation of color #FA2D98: hue angle of 328.68º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FA2D98 is Cyan = 0, Magento = 0.82, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 45 | 152 | - |
| CMYK | 0 | 0.82 | 0.39 | 0.02 |
| HSL | 328.68º | 0.95% | 0.58% | - |
| HSV(B) | 328.68º | 0.82% | 0.98% | - |
| XYZ | 46.03 | 24.47 | 32 | - |
| YUV | 118.49 | 146.92 | 221.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 45 | 152 | 0 | 0.82 | 0.39 | 0.02 | 328.68 | 0.95 | 0.58 |
| Hex | FA | 2D | 98 | 0 | 52 | 27 | 2 | 149 | 5F | 3A |
| Octal | 372 | 55 | 230 | 0 | 122 | 47 | 2 | 511 | 137 | 72 |
| Binary | 11111010 | 101101 | 10011000 | 0 | 1010010 | 100111 | 10 | 101001001 | 1011111 | 111010 |
Color Harmonies of #FA2D98
Complementary color
Monochromatic Colors of #FA2D98
Black with #FA2D98
Text Example
Text Example
White with #FA2D98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2D98; }
p { color: rgb(250,45,152); }
H1.HeaderClassName
{
color: #FA2D98;
}
.AnyTagClassName
{
color: #FA2D98;
}
</style>
background-color css
<style>
a { background-color: #FA2D98; }
a { background-color: rgb(250,45,152); }
div.DivClassName
{
background-color: #FA2D98;
}
.BgClassName
{
background-color: #FA2D98;
}
</style>
border-color css
<style>
span { border-color: #FA2D98; }
span { border-color: rgb(250,45,152); }
td.TdClassName
{
border-color: #FA2D98;
}
.TagClassName
{
border-color: #FA2D98;
}
</style>