#fa3797

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

Shades of Wild Strawberry #FA3797

Tints of Wild Strawberry #FA3797

Color information

#FA3797 (or 0xFA3797) is unknown color: approx Wild Strawberry. HEX triplet: FA, 37 and 97. RGB value is (250,55,151). Sum of RGB (Red+Green+Blue) = 250+55+151=456 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.82% from 456); Green value is 55 (21.88% from 255 or 12.06% from 456); Blue value is 151 (59.38% from 255 or 33.11% from 456); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3797 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA3797 is #05C868. Grayscale: #7C7C7C. Windows color (decimal): -378985 or 9910266. OLE color: 9910266.

HSL color Cylindrical-coordinate representation of color #FA3797: hue angle of 330.46º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FA3797 is Cyan = 0, Magento = 0.78, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB25055151-
CMYK00.780.400.02
HSL330.46º95.12%59.8%-
HSV(B)330.46º78%98.04%-
XYZ46.3825.2931.72-
YUV124.25143.1217.69-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 54.82%
GREEN value IS 55 (21.88% from 255) = 12.06%
BLUE value IS 151 (59.38% from 255) = 33.11%
R=54.82%
G=12.06%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2505515100.780.400.02330.4695.1259.8
HexFA379704E28214a5f3c
Octal37267227011650251213774
Binary111110101101111001011101001110101000101010010101011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fa3797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fa3797; }

 p { color: rgb(250,55,151); }

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

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

 a { background-color: rgb(250,55,151); }

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

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

 span { border-color: rgb(250,55,151); }

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