#FA3389

Color #FA3389 Wild Strawberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Strawberry #FA3389

Tints of Wild Strawberry #FA3389

Color information

#FA3389 (or 0xFA3389) is unknown color: approx Wild Strawberry. HEX triplet: FA, 33 and 89. RGB value is (250,51,137). Sum of RGB (Red+Green+Blue) = 250+51+137=438 (58% of max value = 765). Red value is 250 (98.05% from 255 or 57.08% from 438); Green value is 51 (20.31% from 255 or 11.64% from 438); Blue value is 137 (53.91% from 255 or 31.28% from 438); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3389 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA3389 is #05CC76. Grayscale: #787878. Windows color (decimal): -380023 or 8991738. OLE color: 8991738.

HSL color Cylindrical-coordinate representation of color #FA3389: hue angle of 334.07º 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 #FA3389 is Cyan = 0, Magento = 0.80, Yellow = 0.45 and Black (K on CMYK) = 0.02.

Color convert

RGB25051137-
CMYK00.800.450.02
HSL334.07º95.22%59.02%-
HSV(B)334.07º79.6%98.04%-
XYZ45.1224.526.02-
YUV120.3137.43220.51-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 250 (98.05% from 255) = 57.08%
GREEN value IS 51 (20.31% from 255) = 11.64%
BLUE value IS 137 (53.91% from 255) = 31.28%
R=57.08%
G=11.64%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.45
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2505113700.800.450.02334.0795.2259.02
HexFA33890502D214e5f3b
Octal37263211012055251613773
Binary111110101100111000100101010000101101101010011101011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA3389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA3389; }

 p { color: rgb(250,51,137); }

 H1.HeaderClassName
 {
   color: #FA3389;
 }
 .AnyTagClassName
 {
   color: #FA3389;
 }
</style>
background-color css

<style>
 a { background-color: #FA3389; }

 a { background-color: rgb(250,51,137); }

 div.DivClassName
 {
   background-color: #FA3389;
 }
 .BgClassName
 {
   background-color: #FA3389;
 }
</style>
border-color css

<style>
 span { border-color: #FA3389; }

 span { border-color: rgb(250,51,137); }

 td.TdClassName
 {
   border-color: #FA3389;
 }
 .TagClassName
 {
   border-color: #FA3389;
 }
</style>