Shades of Wild Strawberry #FA339B
Tints of Wild Strawberry #FA339B
RGB
CMYK
RGB Variations
Color information
#FA339B (or 0xFA339B) is known color: Wild Strawberry. HEX triplet: FA, 33 and 9B. RGB value is (250,51,155). Sum of RGB (Red+Green+Blue) = 250+51+155=456 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.82% from 456); Green value is 51 (20.31% from 255 or 11.18% from 456); Blue value is 155 (60.94% from 255 or 33.99% from 456); Max value from RGB is 250 - color contains mainly: red. Hex color #FA339B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA339B is #05CC64. Grayscale: #7A7A7A. Windows color (decimal): -380005 or 10171386. OLE color: 10171386.
HSL color Cylindrical-coordinate representation of color #FA339B: hue angle of 328.64º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FA339B is Cyan = 0, Magento = 0.80, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 51 | 155 | - |
| CMYK | 0 | 0.80 | 0.38 | 0.02 |
| HSL | 328.64º | 0.95% | 0.59% | - |
| HSV(B) | 328.64º | 0.8% | 0.98% | - |
| XYZ | 46.52 | 25.06 | 33.39 | - |
| YUV | 122.36 | 146.43 | 219.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 51 | 155 | 0 | 0.80 | 0.38 | 0.02 | 328.64 | 0.95 | 0.59 |
| Hex | FA | 33 | 9B | 0 | 50 | 26 | 2 | 149 | 5F | 3B |
| Octal | 372 | 63 | 233 | 0 | 120 | 46 | 2 | 511 | 137 | 73 |
| Binary | 11111010 | 110011 | 10011011 | 0 | 1010000 | 100110 | 10 | 101001001 | 1011111 | 111011 |
Color Harmonies of #FA339B
Complementary color
Monochromatic Colors of #FA339B
Black with #FA339B
Text Example
Text Example
White with #FA339B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA339B; }
p { color: rgb(250,51,155); }
H1.HeaderClassName
{
color: #FA339B;
}
.AnyTagClassName
{
color: #FA339B;
}
</style>
background-color css
<style>
a { background-color: #FA339B; }
a { background-color: rgb(250,51,155); }
div.DivClassName
{
background-color: #FA339B;
}
.BgClassName
{
background-color: #FA339B;
}
</style>
border-color css
<style>
span { border-color: #FA339B; }
span { border-color: rgb(250,51,155); }
td.TdClassName
{
border-color: #FA339B;
}
.TagClassName
{
border-color: #FA339B;
}
</style>