#fa3990

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

Shades of Wild Strawberry #FA3990

Tints of Wild Strawberry #FA3990

Color information

#FA3990 (or 0xFA3990) is unknown color: approx Wild Strawberry. HEX triplet: FA, 39 and 90. RGB value is (250,57,144). Sum of RGB (Red+Green+Blue) = 250+57+144=451 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.43% from 451); Green value is 57 (22.66% from 255 or 12.64% from 451); Blue value is 144 (56.64% from 255 or 31.93% from 451); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3990 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA3990 is #05C66F. Grayscale: #7C7C7C. Windows color (decimal): -378480 or 9452026. OLE color: 9452026.

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

Color convert

RGB25057144-
CMYK00.770.420.02
HSL332.95º95.07%60.2%-
HSV(B)332.95º77.2%98.04%-
XYZ45.9225.2628.84-
YUV124.62138.94217.43-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 55.43%
GREEN value IS 57 (22.66% from 255) = 12.64%
BLUE value IS 144 (56.64% from 255) = 31.93%
R=55.43%
G=12.64%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.42
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2505714400.770.420.02332.9595.0760.2
HexFA399004D2A214d5f3c
Octal37271220011552251513774
Binary111110101110011001000001001101101010101010011011011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fa3990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fa3990; }

 p { color: rgb(250,57,144); }

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

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

 a { background-color: rgb(250,57,144); }

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

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

 span { border-color: rgb(250,57,144); }

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