Shades of Wild Strawberry #FA2F9C
Tints of Wild Strawberry #FA2F9C
RGB
CMYK
RGB Variations
Color information
#FA2F9C (or 0xFA2F9C) is known color: Wild Strawberry. HEX triplet: FA, 2F and 9C. RGB value is (250,47,156). Sum of RGB (Red+Green+Blue) = 250+47+156=453 (60% of max value = 765). Red value is 250 (98.05% from 255 or 55.19% from 453); Green value is 47 (18.75% from 255 or 10.38% from 453); Blue value is 156 (61.33% from 255 or 34.44% from 453); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2F9C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA2F9C is #05D063. Grayscale: #777777. Windows color (decimal): -381028 or 10235898. OLE color: 10235898.
HSL color Cylindrical-coordinate representation of color #FA2F9C: hue angle of 327.78º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FA2F9C is Cyan = 0, Magento = 0.81, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 47 | 156 | - |
| CMYK | 0 | 0.81 | 0.38 | 0.02 |
| HSL | 327.78º | 0.95% | 0.58% | - |
| HSV(B) | 327.78º | 0.81% | 0.98% | - |
| XYZ | 46.44 | 24.76 | 33.78 | - |
| YUV | 120.12 | 148.25 | 220.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 47 | 156 | 0 | 0.81 | 0.38 | 0.02 | 327.78 | 0.95 | 0.58 |
| Hex | FA | 2F | 9C | 0 | 51 | 26 | 2 | 148 | 5F | 3A |
| Octal | 372 | 57 | 234 | 0 | 121 | 46 | 2 | 510 | 137 | 72 |
| Binary | 11111010 | 101111 | 10011100 | 0 | 1010001 | 100110 | 10 | 101001000 | 1011111 | 111010 |
Color Harmonies of #FA2F9C
Complementary color
Monochromatic Colors of #FA2F9C
Black with #FA2F9C
Text Example
Text Example
White with #FA2F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2F9C; }
p { color: rgb(250,47,156); }
H1.HeaderClassName
{
color: #FA2F9C;
}
.AnyTagClassName
{
color: #FA2F9C;
}
</style>
background-color css
<style>
a { background-color: #FA2F9C; }
a { background-color: rgb(250,47,156); }
div.DivClassName
{
background-color: #FA2F9C;
}
.BgClassName
{
background-color: #FA2F9C;
}
</style>
border-color css
<style>
span { border-color: #FA2F9C; }
span { border-color: rgb(250,47,156); }
td.TdClassName
{
border-color: #FA2F9C;
}
.TagClassName
{
border-color: #FA2F9C;
}
</style>